| Returns table holding a record describing the closest object within @r arcminutes of (@ra,@dec). |
| ra, dec are in degrees, r is in arc minutes. returned table: select * from dbo.fGetNearestObjAllEq(185,0,1) see also fGetNearbyObjAllEq, fGetNearbyObjAllXYZ |
| name | type | length | inout | pnum |
| @ra | float | 8 | input | 1 |
| @dec | float | 8 | input | 2 |
| @r | float | 8 | input | 3 |
| run | int | 4 | output | 2 |
| camcol | int | 4 | output | 3 |
| field | int | 4 | output | 4 |
| rerun | int | 4 | output | 5 |
| type | int | 4 | output | 6 |
| mode | int | 4 | output | 7 |
| cx | float | 8 | output | 8 |
| cy | float | 8 | output | 9 |
| cz | float | 8 | output | 10 |
| distance | float | 8 | output | 12 |
| objID | bigint | 8 | output | 1 |
| htmID | bigint | 8 | output | 11 |