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
Currently, ds.add_layer_from_images() and Dataset.from_images() can use the pims bioformats reader when use_bioformats is explicitly set to true. It would be great to use the bioformats reader as a fallback and for unsupported datatypes anyways. We should check if the listed file suffixes should be monkey-patched to contain all possible ones (see also soft-matter/pims#357), or if a second try using the BioformatsReader directly is more appropriate.
The text was updated successfully, but these errors were encountered:
Detailed Description
Affected library: webknossos
Currently,
ds.add_layer_from_images()
andDataset.from_images()
can use the pims bioformats reader whenuse_bioformats
is explicitly set to true. It would be great to use the bioformats reader as a fallback and for unsupported datatypes anyways. We should check if the listed file suffixes should be monkey-patched to contain all possible ones (see also soft-matter/pims#357), or if a second try using theBioformatsReader
directly is more appropriate.The text was updated successfully, but these errors were encountered: