GaussianFlux1D¶
- class synphot.models.GaussianFlux1D(*args, **kwargs)[source]¶
Bases:
Gaussian1DSame as
Gaussian1Dbut 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 overridesamplitude.
Methods Summary
integrate(*args)Methods Documentation