Description Calculates the radiant energy in units of Watts/cm2/sr in the given waveband from a black body at the given temperature.
Syntax power = BlackBodyRadianceEnergy ( wav1, wav2, temp )
Parameters power (Double) Power in units of Watts/cm2/sr.
wav1 As Double Starting wavelength (microns) used in the calculation.
wav2 As Double Ending wavelength (microns) used in the calculation.
temp As Double Temperature (degrees Kelvin) of the black body.
Remarks This function calculates the radiant energy from a black body in units of Watts/cm2/sr.
See Also Examples
|