-
Notifications
You must be signed in to change notification settings - Fork 245
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
Dimension order issues when writing ome-tiff files... #3199
Comments
Do you see
OME-TIFF definitely allows any dimension order indicated in the OME-XML schema, not just |
@melissalinkert Yeah, i just realized it was importing into fiji with xyczt order. Sorry, I'm dumb.
well, that's the odd thing: It's only when I load in XYZCT order that the metadata viewer reports that it's XYZCT. |
As per the minimal writer example, I'm using this code to populate my OME-TIFF metadata:
Everything else is being recorded properly, except the dimension order is being reported by the bioformats importer included in fiji as "XYCZT".
The odd thing is that when I do
meta.getPixelsDimensionOrder(0).getValue
, it returns XYZCT as I wrote it initially. What's going on here? Is the dimension order of ome-tiff files set in stone to be XYCZT?The text was updated successfully, but these errors were encountered: