Skip to content

Commit b0e7048

Browse files
authored
Splatalogue: fix docstring to match valid intensity type
Minor change. There may be others that need updating; give me a day to check
1 parent b43c5bb commit b0e7048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/splatalogue/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ def _parse_kwargs(self, *, min_frequency=None, max_frequency=None,
219219
cm/K for *inverse* cm, i.e. wavenumber, or K for Kelvin
220220
intensity_lower_limit : `None` or float
221221
Lower limit on the intensity. See intensity_type
222-
intensity_type : `None` or ``'sij'``, ``'cdms_jpl'``, ``'aij'``
222+
intensity_type : `None`, ``'CDMS/JPL (log)'``, ``'Sij-mu2'``, ``'Aij (log)'``
223223
The type of intensity on which to place a lower limit
224224
transition : str
225225
e.g. 1-0

0 commit comments

Comments
 (0)