View source: R/object_catalog_search.R
ps1_search | R Documentation |
Do a general search of the PS1 catalog (possibly without ra/dec/radius)
ps1_search(
table = c("mean", "stack", "detection", "forced_mean"),
release = c("dr2", "dr1"),
columns = NULL,
verbose = FALSE,
...
)
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). |
data.frame
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.