We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See micro-manager/pycro-manager#467
NDTiff v3.0 had a bug where in certain cases it would encode metadata in not i UTF-8 and maybe in UTF-16 or ISO-8859-1
UTF-8
UTF-16
ISO-8859-1
fixed in v3.1
It might be a good addition to try to deserialize (in dataset.read_metadata()) with other encodings if it fails with JSON
dataset.read_metadata()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
See micro-manager/pycro-manager#467
NDTiff v3.0 had a bug where in certain cases it would encode metadata in not i
UTF-8
and maybe inUTF-16
orISO-8859-1
fixed in v3.1
It might be a good addition to try to deserialize (in
dataset.read_metadata()
) with other encodings if it fails with JSONThe text was updated successfully, but these errors were encountered: