Skip to content

Commit 713fcb6

Browse files
committed
Added dummy T1w data to compute MTsat
1 parent d3e9bad commit 713fcb6

5 files changed

Lines changed: 20 additions & 0 deletions

File tree

mt/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ sct_segment_graymatter -i mt1.nii.gz -s mt1_seg.nii.gz -vertfile label/template/
1818
# binarize segmentation
1919
sct_maths -i mt1_gmseg_manual.nii.gz -thr 0.5 -o mt1_gmseg_goldstandard.nii.gz
2020
sct_maths -i mt1_gmseg_goldstandard.nii.gz -bin -o mt1_gmseg_goldstandard.nii.gz
21+
# dummy T1w data (to compute MTsat)
22+
sct_maths -i mt0.nii.gz -div 1.5 -o t1w.nii.gz
2123
~~~~
2224

2325

mt/mt0.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"FlipAngle": 9,
3+
"EchoTime": 0.002001,
4+
"RepetitionTime": 0.030
5+
}
6+

mt/mt1.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"FlipAngle": 9,
3+
"EchoTime": 0.002001,
4+
"RepetitionTime": 0.030
5+
}
6+

mt/t1w.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"FlipAngle": 15,
3+
"EchoTime": 0.002001,
4+
"RepetitionTime": 0.015
5+
}
6+

mt/t1w.nii.gz

15.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)