Description Calculates the radiance in photons in a given waveband from a black body of a given temperature.
Syntax count = BlackBodyRadiancePhotons ( wav1, wav2, temp )
Parameters count (Double) Number of photons/second/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 radiance in photons from a black body in units of Photons/second/cm2/sr.
See Also
|