validate_radec {panstarrs} | R Documentation |
Check ra, dec params
Description
Check ra, dec params
Usage
validate_radec(ra, dec, .length = NULL)
Arguments
ra |
(degrees) Right Ascension |
dec |
(degrees) Declination |
.length |
length of coordinates. If 'NULL' (default) then coordinates can be any size. |
Value
If the check is successful, the function returns nothing.
[Package panstarrs version 0.2.2 Index]