gaussian_sigma_width¶
-
specutils.analysis.gaussian_sigma_width(spectrum, regions=None)[source]¶ Estimate the width of the spectrum using a second-moment analysis.
The value is scaled to match the sigma/standard deviation parameter of a standard Gaussian profile. This will be calculated over the regions, if they are specified.
- Parameters
- spectrum
Spectrum1D The spectrum object over which the width will be calculated.
- regions: `~specutils.utils.SpectralRegion` or list of `~specutils.utils.SpectralRegion`
Region within the spectrum to calculate the gaussian sigma width. If regions is
None, computation is performed over entire spectrum.
- spectrum
- Returns
- approx_sigma:
Quantityor list (based on region input) Approximated sigma value of the spectrum
- approx_sigma:
Notes
The spectrum should be continuum subtracted before being passed to this function.