Do a general search of the PS1 catalog (possibly without ra/dec/radius)
Source:R/object_catalog_search.R
ps1_search.RdDo a general search of the PS1 catalog (possibly without ra/dec/radius)
Examples
if (FALSE) { # \dontrun{
ps1_search(
table='detection',
release='dr2',
objid = '190361393344112894')
ps1_search(
table='mean',
release='dr2',
objid = '190361393344112894',
columns = c('objName', 'raMean', 'decMean', 'rMeanPSFMag'))
} # }