Added logic to FIBContext for Analyser to register FIB atlas images and associated metadata#758
Merged
Added logic to FIBContext for Analyser to register FIB atlas images and associated metadata#758
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #758 +/- ##
==========================================
+ Coverage 47.95% 48.41% +0.46%
==========================================
Files 91 91
Lines 9974 10062 +88
Branches 1290 1310 +20
==========================================
+ Hits 4783 4872 +89
+ Misses 4968 4954 -14
- Partials 223 236 +13 🚀 New features to boost your workflow:
|
…w (to be determine) once both are accounted for
…stage slot number and image number for FIB Maps workflow
…test for '_number_from_name', and fixed broken regex search
d-j-hatton
approved these changes
Mar 16, 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.
This is the first of a series of PRs to register and trigger processing for images and metadata in the FIB workflow. This PR focuses on adding logic to the client to look for specific files and extract the relevant metadata from them, before subsequently passing these files to the backend, which will be implemented in a future PR.
The FIB workflow can potentially take data from three types of acquisition software: AutoTEM, Maps, and Meteor. Separate if-else blocks have been added to the
FIBContext'spost_transfer()function that will decide how the incoming files being read are handled.Additionally, the main
Analyserfunction was slightly tidied up so that checks to determine the different contexts to use are grouped under the same conditional.