Skip to content

Commit 9db1d22

Browse files
committed
update config file
1 parent 4dc7c11 commit 9db1d22

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

fmriprep/viz/config.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,31 +102,31 @@
102102
"name": "epi_mean_t1_registration/flirt",
103103
"file_pattern": "func/.*_bold_flirt",
104104
"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"
106106
},
107107
{
108108
"name": "epi_mean_t1_registration/coreg",
109109
"file_pattern": "func/.*_bold_coreg",
110110
"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"
112112
},
113113
{
114114
"name": "epi_mean_t1_registration/flt_bbr",
115115
"file_pattern": "func/.*_bold_flt_bbr",
116116
"title": "EPI to T1 registration",
117-
"description": "FLIRT was used to generate transformations from EPI space 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"
118118
},
119119
{
120120
"name": "epi_mean_t1_registration/bbr",
121121
"file_pattern": "func/.*_bold_bbr",
122122
"title": "EPI to T1 registration",
123-
"description": "bbregister was used to generate transformations from EPI space to T1 Space"
123+
"description": "<code>bbregister</code> was used to generate transformations from EPI-space to T1w-space"
124124
},
125125
{
126126
"name": "ica_aroma",
127127
"file_pattern": "func/.*ica_aroma",
128128
"title": "ICA AROMA",
129-
"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."
129+
"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."
130130
}
131131
]
132132
},

0 commit comments

Comments
 (0)