Add FIBContext logic to handle manual mode AutoTEM data#836
Draft
tieneupin wants to merge 10 commits into
Draft
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #836 +/- ##
==========================================
+ Coverage 53.15% 53.23% +0.08%
==========================================
Files 100 100
Lines 10863 10865 +2
Branches 1441 1443 +2
==========================================
+ Hits 5774 5784 +10
+ Misses 4782 4778 -4
+ Partials 307 303 -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 to handle manual AutoTEM datasets.