look for tile locations under another key in .czi metadata#6
Open
hoerldavid wants to merge 1 commit into
Open
Conversation
Contributor
Author
|
Here's how I interpret the values:
Normally, those should be the same. Since we only fall back to the second value if we cannot find the first (which should not happen normally) this should not change behaviour for normal datasets, but might enable us to open "slightly corrupted" data, e.g. when the acquisition was interrupted halfway through. I think this is save to merge, so let's do that before the next release @StephanPreibisch ? |
821d6d8 to
1e17e5b
Compare
a34fcf6 to
1521aca
Compare
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 a fix for missing Tile locations we encountered in a (corrupted?) CZI file (that prevented automatic loading of the whole dataset).
I found the tile location under an alternative key in the metadata, but I'm not familiar enough with CZI to assess whether looking under
Experiment|AcquisitionBlock|TilesSetup|PositionGroup|Position| ...is a good idea or might cause problems with other datasets.What are your thoughts @StephanPreibisch ? Should we merge this?