File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -134,6 +134,20 @@ RA and Dec must be given in decimal degrees, and datetimes in MJD.
134
134
image 2 GALEX ... 1000055044 0.0
135
135
image 2 GALEX ... 1000055047 229.81061601101433
136
136
137
+ We encourage the use of wildcards particularly when querying for JWST instruments
138
+ with the instrument_name criteria. This is because of the varying instrument names
139
+ for JWST science instruments, which you can read more about on the MAST page for
140
+ `JWST Instrument Names <https://outerspace.stsci.edu/display/MASTDOCS/JWST+Instrument+Names >`__.
141
+
142
+ .. doctest-remote-data ::
143
+
144
+ >>> from astroquery.mast import Observations
145
+ ...
146
+ >>> obs_table = Observations.query_criteria(proposal_pi = " Espinoza, Nestor" ,
147
+ ... instrument_name= " NIRISS*" )
148
+ >>> set (obs_table[' instrument_name' ]) # doctest: +IGNORE_OUTPUT
149
+ {'NIRISS', 'NIRISS/IMAGE', 'NIRISS/SOSS'}
150
+
137
151
138
152
Getting Observation Counts
139
153
--------------------------
You can’t perform that action at this time.
0 commit comments