| Returns table of photo objects within @r arcmins of an xyz point (@nx,@ny, @nz). |
| There is no limit on the number of objects returned, but there are about 40 per sq arcmin. returned table: Sample call to find PhotoObjects within 5 arcminutes of xyz -.0996,-.1,0 select * from dbo.fGetNearbyObjXYZ(-.996,-.1,0,5) see also fGetNearbyObjEq, fGetNearestObjXYZ, fGetNearestObjXYZ |
| name | type | length | inout | pnum |
| @nx | float | 8 | input | 1 |
| @ny | float | 8 | input | 2 |
| @nz | float | 8 | input | 3 |
| @r | float | 8 | input | 4 |
| objID | bigint | 8 | output | 1 |
| 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 |
| htmID | bigint | 8 | output | 11 |
| distance | float | 8 | output | 12 |