Skip to content

Commit

Permalink
add Units to qmri sidecars that need it
Browse files Browse the repository at this point in the history
  • Loading branch information
rwblair committed Oct 5, 2023
1 parent d039879 commit 5125e94
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 7 deletions.
3 changes: 2 additions & 1 deletion qmri_mp2rage/sub-1/anat/sub-1_inv-1_MP2RAGE.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"FlipAngle": 5,
"InversionTime": 0.8
"InversionTime": 0.8,
"Units": "arbitrary"
}
3 changes: 2 additions & 1 deletion qmri_mp2rage/sub-1/anat/sub-1_inv-2_MP2RAGE.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"FlipAngle": 7,
"InversionTime": 2.7
"InversionTime": 2.7,
"Units": "arbitrary"
}
3 changes: 2 additions & 1 deletion qmri_mp2rageme/sub-1/anat/sub-1_echo-1_inv-2_MP2RAGE.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"RepetitionTimePreparation": 6.723,
"NumberShots": 150,
"EchoTime": 0.006,
"MagneticFieldStrength": 7
"MagneticFieldStrength": 7,
"Units": "arbitrary"
}
3 changes: 2 additions & 1 deletion qmri_mp2rageme/sub-1/anat/sub-1_echo-2_inv-2_MP2RAGE.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"RepetitionTimePreparation": 6.723,
"NumberShots": 150,
"EchoTime": 0.0145,
"MagneticFieldStrength": 7
"MagneticFieldStrength": 7,
"Units": "arbitrary"
}
3 changes: 2 additions & 1 deletion qmri_mp2rageme/sub-1/anat/sub-1_echo-3_inv-2_MP2RAGE.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"RepetitionTimePreparation": 6.723,
"NumberShots": 150,
"EchoTime": 0.023,
"MagneticFieldStrength": 7
"MagneticFieldStrength": 7,
"Units": "arbitrary"
}
3 changes: 2 additions & 1 deletion qmri_mp2rageme/sub-1/anat/sub-1_echo-4_inv-2_MP2RAGE.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"RepetitionTimePreparation": 6.723,
"NumberShots": 150,
"EchoTime": 0.0315,
"MagneticFieldStrength": 7
"MagneticFieldStrength": 7,
"Units": "arbitrary"
}
3 changes: 2 additions & 1 deletion qmri_mp2rageme/sub-1/anat/sub-1_inv-1_MP2RAGE.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"RepetitionTimeExcitation": 0.0062,
"RepetitionTimePreparation": 6.723,
"NumberShots": 150,
"MagneticFieldStrength": 7
"MagneticFieldStrength": 7,
"Units": "arbitrary"
}

0 comments on commit 5125e94

Please sign in to comment.