1
- ******************************
2
- IRSA Moving Object Search Tool
3
- ******************************
1
+ .. _astroquery.ipac.irsa.most :
2
+
3
+ **********************************************************
4
+ IRSA Moving Object Search Tool (astroquery.ipac.irsa.most)
5
+ **********************************************************
4
6
5
7
Moving Object Search Tool (MOST) can determine the orbit for a given solar system
6
8
object then find images that covered the object's predicted positions in select
@@ -358,19 +360,19 @@ asteroid `Victoria <https://en.wikipedia.org/wiki/12_Victoria>`_ as:
358
360
... obs_begin= " 2014-05-29" ,
359
361
... obs_end= " 2014-05-30" )
360
362
<Table length=10>
361
- ra_obj dec_obj sun_dist geo_dist ... saa_sep qual_frame image_set
362
- float64 float64 float64 float64 ... float64 int64 int64
363
- ---------- --------- -------- -------- ... ------- ---------- ---------
364
- 333.539704 -0.779309 1.8179 1.4638 ... 15.039 10 6
365
- 333.539704 -0.779309 1.8179 1.4638 ... 15.039 10 6
366
- 333.589056 -0.747249 1.8179 1.4626 ... 46.517 10 6
367
- 333.589056 -0.747249 1.8179 1.4626 ... 46.517 10 6
368
- 333.638285 -0.71525 1.8179 1.4614 ... 89.053 10 6
369
- 333.638285 -0.71525 1.8179 1.4614 ... 89.053 10 6
370
- 333.687494 -0.683205 1.8178 1.4603 ... 115.076 10 6
371
- 333.687494 -0.683205 1.8178 1.4603 ... 115.076 10 6
372
- 333.73658 -0.651221 1.8178 1.4591 ... 73.321 10 6
373
- 333.73658 -0.651221 1.8178 1.4591 ... 73.321 10 6
363
+ ra_obj dec_obj sun_dist geo_dist ... moon_sep saa_sep qual_frame image_set
364
+ float64 float64 float64 float64 ... float64 float64 int64 int64
365
+ ---------- --------- -------- -------- ... -------- ------- ---------- ---------
366
+ 333.539704 -0.779309 1.8179 1.4638 ... 102.339 15.039 10 6
367
+ 333.539704 -0.779309 1.8179 1.4638 ... 102.339 15.039 10 6
368
+ 333.589056 -0.747249 1.8179 1.4626 ... 103.825 46.517 10 6
369
+ 333.589056 -0.747249 1.8179 1.4626 ... 103.825 46.517 10 6
370
+ 333.638286 -0.71525 1.8179 1.4614 ... 105.327 89.053 10 6
371
+ 333.638286 -0.71525 1.8179 1.4614 ... 105.327 89.053 10 6
372
+ 333.687495 -0.683205 1.8178 1.4603 ... 106.803 115.076 10 6
373
+ 333.687495 -0.683205 1.8178 1.4603 ... 106.803 115.076 10 6
374
+ 333.736581 -0.651221 1.8178 1.4591 ... 108.294 73.321 10 6
375
+ 333.736581 -0.651221 1.8178 1.4591 ... 108.294 73.321 10 6
374
376
375
377
To return more than just a table of image identifiers, use one of the more
376
378
verbose output modes - ``Regular `` or ``Full ``.
@@ -388,19 +390,19 @@ verbose output modes - ``Regular`` or ``Full``.
388
390
dict_keys(['results', 'metadata', 'region', 'fits_tarball', 'region_tarball'])
389
391
>>> matched[" metadata" ]
390
392
<Table length=10>
391
- ra_obj dec_obj sun_dist geo_dist ... saa_sep qual_frame image_set
392
- float64 float64 float64 float64 ... float64 int64 int64
393
- ---------- --------- -------- -------- ... ------- ---------- ---------
394
- 333.539704 -0.779309 1.8179 1.4638 ... 15.039 10 6
395
- 333.539704 -0.779309 1.8179 1.4638 ... 15.039 10 6
396
- 333.589056 -0.747249 1.8179 1.4626 ... 46.517 10 6
397
- 333.589056 -0.747249 1.8179 1.4626 ... 46.517 10 6
398
- 333.638285 -0.71525 1.8179 1.4614 ... 89.053 10 6
399
- 333.638285 -0.71525 1.8179 1.4614 ... 89.053 10 6
400
- 333.687494 -0.683205 1.8178 1.4603 ... 115.076 10 6
401
- 333.687494 -0.683205 1.8178 1.4603 ... 115.076 10 6
402
- 333.73658 -0.651221 1.8178 1.4591 ... 73.321 10 6
403
- 333.73658 -0.651221 1.8178 1.4591 ... 73.321 10 6
393
+ ra_obj dec_obj sun_dist geo_dist ... moon_sep saa_sep qual_frame image_set
394
+ float64 float64 float64 float64 ... float64 float64 int64 int64
395
+ ---------- --------- -------- -------- ... -------- ------- ---------- ---------
396
+ 333.539704 -0.779309 1.8179 1.4638 ... 102.339 15.039 10 6
397
+ 333.539704 -0.779309 1.8179 1.4638 ... 102.339 15.039 10 6
398
+ 333.589056 -0.747249 1.8179 1.4626 ... 103.825 46.517 10 6
399
+ 333.589056 -0.747249 1.8179 1.4626 ... 103.825 46.517 10 6
400
+ 333.638286 -0.71525 1.8179 1.4614 ... 105.327 89.053 10 6
401
+ 333.638286 -0.71525 1.8179 1.4614 ... 105.327 89.053 10 6
402
+ 333.687495 -0.683205 1.8178 1.4603 ... 106.803 115.076 10 6
403
+ 333.687495 -0.683205 1.8178 1.4603 ... 106.803 115.076 10 6
404
+ 333.736581 -0.651221 1.8178 1.4591 ... 108.294 73.321 10 6
405
+ 333.736581 -0.651221 1.8178 1.4591 ... 108.294 73.321 10 6
404
406
405
407
As demonstrated, the returned values are stored in a dictionary and which
406
408
``metadata `` key table matches the ``Brief `` output mode table.
@@ -412,13 +414,13 @@ key:
412
414
413
415
.. doctest-remote-data ::
414
416
415
- >>> matched[" fits_tarball" ]
417
+ >>> matched[" fits_tarball" ] # doctest: +IGNORE_OUTPUT
416
418
'https://irsa.ipac.caltech.edu/workspace/TMP_X69utS_13312/Most/pid15792/fitsimage_A850RA.tar.gz'
417
- >>> matched[" region_tarball" ]
419
+ >>> matched[" region_tarball" ] # doctest: +IGNORE_OUTPUT
418
420
'https://irsa.ipac.caltech.edu/workspace/TMP_X69utS_13312/Most/pid15792/ds9region_A850RA.tar'
419
421
>>> matched[" results" ].columns
420
- <TableColumns names=('Image_ID','date_obs','time_obs','mjd_obs','ra_obj','dec_obj','sun_dist','geo_dist','dist_ctr','phase','vmag','image_url','postcard_url','region_file')> # noqa: E501
421
- >>> matched[" results" ][" time_obs" , " image_url" ]
422
+ <TableColumns names=('Image_ID','date_obs','time_obs','mjd_obs','ra_obj','dec_obj','sun_dist','geo_dist','dist_ctr','phase','vmag','image_url','postcard_url','region_file')>
423
+ >>> matched[" results" ][" time_obs" , " image_url" ] # doctest: +IGNORE_OUTPUT
422
424
<Table length=10>
423
425
time_obs image_url
424
426
str12 str103
0 commit comments