Description Retrieves the state of the Blackbody normalization flag. When this flag is True, the Blackbody spectrum is normalized to a maximum value of 1. If the spectrum being queried is not a blackbody spectrum an error is set and the operation is halted.
Syntax flag = SpectrumGetBlackbodyNormalizationFlag( spectNode )
Parameters flag (Boolean) Value of the normalization flag. If True, normalization is set. If False, normalization is not set.
spectNode As long Node number of the spectrum being queried.
Remarks
See Also SpectrumGetBlackbodyTemperature SpectrumSetBlackbodyNormalizationFlag SpectrumSetBlackbodyTemperature
|