OME Metadata for Microscopy #13
Unanswered
jmdelahanty
asked this question in
Q&A
Replies: 2 comments 4 replies
-
Hey @jmdelahanty, we support automatic conversion of TIFF with this class that you'd use this like: from roiextractors import NwbImagingExtractor, TiffImagingExtractor
imaging_ex = TiffImagingExtractor("imaging.tiff")
NwbImagingExtractor.write_imaging(imaging_ex, "output_path.nwb") I don't know much about the OME component. @cechava has extensive experience with optical physiology and has offered to look into this. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone!
I'm currently trying to parse out our 2p imaging data's master OME-tiff file that comes out of Bruker's system and wondering how NWB handles OME metadata. Is there an example you have where I can see how people store OME formats/metadata in NWB alongside image series datatypes?
Beta Was this translation helpful? Give feedback.
All reactions