Skip to content

Commit 0b8c364

Browse files
jespinosaarbsipocz
authored andcommitted
Update docs/esa/hubble.rst
Co-authored-by: Brigitta Sipőcz <[email protected]>
1 parent b2ebd78 commit 0b8c364

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/esa/hubble.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,15 @@ and a set of criteria to filter the results.
283283
async_job = True,
284284
filename = 'output1.vot.gz',
285285
output_format="votable")
286-
>>> str(table)
286+
>>> result
287+
<Table length=302>
288+
algorithm_name collection end_time end_time_mjd exposure_duration ... target_name calibration_level data_product_type ra dec
289+
object object object float64 float64 ... object object object float64 float64
290+
-------------- ---------- -------------------------- ------------------ ----------------- ... ----------- ----------------- ----------------- ------------------ ------------------
291+
drizzle HST 2002-06-29 14:15:20.787 52454.51065725694 1600.0 ... M31-T3 CALIBRATED image 10.791884595154517 41.28819762447081
292+
drizzle HST 2002-06-29 14:15:20.787 52454.51065725694 1600.0 ... M31-T3 PRODUCT image 10.791884595154517 41.28819762447081
293+
...
294+
exposure HST 2014-06-26 03:40:17.0 56834.06964120371 1246.0 ... M-31-CORE RAW image 10.531742116262286 41.25273489574185
287295

288296
.. code-block:: python
289297

0 commit comments

Comments
 (0)