Description Sets 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 modified is not a blackbody spectrum, an error is set and the operation is halted.
Syntax SpectrumSetBlackbodyNormalizationFlag spectNode, flag
Parameters spectNode As long Node number of the spectrum being modified.
flag As Boolean Value of the normalization flag. If True, normalization is set. If False, normalization is not set.
Remarks
See Also SpectrumGetBlackbodyNormalizationFlag SpectrumGetBlackbodyTemperature SpectrumSetBlackbodyTemperature
|