You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please provide a use case to help us understand your request in context
The CZI to OME metadata XSLT project is close to beta testing. Adding a function to the readers (transform_metadata) that transforms their current metadata to OME-4DN would be great to having a unified API for metadata handling.
Use Case
Please provide a use case to help us understand your request in context
The CZI to OME metadata XSLT project is close to beta testing. Adding a function to the readers (
transform_metadata) that transforms their current metadata to OME-4DN would be great to having a unified API for metadata handling.Solution
Please describe your ideal solution
CziReader.transform_metadata() -> ElementTreeReader.transform_metadata(): NotImplementedError()AICSImage.transform_metadata(): self.reader.transform_metadata()Alternatives
Please describe any alternatives you've considered, even if you've dismissed them