Skip to content

Commit c3aa466

Browse files
committed
Manual update (#1)
1 parent c7cc499 commit c3aa466

File tree

5 files changed

+19
-11
lines changed

5 files changed

+19
-11
lines changed

CHANGES.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
CHANGES
2+
=======
3+
4+
Please start with the most recent changes and add your initials.
5+
6+
2020-05-04 (AF)
7+
- added template/PAM50_small_label_discPosterior.nii.gz
8+
9+
2019-10-31 (CG)
10+
- correct template/template/info_label.txt IDs
11+
12+
2016-11-22
13+
- updated info_label
14+
15+
2016-10-05
16+
- added t2s

README.md

+1-11
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,4 @@
11
sct_example_data
22
================
33

4-
Example data for the Spinal Cord Toolbox (errsm_30)
5-
6-
2019-10-31 (CG)
7-
- correct template/template/info_label.txt IDs
8-
9-
2016-11-22
10-
- updated info_label
11-
12-
2016-10-05
13-
- added t2s
14-
4+
Example data for the Spinal Cord Toolbox (errsm_30).

template/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ source sct_env
1111
sct_resample -i $SCT_DIR/data/PAM50/template/PAM50_t2.nii.gz -mm 1x1x2 -x spline -o template/PAM50_small_t2.nii.gz
1212
sct_resample -i $SCT_DIR/data/PAM50/template/PAM50_cord.nii.gz -mm 1x1x2 -x nn -o template/PAM50_small_cord.nii.gz
1313
sct_resample -i $SCT_DIR/data/PAM50/template/PAM50_levels.nii.gz -mm 1x1x2 -x nn -o template/PAM50_small_levels.nii.gz
14+
sct_resample -i $SCT_DIR/data/PAM50/template/PAM50_label_discPosterior.nii.gz -mm 1x1x2 -x nn -o template/PAM50_small_label_discPosterior.nii.gz
1415
~~~
1516

1617
OLD CODE:
Binary file not shown.

template/template/info_label.txt

+1
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
1, T2-weighted template, PAM50_small_t2.nii.gz
55
3, spinal cord mask (binary), PAM50_small_cord.nii.gz
66
7, spinal cord mask with discrete vertebral levels, PAM50_small_levels.nii.gz
7+
11, point-wise posterior intervertebral disc labels, PAM50_small_label_discPosterior.nii.gz

0 commit comments

Comments
 (0)