nipy / nitransforms

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

ENH: "Densify" voxel-wise nonlinear mappings with interpolation #168

Closed oesteban closed 2 years ago

oesteban commented 2 years ago

Interpolate coordinates when the coordinates to be mapped fall off-grid of the field data array.

Closes: https://github.com/nipy/nitransforms/issues/155.

codecov[bot] commented 2 years ago

Codecov Report

Merging #168 (5a0d0cd) into master (ef5a28f) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #168   +/-   ##
=======================================
  Coverage   98.62%   98.62%           
=======================================
  Files          13       13           
  Lines        1232     1234    +2     
  Branches      187      189    +2     
=======================================
+ Hits         1215     1217    +2     
  Misses         10       10           
  Partials        7        7           
Flag Coverage Δ
travis 96.92% <100.00%> (+<0.01%) :arrow_up:
unittests 98.57% <100.00%> (+<0.01%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
nitransforms/nonlinear.py 98.97% <100.00%> (+0.02%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ef5a28f...5a0d0cd. Read the comment docs.