GaussianFlux1D

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

Bases: Gaussian1D

Same as Gaussian1D but accepts extra keywords below.

Parameters:
amplitudefloat

Amplitude of the Gaussian in PHOTLAM. Also see total_flux.

meanfloat

Mean of the Gaussian in Angstrom.

stddevfloat

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

fwhmfloat

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

total_fluxfloat

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

Methods Summary

integrate(*args)

Methods Documentation

integrate(*args)[source]