ps1_search {panstarrs}R Documentation

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

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)

[Package panstarrs version 0.2.2 Index]