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
That function was returning a new nifti constructed from dicoms if nifti file
did not exist before. That lead to also different returns in comparison to
operation whenever used on an existing nifti file.
All conversions to nifti should be done centrally, using dcm2niix (via nipype_convert)
and we should avoid possible other tool to create nifti files -- could lead to
inconsistencies etc.
Now that the function does not produce those files or changes those passed
names, there is no need for it to return anything. So it would return None.
Test adjusted accordingly to use nipype_convert
0 commit comments