Skip to content

Commit

Permalink
Correct velocity_convention options in docstring (#1088)
Browse files Browse the repository at this point in the history
  • Loading branch information
rosteen committed Sep 27, 2023
1 parent 27db220 commit 76a5a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specutils/spectra/spectrum1d.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class Spectrum1D(OneDSpectrumMixin, NDCube, NDIOMixin, NDArithmeticMixin):
wcs : `~astropy.wcs.WCS` or `~gwcs.wcs.WCS`
WCS information object that either has a spectral component or is
only spectral.
velocity_convention : {"doppler_relativistic", "doppler_optical", "doppler_radio"}
velocity_convention : {"relativistic", "optical", "radio"}
Convention used for velocity conversions.
rest_value : `~astropy.units.Quantity`
Any quantity supported by the standard spectral equivalencies
Expand Down

0 comments on commit 76a5a78

Please sign in to comment.