ome / bioformats

Bio-Formats is a Java library for reading and writing data in life sciences image file formats. It is developed by the Open Microscopy Environment. Bio-Formats is released under the GNU General Public License (GPL); commercial licenses are available from Glencoe Software.
https://www.openmicroscopy.org/bio-formats
GNU General Public License v2.0
370 stars 241 forks source link

DICOM: use FrameTimePointer to detect timelapse data #4196

Open melissalinkert opened 2 weeks ago

melissalinkert commented 2 weeks ago

This is a potential replacement for #4167. As recommended in https://github.com/ome/bioformats/pull/4167#issuecomment-2020196397, this uses the presence of a valid FrameTimePointer to determine if SizeT should be set instead of SizeZ.

This changes the behavior of a few existing sample files, so a configuration PR is forthcoming.