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
The reason is that anatomical derivatives are being processed as though they were functional. I guess the rationale is that, when we write outputs on standard space with native grid, we retrieve the resolution information from the functional images.
IMHO, aparc/aseg might be useful to have in standard space, with native resolution if you will, but they should be written out to the anat/ folder, and the native resolution should be the T1w.
I believe these were generated for the CIFTI subworkflow. Since we will be revising that very soon, I'd propose to make this move now.
One additional detail to add is that these images are not correctly aligned at least with 1.4.0a1 (might be another one error from the refactor, or just wrong since the beginning).
They are anatomical derivatives, but they are in the BOLD space specifically to make it trivial to select voxels in the BOLD series. I don't see that there's much advantage to moving them to the T1w grid.
…tandard space
This PR addresses a problem dual to nipreps#1630 and closesnipreps#1631. The transforms being fed to the resamplers were not being `KeySelect`ed.
Okay, given #1401, I've gone through the debugging and fixing of the error.
However, I still don't see an acceptable use for these derivates other than testing whether transforms were correctly chained and applied or not. Using these files to extract time series in standard space should be a strongly discouraged use of these derivatives.
The following section of fMRIPrep is arguably incorrect:
https://github.com/poldracklab/fmriprep/blob/a8ef9a3b1722dd667e6ca0fc0e06a1fd23219eb1/fmriprep/workflows/bold/resampling.py#L356-L388
The reason is that anatomical derivatives are being processed as though they were functional. I guess the rationale is that, when we write outputs on standard space with native grid, we retrieve the resolution information from the functional images.
IMHO, aparc/aseg might be useful to have in standard space, with native resolution if you will, but they should be written out to the anat/ folder, and the native resolution should be the T1w.
I believe these were generated for the CIFTI subworkflow. Since we will be revising that very soon, I'd propose to make this move now.
One additional detail to add is that these images are not correctly aligned at least with 1.4.0a1 (might be another one error from the refactor, or just wrong since the beginning).
WDTY @effigies ?
The text was updated successfully, but these errors were encountered: