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
hi nibabel devs, i would like to replicate freesurfer's mri_convert --conform functionality, as described in neuronets/kwyk#5. I have the code for it below. It does the following:
Resize to (256mm)^3 bounding box
resample to (1mm)^3 voxels
rescale to 0-255
reorients to RAS
mri_convert --conform reorients to LIA but RAS is cooler imho.
i made this an issue instead of a pr because i don't know where this sort of thing should go in the code base. @effigies suggested nibabel.cmdline but i'm not sure.
hi nibabel devs, i would like to replicate freesurfer's
mri_convert --conform
functionality, as described in neuronets/kwyk#5. I have the code for it below. It does the following:mri_convert --conform
reorients to LIA but RAS is cooler imho.i made this an issue instead of a pr because i don't know where this sort of thing should go in the code base. @effigies suggested
nibabel.cmdline
but i'm not sure.The text was updated successfully, but these errors were encountered: