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

View source: R/object_catalog_search.R

ps1_resolveR Documentation

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)

Arguments

target_names

character vector of target names (see example)

verbose

print info about request

Value

data.frame

Examples

## Not run: 
ps1_resolve(c('Andromeda', "SN 2005D", 'Antennae', 'ANTENNAE'))

## End(Not run)

panstarrs documentation built on May 29, 2024, 3:10 a.m.