Learn R Programming

panstarrs (version 0.2.3)

ps1_resolve: Get the RA and Dec for objects from PanSTARRS catalog.

Description

Only works for "north" objects with decl > -30. For all objects see function `ps1_mast_resolve`.

Usage

ps1_resolve(target_names, verbose = FALSE)

Value

data.frame

Arguments

target_names

character vector of target names (see example)

verbose

print info about request

Examples

Run this code
if (FALSE) {
ps1_resolve(c('Andromeda', "SN 2005D", 'Antennae', 'ANTENNAE'))
}

Run the code above in your browser using DataLab