IAUID {celestial} | R Documentation |
Creates IAU legal names for objects given coordinates, name and epoch.
IAUID(ra, dec, name = "GAMA", epoch = "J")
ra |
Right Ascension in decimal degrees. |
dec |
Declination in decimal degrees. |
name |
Name to be appended to IAU designation as a string. |
epoch |
Epoch, i.e. 'J' (default) or 'B'. Enter as a string. |
Text string that outputs an IAU legal name for an object.
Aaron Robotham
IAUID(123.45,67.89,'GAMA','J')