Add FIBContext logic to handle manual mode AutoTEM data#836
Open
tieneupin wants to merge 11 commits into
Open
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #836 +/- ##
==========================================
+ Coverage 53.31% 53.39% +0.08%
==========================================
Files 101 101
Lines 10933 10935 +2
Branches 1452 1454 +2
==========================================
+ Hits 5829 5839 +10
+ Misses 4788 4784 -4
+ Partials 316 312 -4 🚀 New features to boost your workflow:
|
…riggered for AutoTEM project folders containing relevant files
…function so to make main 'post_transfer' function easier to understand
…rrect request whether it is passed a client-side file path or the destination-side file path
…rect request whether it's passed a client-side or destination-side file path
…rectly when given files from multiple FIB projects
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.
The
FIBContextwas previously written to handle data structures produced by an automated AutoTEM session, and would trigger incorrectly when encountering manual AutoTEM datasets. In this PR, we have added additional checks to incoming files in theFIBContextto allow it to work with both manual and automated AutoTEM projects:FIBContextwill now note down the file path and project folder name of allProjectData.datfiles observedProjectData.datfile for that project and trigger processing on any files from that folder as normal.