File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -283,7 +283,15 @@ and a set of criteria to filter the results.
283
283
async_job = True ,
284
284
filename = ' output1.vot.gz' ,
285
285
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
287
295
288
296
.. code-block :: python
289
297
You can’t perform that action at this time.
0 commit comments