Closed stuarteberg closed 7 years ago
cc @cgohlke
Oops, I should have closed this PR already. @cgohlke has already included this fix in his master copy, as of revision 2016.10.28
: http://www.lfd.uci.edu/~gohlke/code/tifffile.py.html
Once @blink1073 updates this repo to merge @cgohlke's latest version, then this repo will have the fix, too.
The reason this probably hasn't been updated is there hasn't been a PyPI release.
The PyPI releases are sourced from this repository, I need to update here for the new source version and cut a release, thank you for the heads up.
Sorry I misspoke. I often forget how this repo and releases relate to the source.
Released in 0.10
.
Thanks. Bumping the version in conda-forge.
xref: https://github.com/conda-forge/tifffile-feedstock/pull/8
Here's a snippet of metadata from an OME-TIFF file that was created by the BioFormats
bfconvert
tool:Unfortunately,
tifffile.py
chokes[1] on the attributeStart="0.0"
, because it expects anint
, not afloat
. I asked about this on the ome-devel mailing list[2], and I was told that this metadata frombfconvert
is correct. Therefore, here's a little PR totifffile.py
, to allowfloat
in that attribute.[1]: For the record, the error from
tifffile.py
is the following:[2]: http://lists.openmicroscopy.org.uk/pipermail/ome-devel/2016-July/003723.html