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
I use the library to open TIFF images create by SEM systems, in my Case FEI or now ThermoFischer. The tifffile library extracts the metadata but in AICSImageIO the metadata is only available in the numeric index {34680, 34682, 34683} depending on the tool.
For Zeiss this key would be {34118,}.
I am wondering if there is a wish to extract the physical pixel size from this metadata automatically and perhaps provide the metadata.
Solution
The physical pixel size is automatically read from the metadata in the TIFF file.
Alternatives
Create a new class basing on AICSImage, that sets the Physical Pixel size.
Thank you for this issue. I suggest looking at https://github.com/bioio-devs/bioio-tifffile/blob/main/bioio_tifffile/reader.py#L579
and maybe you can make a pull request that modifies that file to add a check for these specific fields.
If it is possible for you, we suggest migrating to bioio as aicsimageio is in maintenance mode.
The api is basically the same and migration should be fairly easy.
Use Case
I use the library to open TIFF images create by SEM systems, in my Case FEI or now ThermoFischer. The tifffile library extracts the metadata but in AICSImageIO the metadata is only available in the numeric index {34680, 34682, 34683} depending on the tool.
For Zeiss this key would be {34118,}.
I am wondering if there is a wish to extract the physical pixel size from this metadata automatically and perhaps provide the metadata.
Solution
The physical pixel size is automatically read from the metadata in the TIFF file.
Alternatives
Create a new class basing on AICSImage, that sets the Physical Pixel size.
The text was updated successfully, but these errors were encountered: