Enum DimensionChannelChannelType#
Defined in File libCZI_Metadata2.h
Enum Documentation#
-
enum class libCZI::DimensionChannelChannelType : std::uint8_t#
Values that represent the type of a channel. This field (in a sense) has the highest precedence when determining/assigning the microscopy method how a channel was acquired. Usually, the AcquisitionMode-field is used to give an indication which microscopy method was used. But if this field “ChannelType” is present, it has higher precedence - i.e. it should be checked first.
Values:
-
enumerator Heightmap#
This channel represents a heightmap. Note that additional restrictions apply when declaring a channel as heightmap.
-
enumerator PalHR#
Unknown denotation.
-
enumerator PalWidefield#
Unknown denotation.
-
enumerator SimHR#
Unknown denotation.
-
enumerator SimWidefield#
Unknown denotation.
-
enumerator SimDWF#
Unknown denotation.
-
enumerator AiryScanSum#
This channel contains a processed (combined) super-resolution from an Airy-scan-acquisition in draft quality.
-
enumerator AiryScanRawSr#
This channel contains the images of all sensors in the Airy-Scan-sensor-array.
-
enumerator AiryScanRaw#
This channel contains the images of all sensors in the Airy-Scan-sensor-array.
-
enumerator AiryScanSr#
This channel contains the (processed) super-resolution image.
-
enumerator AiryScanVp#
This channel contains the (processed) “virtual pinhole” image.
-
enumerator AiryScanMb#
This channel contains the (processed) “multi-beam” image.
-
enumerator AiryScanRingSheppardSum#
This channel contains the Sheppard-sum created from 4 fiber-rings.
-
enumerator OnlineUnmixing#
This channel contains the result of an online unmixing acquisition with a laser-scanning microscope.
-
enumerator Unspecified#
Unspecified type.
-
enumerator Heightmap#