Skip to content

Conversation

@den-sq
Copy link
Collaborator

@den-sq den-sq commented Oct 10, 2025

Addresses #39

  • Refactors upsampling step during backprojection to occur before writing initial compressed file.
  • Switches upsampling to use opencv as (in practice) it is upsampling from a single z slice and therefore can be done in 2D (and much faster).
  • Removes defunct code.
  • Rebalances process allocation if using upsampling.
  • Cleans up temp directory before closing.

den-sq added 2 commits October 9, 2025 20:11
Refactored binning for increased accuracy and reduced performance impact (26 min to <2 seconds).

- Switch to binning at initial compressed file write.
- Switch to use of opencv.resize for upsampling of 2d.
@den-sq den-sq linked an issue Oct 10, 2025 that may be closed by this pull request
@den-sq den-sq merged commit 24af2bd into main Oct 10, 2025
2 checks passed
@den-sq den-sq deleted the 39-refactor-mipping branch October 10, 2025 00:40
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.

Refactor Mipping

2 participants