File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ ESO Queries (`astroquery.eso`)
1717
1818 In TAP, ``column_filters `` accepts ADQL expressions. For example:
1919
20- .. doctest-skip ::
20+ .. code-block :: python
2121
2222 column_filters = {
2323 ' some_int_column' : " < 5" ,
@@ -234,7 +234,6 @@ as certain columns with datatype ``char`` actually define timestamps or regions
234234
235235 Number of records present in the table ist.midi:
236236 421764
237- [astroquery.eso.core]
238237
239238**Note: ** for a deeper description of each column, the following query can be issued
240239on the ESO **Programmatic Access ** website (https://archive.eso.org/programmatic/#TAP):
@@ -249,6 +248,7 @@ target ``NGC 4151`` between ``2008-01-01`` and ``2009-05-12`` are searched, and
249248return two columns: the date of observation and the name of the object.
250249
251250.. doctest-remote-data ::
251+
252252 >>> table = eso.query_instrument(
253253 ... ' midi' ,
254254 ... column_filters= {
@@ -477,7 +477,7 @@ Two concrete and relevant examples of fields present in WDB but not present in T
477477are ``stime `` and ``etime ``. The following snippet shows how to adapt the filters to
478478the TAP / ADQL syntax:
479479
480- .. doctest-skip ::
480+ .. code-block :: python
481481
482482 # The following filters won't work:
483483 column_filters = {
You can’t perform that action at this time.
0 commit comments