blackbody_radiance

SRF.blackbody_radiance(T, spectral=True)[source]

Calculate integrated radiance for blackbody at temperature T

Parameters:
  • T – Temperature [K]. This can be either a python number, or a numpy ndarray, on a ureg quantity encompassing either.

  • spectral – Parameter to control whether to return spectral radiance or radiance. See self.integrate_radiances for details.

Returns quantity ndarray with blackbody radiance in desired unit. Note that this is an ndarray with dimension (1,) even if you passin a scalar.