Skip to content

DataPrep.sh

James Kent edited this page Dec 27, 2016 · 3 revisions
  1. I made the overall big changes to code structure
  2. I got rid of a lot of the dicom processing steps, (but left it open for addition in the future)
  3. Not commented all the way through.

Here is some reading based on what I think would be confusing about my coding habits:

ex. { command || command2 ;} link1 link2

ex. command1 && command2 link1

ex. var=$(command1 arg1) link1

ex. printf "%s\n" "word1" "word2" link1

Clone this wiki locally