ModifiedBlackBody

class eazy.templates.ModifiedBlackBody(Td=47, beta=1.6, q=2.34, alpha=-0.75)[source]

Bases: object

Modified black body: nu**beta * BB(nu, Td) + FIR-radio correlation

Parameters:
Tdfloat

Dust temperature

betafloat

Slope parameter

qfloat

FIR-radio normalization

alphafloat

Radio spectral slope: fnu = (nu/1.4e9)**alpha

Attributes Summary

bb

astropy.modeling.models.BlackBody function with self.Td dust temperature

Methods Summary

__call__(wave[, q])

Return modified BlackBody (fnu) as a function of wavelength

Attributes Documentation

bb

astropy.modeling.models.BlackBody function with self.Td dust temperature

Methods Documentation

__call__(wave, q=None)[source]

Return modified BlackBody (fnu) as a function of wavelength

Parameters:
wavearray

Wavelength array. If no unit attribute, assume astropy.units.micron.

qfloat

Parameter of FIR-radio correlation. If not specified, use internal self.q.