nipy / nitransforms

a standalone fork of nipy/nibabel#656
https://nitransforms.readthedocs.io
MIT License
28 stars 15 forks source link

FIX: Postpone coordinate mapping on linear array transforms #187

Closed oesteban closed 8 months ago

oesteban commented 8 months ago

This PR transforms the coordinates of the reference into the moving image for each timepoint separately, effectively minimizing the memory footprint.

Resolves: #173.

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (6e70c02) 96.97% compared to head (d148e85) 97.06%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #187 +/- ## ========================================== + Coverage 96.97% 97.06% +0.08% ========================================== Files 13 13 Lines 1289 1294 +5 Branches 252 251 -1 ========================================== + Hits 1250 1256 +6 Misses 33 33 + Partials 6 5 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

oesteban commented 8 months ago

@arokem this should solve the issue we were having in eddymotion before Summer