khanlab / hippunfold

BIDS App for Hippunfold (automated hippocampal unfolding and subfield segmentation)
https://hippunfold.readthedocs.io
MIT License
47 stars 12 forks source link

fix bug in crop native box #230

Closed akhanf closed 1 year ago

akhanf commented 1 year ago

This was being interpreted as 52x52x52vox instead of 52x52x52mm (could be a c3d bug or limitation in the -pad-to command. So had to change this back to voxel definition, 256x256x256vox. This is ok since at least the voxel resolution can be specified separately in mm.

akhanf commented 1 year ago

closes #231