Skip to content

Commit 7a5fae9

Browse files
committed
Merge remote-tracking branch 'upstream/master' into enh/3dvolreg
2 parents 1ce323b + 8bb0241 commit 7a5fae9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

fmriprep/viz/config.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -82,43 +82,43 @@
8282
},
8383
{
8484
"name": "epi/unwarp",
85-
"file_pattern": "func/.*bold_sdc_.*\\.",
85+
"file_pattern": "func/.*_sdc_.*\\.",
8686
"title": "Susceptibility distortion correction",
8787
"description": "Results of performing susceptibility distortion correction (SDC) on the EPI"
8888
},
8989
{
9090
"name": "epi/sdc_syn",
91-
"file_pattern": "func/.*bold_forcedsyn",
91+
"file_pattern": "func/.*_forcedsyn",
9292
"title": "Experimental fieldmap-less susceptibility distortion correction",
9393
"description": "The dataset contained some fieldmap information, but the argument <code>--force-syn</code> was used. The higher-priority SDC method was used. Here, we show the results of performing SyN-based SDC on the EPI for comparison."
9494
},
9595
{
9696
"name": "epi/rois",
97-
"file_pattern": "func/.*bold_rois",
97+
"file_pattern": "func/.*_rois",
9898
"title": "ROIs in BOLD space",
9999
"description": "Brain mask calculated on the BOLD signal (red contour), along with the masks used for a/tCompCor.<br />The aCompCor mask (magenta contour) is a conservative CSF and white-matter mask for extracting physiological and movement confounds. <br />The fCompCor mask (blue contour) contains the top 5% most variable voxels within a heavily-eroded brain-mask."
100100
},
101101
{
102102
"name": "epi_mean_t1_registration/flirt",
103-
"file_pattern": "func/.*_bold_flirt",
103+
"file_pattern": "func/.*_flirt",
104104
"title": "EPI to T1 registration",
105105
"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",
109-
"file_pattern": "func/.*_bold_coreg",
109+
"file_pattern": "func/.*_coreg",
110110
"title": "EPI to T1 registration",
111111
"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",
115-
"file_pattern": "func/.*_bold_flt_bbr",
115+
"file_pattern": "func/.*_flt_bbr",
116116
"title": "EPI to T1 registration",
117117
"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",
121-
"file_pattern": "func/.*_bold_bbr",
121+
"file_pattern": "func/.*_bbr",
122122
"title": "EPI to T1 registration",
123123
"description": "<code>bbregister</code> was used to generate transformations from EPI-space to T1w-space"
124124
},

0 commit comments

Comments
 (0)