Skip to content
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

[fix] fix invalid detector settings offset position in metadata #2984

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

patrickcleeve2
Copy link
Contributor

From hardware testing:
An additional DetectorSettings with only the Offset value was placed in the Image part of the OME xml. This doesn't cause issues with odemis as the reader is custom, but is not valid OME for other readers and causes issues when reading externally. This wasn't picked up during previous testing because the simulator camera didn't have a MD_BASELINE so no Detector Offset was saved in the metadata.

Changes:

  • Migrate Detector Offset into Channel section of metadata as specified by OME
  • Add MD_BASELINE to SimCam

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants