blackbody_pnu¶
- sofia_redux.instruments.exes.makeflat.blackbody_pnu(wavenumber, temperature)[source]¶
Black-body photon function.
Accepts arrays for wavenumber and/or temperature, as long as their shapes can be broadcast together.
- Parameters:
- wavenumberfloat or array-like of float
Wavenumber values for computing the black-body function.
- temperaturefloat or array-like of float
Temperature values for computing the black-body function.
- Returns:
- pnufloat or array-like of float
Photons at input values, in Hz/cm.