Returns table of spectrum objects within @r arcmins of an equatorial point (@ra, @dec). |
There is no limit on the number of objects returned. returned table: Sample call to find SpecObj within 0.5 arcminutes of ra,dec 180.0, -0.5 select * from dbo.fGetNearbySpecObjXYZ(180.0, -0.5, 0,5) see also fGetNearbySpecObjEq, fGetNearestSpecObjXYZ, fGetNearestSpecObjXYZ |
name | type | length | inout | pnum |
@ra | float | 8 | input | 1 |
@dec | float | 8 | input | 2 |
@r | float | 8 | input | 3 |
plate | int | 4 | output | 2 |
mjd | int | 4 | output | 3 |
fiberID | int | 4 | output | 4 |
zStatus | int | 4 | output | 8 |
specClass | int | 4 | output | 9 |
zWarning | int | 4 | output | 10 |
z | real | 4 | output | 5 |
zErr | real | 4 | output | 6 |
zConf | real | 4 | output | 7 |
cx | float | 8 | output | 11 |
cy | float | 8 | output | 12 |
cz | float | 8 | output | 13 |
distance | float | 8 | output | 15 |
specObjID | bigint | 8 | output | 1 |
htmID | bigint | 8 | output | 14 |