Struct SpectrumCharacteristics#
Defined in File libCZI_Metadata2.h
Struct Documentation#
-
struct SpectrumCharacteristics#
Structure used to describe the spectral characteristic of light.
Public Types
Public Members
-
InformationType type#
The type of information given.
-
double singlePeak#
The single peak (only valid if “type” is “InformationType::SinglePeak”).
-
std::vector<RangeOrSingleValue<double>> ranges#
The set of ranges (only valid if “type” is “InformationType::Ranges”).
-
InformationType type#