Learn R Programming

celestial (version 1.5.8)

IAUID: IAU name creator.

Description

Creates IAU legal names for objects given coordinates, name and epoch.

Usage

IAUID(ra, dec, name = "GAMA", epoch = "J")

Value

Text string that outputs an IAU legal name for an object.

Arguments

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.

Author

Aaron Robotham

Examples

Run this code
IAUID(123.45,67.89,'GAMA','J')

Run the code above in your browser using DataLab