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
592 stars 160 forks source link

ENH: More specific error messages if atropos fails #556

Closed cookpa closed 4 months ago

cookpa commented 4 months ago

Raise an exception if the call to Atropos does not return normally, and avoid out of bounds error.

Addresses #554