ps1_search: Do a general search of the PS1 catalog (possibly without...

View source: R/object_catalog_search.R

ps1_searchR Documentation

Description

Do a general search of the PS1 catalog (possibly without ra/dec/radius)

Usage

ps1_search(
  table = c("mean", "stack", "detection", "forced_mean"),
  release = c("dr2", "dr1"),
  columns = NULL,
  verbose = FALSE,
  ...
)

Arguments

table

"mean", "stack", "detection" or "forced_mean"

release

"dr1" or "dr2"(default)

columns

list of column names to include (NULL means use defaults)

verbose

print info about request

...

other parameters (e.g., nDetections.min = 2).

Value

data.frame

Examples

## Not run: 
ps1_search(
table='detection',
release='dr2',
objid = '190361393344112894')

ps1_search(
table='mean',
release='dr2',
objid = '190361393344112894',
columns = c('objName', 'raMean', 'decMean', 'rMeanPSFMag'))

## End(Not run)

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