@@ -45,9 +45,7 @@ class SplatalogueClass(BaseQuery):
45
45
versions = ('v1.0' , 'v2.0' , 'v3.0' , 'vall' )
46
46
# global constant, not user-configurable
47
47
ALL_LINE_LISTS = ('LovasNIST' , 'SLAIM' , 'JPL' , 'CDMS' , 'ToyaMA' , 'OSU' ,
48
- 'Recombination' , 'RFI' )
49
- TOP20_LIST = ('comet' , 'planet' , 'top20' , 'ism_hotcore' , 'ism_darkcloud' ,
50
- 'ism_diffusecloud' )
48
+ 'TopModel' , 'Recombination' , 'RFI' )
51
49
52
50
def __init__ (self , ** kwargs ):
53
51
"""
@@ -154,7 +152,7 @@ def _default_kwargs(self):
154
152
return json .loads (self ._parse_kwargs (** kwargs )['body' ])
155
153
156
154
def _parse_kwargs (self , * , min_frequency = None , max_frequency = None ,
157
- top20 = None , chemical_name = None ,
155
+ chemical_name = None ,
158
156
chem_re_flags = 0 , energy_min = None , energy_max = None ,
159
157
energy_type = None , intensity_lower_limit = None ,
160
158
intensity_type = None , transition = None , version = None ,
@@ -181,10 +179,6 @@ def _parse_kwargs(self, *, min_frequency=None, max_frequency=None,
181
179
Minimum frequency (or any spectral() equivalent)
182
180
max_frequency : `astropy.units`
183
181
Maximum frequency (or any spectral() equivalent)
184
- top20: str
185
- One of ``'comet'``, ``'planet'``, ``'top20'``, ``'ism_hotcore'``,
186
- ``'ism_darkcloud'``, ``'ism_diffusecloud'``.
187
- Overrides chemical_name
188
182
chemical_name : str
189
183
Name of the chemical to search for. Treated as a regular
190
184
expression. An empty set ('', (), [], {}) will match *any*
0 commit comments