You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/esa/hubble/hubble.rst
+2-37Lines changed: 2 additions & 37 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -209,42 +209,7 @@ The following example uses the string definition of the calibration level ('PROD
209
209
Length = 12965 rows
210
210
211
211
212
-
As has been mentioned, these parameters are optional and it is not necessary to define all of them to execute this function, as the search will be adapted to the ones that are available.
If no criteria are specified to limit the selection, this function will retrieve all the observations.
230
-
231
-
.. doctest-remote-data::
232
-
233
-
>>> from astroquery.esa.hubble import ESAHubble
234
-
>>> esahubble = ESAHubble()
235
-
>>> result = esahubble.query_criteria(async_job=False, verbose=True) # doctest: +IGNORE_OUTPUT
236
-
INFO: select o.*, p.calibration_level, p.data_product_type, pos.ra, pos.dec from ehst.observation AS o JOIN ehst.plane as p on o.observation_uuid=p.observation_uuid JOIN ehst.position as pos on p.plane_id = pos.plane_id [astroquery.esa.hubble.core]
237
-
Launched query: 'select TOP 2000 o.*, p.calibration_level, p.data_product_type, pos.ra, pos.dec from ehst.observation AS o JOIN ehst.plane as p on o.observation_uuid=p.observation_uuid JOIN ehst.position as pos on p.plane_id = pos.plane_id'
This last example will provide the ADQL query based on the criteria defined by the user.
212
+
As it has been mentioned, these parameters are optional and it is not necessary to define all of them to execute this function, as the search will be adapted to the ones that are available.
248
213
249
214
.. doctest-remote-data::
250
215
@@ -434,7 +399,7 @@ The first step is to query eHST Server to retrieve them. For instance, for obser
0 commit comments