planck_wavenumber

typhon.physics.planck_wavenumber(n, T)[source]

Calculate black body radiation for given wavenumber and temperature.

Parameters
  • n (float or ndarray) – Wavenumber.

  • T (float or ndarray) – Temperature [K].

Returns

Radiances.

Return type

float or ndarray