Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from
Jul 20, 2022

Conversation

oesteban
Copy link
Collaborator

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

Closes: #155.

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

Closes: #155.
@oesteban oesteban force-pushed the enh/155-off-grid-fields branch from e56f748 to 8ecb862 Compare July 20, 2022 07:48
@codecov
Copy link

codecov bot commented Jul 20, 2022

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%) ⬆️
unittests 98.57% <100.00%> (+<0.01%) ⬆️

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%) ⬆️

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.

@oesteban oesteban marked this pull request as ready for review July 20, 2022 09:08
@oesteban oesteban merged commit 50dd27c into master Jul 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Mapping off-grid points with the displacements field transform
1 participant