QPTIFFMetadata: an OME-organised image metadata object
Source:R/qptiff_metadata.R
QPTIFFMetadata.RdAn S3-classed nested list returned by metadata on a
QPTIFFImage. It mirrors the OME hierarchy: a slide-constant
slide block, a list of image images (each with
image_info, channels, and scales), an
acquisition_format, and the raw source raw_xml. Prefer the
accessor helpers - qpi_format, qpi_channels,
qpi_channel_names, qpi_pixel_size_um,
qpi_n_levels, qpi_primary_scene,
qpi_is_brightfield, channel_table - over indexing
the nested list directly.