Skip to content

Instantly share code, notes, and snippets.

@fladd
Last active October 2, 2020 14:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fladd/1f0165ded8fbc81a28845fd932cc24ea to your computer and use it in GitHub Desktop.
Save fladd/1f0165ded8fbc81a28845fd932cc24ea to your computer and use it in GitHub Desktop.
ProjectName
├── sub-001-patient
│ ├── ses-001-pre
│ │ ├── anat
│ │ │ ├── 001-Localiser
│ │ │ │ └─── DICOM
| │ │ │ └── ...
│ │ │ └── 002-Anatomy
│ │ │ └─── DICOM
| │ │ └── ...
│ │ ├── func
│ │ │ ├── 003-Run1
│ │ │ │ ├── DICOM
│ │ │ │ │ └── ...
│ │ │ │ ├── run1.prt
│ │ │ │ ├── run1.puls
│ │ │ │ ├── run1.resp
│ │ │ │ ├── run1.log
│ │ │ │ └── ...
│ │ │ ├── 004-Run2
│ │ │ ├── 005-Run3
│ │ │ └── ...
│ │ ├── misc
│ │ │ ├── 006-Run4
│ │ │ └── ...
│ │ └── TBV
│ │ ├── TBVFiles
│ │ │ ├── Anatomy
│ │ │ │ ├── Anatomy-0002-0001-00001.dcm
│ │ │ │ ├── Anatomy-0002-0002-00002.dcm
│ │ │ │ ├── ...
│ │ │ │ ├── Anatomy.vmr
│ │ │ │ ├── Anatomy_ISO_IIHC_aTAL.vmr
│ │ │ │ └── ...
│ │ │ ├── run-0.tbv
│ │ │ ├── run-1.tbv
│ │ │ ├── run-2.tbv
│ │ │ ├── run-0_Target
│ │ │ │ ├── run-1.fmr
│ │ │ │ ├── run-1.stc
│ │ │ │ ├── run-1.roi
│ │ │ │ ├── run-1.prt
│ │ │ │ └── ...
│ │ │ ├── run-1_Target
│ │ │ ├── run-2_Target
│ │ │ └── ...
│ │ ├── 001-000001-000001.dcm
│ │ ├── 001-000001-000002.dcm
│ │ ├── 001-000001-000003.dcm
│ │ ├── 001-000002-000001.dcm
│ │ ├── 001-000002-000002.dcm
│ │ ├── ...
│ │ ├── 001-000003-000001.dcm
│ │ ├── 001-000003-000002.dcm
│ │ ├──...
│ │ ├── 001-000003-000001.dcm
│ │ ├── 001-000003-000002.dcm
│ │ └── ...
│ ├── ses-002-post
│ └── ...
├── sub-002-control
└── ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment