CoBrALab / antsRegistration-MAGeT

A reimplementation of MAGeTbrain using only ANTs tools.
Other
16 stars 6 forks source link

Fix issues with really large label filesize #22

Closed gdevenyi closed 8 years ago

gdevenyi commented 8 years ago

Either figure out how to make ITK output compressed minc files, or add in optional MINC tools usage

See: http://stackoverflow.com/questions/592620/check-if-a-program-exists-from-a-bash-script

gdevenyi commented 8 years ago

Don't forget about checking for the extension of the label file.

gdevenyi commented 8 years ago

Ties in with #21 since it's easier to do checks inside another script.

gdevenyi commented 8 years ago

In progress via https://github.com/stnava/ANTs/pull/305

gdevenyi commented 8 years ago

Fixed