Skip to content

Commit 95432d1

Browse files
authored
Add script for manual correction to multi-subject/ section (#6)
1 parent da62b1f commit 95432d1

4 files changed

Lines changed: 516 additions & 54 deletions

File tree

multi_subject/README.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
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

multi_subject/README.txt

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)