GaussianFlux1D

class synphot.models.GaussianFlux1D(*args, **kwargs)[source]

Bases: synphot.models.Gaussian1D

Same as Gaussian1D but accepts extra keywords below.

Parameters:
amplitude : float

Amplitude of the Gaussian in PHOTLAM. Also see total_flux.

mean : float

Mean of the Gaussian in Angstrom.

stddev : float

Standard deviation of the Gaussian in Angstrom. Also see fwhm.

fwhm : float

Full width at half maximum of the Gaussian in Angstrom. If given, this overrides stddev.

total_flux : float

Total flux under the Gaussian in erg/s/cm^2. If given, this overrides amplitude.

Attributes Summary

param_names

Attributes Documentation

param_names = ('amplitude', 'mean', 'stddev')