feat: add manual-alignment export, refinement, and global-transform tools#107
Open
FIrgolitsch wants to merge 1 commit into
Open
feat: add manual-alignment export, refinement, and global-transform tools#107FIrgolitsch wants to merge 1 commit into
FIrgolitsch wants to merge 1 commit into
Conversation
82b44be to
ce8e35d
Compare
b01a754 to
aeb4d50
Compare
ce8e35d to
cc75fc8
Compare
aeb4d50 to
53e8640
Compare
This was referenced Apr 28, 2026
072e97b to
e7b592f
Compare
2469439 to
6fcaf36
Compare
This was referenced Apr 30, 2026
e7b592f to
cea5e64
Compare
FIrgolitsch
added a commit
that referenced
this pull request
Apr 30, 2026
6fcaf36 to
312bade
Compare
cea5e64 to
ca79911
Compare
FIrgolitsch
added a commit
that referenced
this pull request
Apr 30, 2026
312bade to
53ed839
Compare
ca79911 to
66dadd2
Compare
FIrgolitsch
added a commit
that referenced
this pull request
Apr 30, 2026
53ed839 to
ed216cb
Compare
This was referenced May 1, 2026
66dadd2 to
7e8be29
Compare
ed216cb to
edfbc1e
Compare
This was referenced May 20, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR #107 — Manual-Alignment Tools
Adds three scripts for human-in-the-loop slice alignment workflows:
linum_export_manual_align— export common-space slices for manual review (e.g. in ITK-SNAP)linum_refine_manual_transforms— combine a manual transform with an image-based residual correctionlinum_estimate_global_transform— fit a single global transform to a stack as a starting point for refinementUsed by the
refine_manual_transformsprocess introduced in #108.