Add recipe and tomogram processing for B24 SXT tomogram alignment#203
Merged
stephen-riggs merged 14 commits intomainfrom Apr 13, 2026
Merged
Add recipe and tomogram processing for B24 SXT tomogram alignment#203stephen-riggs merged 14 commits intomainfrom
stephen-riggs merged 14 commits intomainfrom
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #203 +/- ##
==========================================
- Coverage 83.85% 83.84% -0.02%
==========================================
Files 68 68
Lines 8618 8664 +46
Branches 1160 1170 +10
==========================================
+ Hits 7227 7264 +37
- Misses 954 961 +7
- Partials 437 439 +2 🚀 New features to boost your workflow:
|
tieneupin
reviewed
Apr 7, 2026
tieneupin
reviewed
Apr 7, 2026
tieneupin
approved these changes
Apr 8, 2026
Contributor
tieneupin
left a comment
There was a problem hiding this comment.
The code looks fine on the whole! Just some comments on optimisations and whether there are more immediately readable ways to track if the current dataset being processed is TEM tomo or SXT.
tieneupin
reviewed
Apr 13, 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.
DLS B24 runs cryo-SXT which is compatible with AreTomo3, denoising and segmentation. This PR adds in SXT support to the AreTomo service. Imod batchruntomo support will be a separate PR.
This adds capacity to read in a txrm file using
txrm2tiffand then align it in AreTomo3. Less information needs to be provided as pixel size and angles are in the txrm file. It also behaves a little differently as the txrm is already a stack so tilt stacking is not needed, but mrc conversion is needed.Reconstruction is set to use WBP as SART seems to work less well.
The pixel size is artificially set to 10A after processing so that the segmentation does not attempt to upscale.
Currently external reference images are not supported.