wds_id: WDS index

wds_idR Documentation

WDS index

Description

Return WDS index based on right ascension and declination

Usage

wds_id(ra, dec, delim = " ", name = "")

Arguments

ra

a character string with right ascension.

dec

a character string with declination.

delim

a character string with delimiter used in both ra and dec.

name

a character string with extra name.

Value

A character with WDS index.

Examples

wds_indx1 <- wds_id('00 00 43.63', '+45 15 12.0')
wds_indx2 <- wds_id('16:37:44.07', '+19:56:55.1', ':', 'wds')

drastega/specklestar documentation built on Nov. 20, 2023, 8:21 p.m.