Blackbody radiation

Compute Planck’s blackbody emission and return a RADIS Spectrum object for easier post-processing.

Uses sPlanck.

plot blackbody
<matplotlib.lines.Line2D object at 0x7fbdede7cee0>

from radis.phys.blackbody import sPlanck

sPlanck(wavelength_min=135, wavelength_max=3000, T=4000).plot()
sPlanck(wavelength_min=135, wavelength_max=3000, T=5000).plot(nfig="same")
sPlanck(wavelength_min=135, wavelength_max=3000, T=6000).plot(nfig="same")
sPlanck(wavelength_min=135, wavelength_max=3000, T=7000).plot(nfig="same")

Total running time of the script: (0 minutes 1.069 seconds)