powered by
Do a cone search of the PS1 catalog
ps1_cone( ra, dec, r_arcmin = 0.05, table = c("mean", "stack", "detection", "forced_mean"), release = c("dr2", "dr1"), columns = NULL, verbose = FALSE, ... )
data.frame
(degrees) J2000 Right Ascension
(degrees) J2000 Declination
(arcmins) Search radius (<= 30 arcmins)
"mean"(default), "stack", "detection" or "forced_mean"
"dr1" or "dr2"(default)
list of column names to include (NULL means use defaults)
print info about request
other parameters (e.g., nDetections.min = 2)
if (FALSE) { ps1_cone(ra = 139.334,dec = 68.635,r_arcmin = 0.05, nDetections.gt = 1) }
Run the code above in your browser using DataLab