Skip to content

Commit

Permalink
Fix one more SpectralRegion reference
Browse files Browse the repository at this point in the history
  • Loading branch information
rosteen committed Feb 1, 2024
1 parent 217dbf0 commit 2e357c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specutils/analysis/moment.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def moment(spectrum, regions=None, order=0, axis=-1):
spectrum : `~specutils.spectra.spectrum1d.Spectrum1D`
The spectrum object over which the width will be calculated.
regions: `~specutils.utils.SpectralRegion` or list of `~specutils.utils.SpectralRegion`
regions: `~specutils.SpectralRegion` or list of `~specutils.SpectralRegion`
Region within the spectrum to calculate the gaussian sigma width. If
regions is `None`, computation is performed over entire spectrum.
Expand Down

0 comments on commit 2e357c8

Please sign in to comment.