Learn R Programming

celestial (version 1.4.6)

IAUID: IAU name creator.

Description

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

Usage

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

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.

Value

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

Examples

Run this code
# NOT RUN {
IAUID(123.45,67.89,'GAMA','J')
# }

Run the code above in your browser using DataLab