ANTsX / ANTsPy

A fast medical imaging analysis library in Python with algorithms for registration, segmentation, and more.
https://antspyx.readthedocs.io
Apache License 2.0
625 stars 161 forks source link

ENH: Support vector images stored as double #474

Closed cookpa closed 1 year ago

cookpa commented 1 year ago

antsRegistration writes double by default, supporting split / merge operations on vector images with pixel type double will simplify reading these warps into ANTsPy.

stnava commented 1 year ago

is the windows build failure meaningful?

cookpa commented 1 year ago

It happens randomly, I can re-run the job and it will work. I tried and failed to make the tests output more verbose information so I could see where it's happening. I hope it's just a runner issue and not anything affecting Windows users more generally, but can't be sure

stnava commented 1 year ago

looks fine - will merge ... can fix issues later.