You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fmriprep/viz/config.json
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -102,25 +102,25 @@
102
102
"name": "epi_mean_t1_registration/flirt",
103
103
"file_pattern": "func/.*_bold_flirt",
104
104
"title": "EPI to T1 registration",
105
-
"description": "FLIRT was used to generate transformations from EPI space to T1 Space - BBR refinement rejected"
105
+
"description": "FSL <code>flirt</code> was used to generate transformations from EPI space to T1 Space - BBR refinement rejected"
106
106
},
107
107
{
108
108
"name": "epi_mean_t1_registration/coreg",
109
109
"file_pattern": "func/.*_bold_coreg",
110
110
"title": "EPI to T1 registration",
111
-
"description": "mri_coreg (FreeSurfer) was used to generate transformations from EPI space to T1 Space - bbregister refinement rejected"
111
+
"description": "<code>mri_coreg</code> (FreeSurfer) was used to generate transformations from EPI space to T1 Space - <code>bbregister</code> refinement rejected"
112
112
},
113
113
{
114
114
"name": "epi_mean_t1_registration/flt_bbr",
115
115
"file_pattern": "func/.*_bold_flt_bbr",
116
116
"title": "EPI to T1 registration",
117
-
"description": "FLIRT was used to generate transformations from EPIspace to T1 Space - FAST segmentation used for BBR"
117
+
"description": "FSL <code>flirt</code> was used to generate transformations from EPI-space to T1w-space - The white matter mask calculated with FSL <code>fast</code> (brain tissue segmentation) was used for BBR"
118
118
},
119
119
{
120
120
"name": "epi_mean_t1_registration/bbr",
121
121
"file_pattern": "func/.*_bold_bbr",
122
122
"title": "EPI to T1 registration",
123
-
"description": "bbregister was used to generate transformations from EPIspace to T1 Space"
123
+
"description": "<code>bbregister</code> was used to generate transformations from EPI-space to T1w-space"
124
124
},
125
125
{
126
126
"name": "epi/carpetplot",
@@ -132,7 +132,7 @@
132
132
"name": "ica_aroma",
133
133
"file_pattern": "func/.*ica_aroma",
134
134
"title": "ICA AROMA",
135
-
"description": "Maps created with maximum intensity projection (glass brain) with a black brain outline. Right hand side of each map: time series (top in seconds), frequency spectrum (bottom in Hertz). Components classified as signal in green; noise in red."
135
+
"description": "Maps created with maximum intensity projection (glass brain) with a black brain outline. Right hand side of each map: time series (top in seconds), frequency spectrum (bottom in Hertz). Components classified as signal are plotted in green; noise components in red."
0 commit comments