Package pysynphot :: Module planck
[hide private]
[frames] | no frames]

Module planck

source code

Functions [hide private]
 
bbfunc(wave, temperature)
Planck function in photlam.
source code
 
llam_SI(wave, temperature)
Planck function in standard units.
source code
 
bb_photlam_arcsec(wave, temperature)
Planck function in photlam / square arcsec.
source code
Variables [hide private]
  H = 6.6262e-27
  HS = 6.6262e-34
  C = 299792500.0
  K = 1.38062e-23
  C1 = 1.1910666468e-16
  C2 = 0.0143883549673
  F = 2.35043863818e-25
  LOWER = 0.0001
  UPPER = 85.0
  __package__ = 'pysynphot'

Imports: math, N


Function Details [hide private]

bbfunc(wave, temperature)

source code 

Planck function in photlam. wavelength in Angstrom, temperature in Kelvin. Adapted from bbfunc in synphot.

llam_SI(wave, temperature)

source code 

Planck function in standard units. wavelength in meters, temperature in Kelvin. Adapted from Anand's spp code in synphot.

bb_photlam_arcsec(wave, temperature)

source code 

Planck function in photlam / square arcsec. wavelength in Angstrom, temperature in Kelvin. Translated from Anand's spp code in synphot.