Skip to content

Commit 81f9ef2

Browse files
authored
Removing accidentally duplicated line, and fix PEP8 [skip CI]
1 parent 5ef6eeb commit 81f9ef2

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

docs/esa/iso/iso.rst

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,23 +20,18 @@ ESA experts at ESAC.
2020
Examples
2121
========
2222

23-
table=ISO.query_ida_tap(query=("SELECT tdt,ra,dec,aotname,target "
24-
"FROM ida.observations "
25-
"WHERE INTERSECTS(CIRCLE('ICRS',10.68470833,41.26875,0.08333333333333333),"
26-
"ida.observations.s_region_fov)=1"))
27-
2823
------------------------------
2924
1. Querying ISO data
3025
------------------------------
3126

3227
.. doctest-remote-data::
3328

3429
>>> from astroquery.esa.iso import ISO
35-
>>> table=ISO.query_ida_tap(query=("SELECT tdt,ra,dec,aotname,target "
36-
... "FROM ida.observations "
37-
... "WHERE INTERSECTS(CIRCLE('ICRS',10.68470833,41.26875,"
38-
... "0.08333333333333333),"
39-
... "ida.observations.s_region_fov)=1"))
30+
>>> table = ISO.query_ida_tap(query=("SELECT tdt,ra,dec,aotname,target "
31+
... "FROM ida.observations "
32+
... "WHERE INTERSECTS(CIRCLE('ICRS',10.68470833,41.26875,"
33+
... "0.08333333333333333),"
34+
... "ida.observations.s_region_fov)=1"))
4035
>>> table.pprint() # doctest: +IGNORE_OUTPUT
4136
tdt ra dec aotname target
4237
h deg

0 commit comments

Comments
 (0)