Skip to content

Commit 8de89bc

Browse files
authored
Update config.json
[DOC] Indicate that interpolation is NN above the EPI-to-T1w reportlet
1 parent 2e78bba commit 8de89bc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

fmriprep/viz/config.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,25 +102,25 @@
102102
"name": "epi_mean_t1_registration/flirt",
103103
"file_pattern": "func/.*_flirtnobbr",
104104
"title": "EPI to T1 registration",
105-
"description": "FSL <code>flirt</code> 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. Note that Nearest Neighbor interpolation is used in the reportlets in order to highlight potential spin-history and other artifacts, whereas final images are resampled using Lanczos interpolation."
106106
},
107107
{
108108
"name": "epi_mean_t1_registration/coreg",
109109
"file_pattern": "func/.*_coreg",
110110
"title": "EPI to T1 registration",
111-
"description": "<code>mri_coreg</code> (FreeSurfer) was used to generate transformations from EPI space to T1 Space - <code>bbregister</code> 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. Note that Nearest Neighbor interpolation is used in the reportlets in order to highlight potential spin-history and other artifacts, whereas final images are resampled using Lanczos interpolation."
112112
},
113113
{
114114
"name": "epi_mean_t1_registration/flirtbbr",
115115
"file_pattern": "func/.*_flirtbbr",
116116
"title": "EPI to T1 registration",
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"
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. Note that Nearest Neighbor interpolation is used in the reportlets in order to highlight potential spin-history and other artifacts, whereas final images are resampled using Lanczos interpolation."
118118
},
119119
{
120120
"name": "epi_mean_t1_registration/bbregister",
121121
"file_pattern": "func/.*_bbregister",
122122
"title": "EPI to T1 registration",
123-
"description": "<code>bbregister</code> was used to generate transformations from EPI-space to T1w-space"
123+
"description": "<code>bbregister</code> was used to generate transformations from EPI-space to T1w-space. Note that Nearest Neighbor interpolation is used in the reportlets in order to highlight potential spin-history and other artifacts, whereas final images are resampled using Lanczos interpolation."
124124
},
125125
{
126126
"name": "epi/carpetplot",

0 commit comments

Comments
 (0)