-
Notifications
You must be signed in to change notification settings - Fork 242
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MicroManager: use PositionName key/value for storing the ImageName #3089
Conversation
Currently the Micro-Manager reader uses one of the TIFF filename for populating the ImageName metadata. For typical replica experiments across multiple positions (Pos0, Pos1,...), this results in duplicate image names. This commit now parses the PositionName key/value in the metadata JSON and use it if available to fill the ImageName.
With the last commit, https://ci.openmicroscopy.org/job/BIOFORMATS-DEV-merge-repository-subset/552/ indicates the following changes
Excluding for now to reduce the impact on other Bio-Formats work and will discuss with @dominikl later today. Leaving @dgault and @melissalinkert to comment on whether they would think such a change would be acceptable on the mainline Bio-Formats to minimize potential further divergences with the IDR branch. |
--rebased-to #3092 |
This seems fine to me, and the configuration changes make sense. Only question would be if adding the |
Thanks @melissalinkert, local testing suggested the memo files were invalidated by the new field addition. bbd2fb8 should reduce the impact by making the |
With bbd2fb8 the existing memo files are unaffected and this is suitable for a patch release. Tested manually using sample datasets which are affected based on https://github.com/openmicroscopy/data_repo_config/pull/274/files. The files continue to be read and displayed correctly, the only metadata change seen is to the image name which now matches the position name when available. This makes more sense than having duplicate image names using the filename. Builds and tests are green with both this and the associated configuration PR included. |
See https://trello.com/c/5KT3Bvie/1-idr0040-aymoz-singlecell
Currently the Micro-Manager reader uses one of the TIFF filename for populating the ImageName metadata. For typical replica experiments across multiple positions (Pos0, Pos1,...), this results in duplicate image names. This commit now parses the PositionName key/value in the metadata JSON and use it if available to fill the ImageName.
This PR will probably affect the metadata of existing filesets, require a configuration change in which case it might be more suitable for a minor release increment.
/cc @dominikl