| Returns table containing the nearest primary object within @r arcmins of an Equatorial point (@ra,@dec) |
| For the Navigator. Returns the nearest primary object to a given point ra, dec are in degrees. returned table: Sample call to find all the Galaxies within 2 arcminutes of ra,dec 185,-0.5 EXEC spNearestObjEq 185.0 -0.5 2 see also fGetNearbyObjEq, fGetNearestObjEq, fGetNearbyObjXYZ, fGetNearestObjXYZ |
| name | type | length | inout | pnum |
| @ra | float | 8 | input | 1 |
| @dec | float | 8 | input | 2 |
| @r | float | 8 | input | 3 |