File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+
2+ Spinal cord analysis pipeline for the [ SCT course and webpage tutorials] ( https://spinalcordtoolbox.com/user_section/tutorials.html ) .
3+
4+
5+ GETTING STARTED
6+ ===============
7+
8+ - Update permission by running: chmod 775 process_data.sh
9+ - Run:
10+ ```
11+ sct_run_batch -script process_data.sh -path-data data/ -path-output output -jobs 3
12+ ```
13+ - Check QC report (under output/qc/index.html) and output/results/
14+
15+
16+ DATA
17+ ====
18+
19+ The data are from the Spinal Cord MRI Public Database (site: unf).
20+
21+ The file structure follows the BIDS convention:
22+
23+ data
24+ |- subj-01
25+ |- subj-03
26+ |- subj-05
27+ |- anat
28+ |- sub-05_T2w.nii.gz
29+ |- sub-05_acq-MTon_MTS.nii.gz
30+ |- sub-05_acq-MToff_MTS.nii.gz
31+
32+
33+ SCT VERSION
34+ ===========
35+
36+ This pipeline has been tested on 5.4, which can be downloaded here:
37+ https://github.com/spinalcordtoolbox/spinalcordtoolbox/releases
38+
39+ Also see SCT installation instructions:
40+ https://spinalcordtoolbox.com/user_section/installation.html
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments