@@ -66,7 +66,7 @@ to query the messier object M1:
66
66
main_id ra dec ... coo_wavelength coo_bibcode matched_id
67
67
deg deg ...
68
68
------- ------- ------- ... -------------- ------------------- ----------
69
- M 1 83.6287 22.0147 ... R 1995AuJPh..48..143S M 1
69
+ M 1 83.6324 22.0174 ... X 2022A&A...661A..38P M 1
70
70
71
71
`Wildcards `_ are supported. Note that this makes the query case-sensitive.
72
72
This allows, for instance, to query messier objects from 1 through 9:
@@ -203,12 +203,12 @@ If the center is defined by coordinates, then the best solution is to use a
203
203
>>> Simbad.query_region(SkyCoord(31.0087 , 14.0627 , unit = (u.deg, u.deg),
204
204
... frame= ' galactic' ), radius= 2 * u.arcsec)
205
205
<Table length=2>
206
- main_id ra ... coo_wavelength coo_bibcode
207
- deg ...
208
- object float64 ... str1 object
209
- ------------------- ----------------- ... -------------- -------------------
210
- GJ 699 b 269.4520769586187 ... O 2020yCat.1350....0G
211
- NAME Barnard's star 269.4520769586187 ... O 2020yCat.1350....0G
206
+ main_id ra ... coo_wavelength coo_bibcode
207
+ deg ...
208
+ object float64 ... str1 object
209
+ --------------------- ----------------- ... -------------- -------------------
210
+ NAME Barnard's Star b 269.4520769586187 ... O 2020yCat.1350....0G
211
+ NAME Barnard's star 269.4520769586187 ... O 2020yCat.1350....0G
212
212
213
213
.. Note ::
214
214
@@ -466,7 +466,7 @@ with:
466
466
467
467
>>> from astroquery.simbad import Simbad
468
468
>>> Simbad.list_votable_fields()[[" name" , " description" ]]
469
- <Table length=115 >
469
+ <Table length=... >
470
470
name description
471
471
object object
472
472
----------- -------------------------------------------------------
@@ -584,11 +584,12 @@ constraint on the first character of the ``mespm.bibcode`` column
584
584
>>> simbad.add_votable_fields(" mesPM" , " otype" )
585
585
>>> pm_measurements = simbad.query_object(" BD+30 2512" , criteria = criteria)
586
586
>>> pm_measurements[[" main_id" , " mespm.pmra" , " mespm.pmde" , " mespm.bibcode" ]]
587
- <Table length=6 >
587
+ <Table length=7 >
588
588
main_id mespm.pmra mespm.pmde mespm.bibcode
589
589
mas / yr mas / yr
590
590
object float32 float32 object
591
591
----------- ---------- ---------- -------------------
592
+ BD+30 2512 -631.6 -289.5 2016ApJ...817..112S
592
593
BD+30 2512 -631.662 -308.469 2020yCat.1350....0G
593
594
BD+30 2512 -631.6 -289.5 2016ApJS..224...36K
594
595
BD+30 2512 -631.625 -308.495 2018yCat.1345....0G
0 commit comments