Skip to content

Commit

Permalink
[HOTFIX] Missing BOLD reports
Browse files Browse the repository at this point in the history
In #1306, ``DataSink``s were updated and the modality entity was not
writen on the name anymore.
However, I missed to update the reports configuration to contemplate the
change.

This hotfix addresses the problem.
  • Loading branch information
oesteban committed Oct 17, 2018
1 parent e121073 commit 9f6ca76
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions fmriprep/viz/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,43 +82,43 @@
},
{
"name": "epi/unwarp",
"file_pattern": "func/.*bold_sdc_.*\\.",
"file_pattern": "func/.*_sdc_.*\\.",
"title": "Susceptibility distortion correction",
"description": "Results of performing susceptibility distortion correction (SDC) on the EPI"
},
{
"name": "epi/sdc_syn",
"file_pattern": "func/.*bold_forcedsyn",
"file_pattern": "func/.*_forcedsyn",
"title": "Experimental fieldmap-less susceptibility distortion correction",
"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."
},
{
"name": "epi/rois",
"file_pattern": "func/.*bold_rois",
"file_pattern": "func/.*_rois",
"title": "ROIs in BOLD space",
"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."
},
{
"name": "epi_mean_t1_registration/flirt",
"file_pattern": "func/.*_bold_flirt",
"file_pattern": "func/.*_flirt",
"title": "EPI to T1 registration",
"description": "FSL <code>flirt</code> was used to generate transformations from EPI space to T1 Space - BBR refinement rejected"
},
{
"name": "epi_mean_t1_registration/coreg",
"file_pattern": "func/.*_bold_coreg",
"file_pattern": "func/.*_coreg",
"title": "EPI to T1 registration",
"description": "<code>mri_coreg</code> (FreeSurfer) was used to generate transformations from EPI space to T1 Space - <code>bbregister</code> refinement rejected"
},
{
"name": "epi_mean_t1_registration/flt_bbr",
"file_pattern": "func/.*_bold_flt_bbr",
"file_pattern": "func/.*_flt_bbr",
"title": "EPI to T1 registration",
"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"
},
{
"name": "epi_mean_t1_registration/bbr",
"file_pattern": "func/.*_bold_bbr",
"file_pattern": "func/.*_bbr",
"title": "EPI to T1 registration",
"description": "<code>bbregister</code> was used to generate transformations from EPI-space to T1w-space"
},
Expand Down

0 comments on commit 9f6ca76

Please sign in to comment.