-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rework functions for interpolating projdata for scatter, mostly for B…
…locksOnCylindrical - Fixed inverse SSRB by always linearly interpolating between the two closest slices. This makes it work for BlocksOnCylindrical as well - Rework extend_* functions: new extend_segment function that works on more cases, deprecated others This works with BlocksOnCylindrical and view-offset. Fixes #1177 - interpolate_projdata rewrite, including use linear interpolation in axial direction for BlocksOnCylindrical - Deprecate interpolate_axial_position which used nearest neighbour - Remove use_view_offset parameter from interpolate_projdata functions (always use view offset) - Fixed #1178 offset handling in sample_function_on_regular_grid, add sample_function_using_index_converter - add test function - Updated release notes. Fixes #1109 Fixes #1161
- Loading branch information
1 parent
7f6de79
commit 412d934
Showing
14 changed files
with
816 additions
and
234 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.