Function Repository Resource:

SIMBADIdentifiers

Source Notebook

Get identifiers of astronomical objects from the SIMBAD database

Contributed by: Truman Tapia

ResourceFunction["SIMBADIdentifiers"][obj]

gives all the SIMBAD identifiers of the astronomical object obj.

ResourceFunction["SIMBADIdentifiers"][list]

gives identifiers for a list of astronomical objects.

Details

ResourceFunction["SIMBADIdentifiers"] connects with the SIMBAD (Set of Identifications, Measurements and Bibliography for Astronomical Data) database using table access protocol (TAP).
An astronomical object can be specified as a String or Entity.

Examples

Basic Examples (3) 

Query the identifiers of a random nebula:

In[1]:=
nebula = RandomEntity["Nebula"]
Out[1]=
In[2]:=
ResourceFunction["SIMBADIdentifiers"][nebula]
Out[2]=

Query the identifiers of "Nenque" star:

In[3]:=
ResourceFunction["SIMBADIdentifiers"]["Nenque"]
Out[3]=

Query several astronomical objects at a time:

In[4]:=
ResourceFunction[
 "SIMBADIdentifiers"][{"Eyeke", Entity["Star", "Polaris"], "\[Alpha] Centauri", "Andromeda"}]
Out[4]=

Publisher

Truman Tapia

Version History

  • 1.0.0 – 29 January 2021

Source Metadata

Related Resources

License Information