| | 1 | Data for stars is listed in order of distance from the requested location. |
| | 2 | |
| | 3 | basic output: |
| | 4 | |
| | 5 | star: (db-sequence) |
| | 6 | (ra) (dec) (distance) (Nmeasure) (positional-chisq) (average.flags) |
| | 7 | (objID) (catID) : see notes below |
| | 8 | g r i z y (these average filters depend on the db schema) |
| | 9 | (g:ave) (r:ave) (i:ave) (z:ave) (y:ave) |
| | 10 | (g:err) (r:err), etc |
| | 11 | (g:chisq) (r:chisq), etc |
| | 12 | ... repeat for other stars |
| | 13 | |
| | 14 | -meas / -m add the following for each measurement of the star: |
| | 15 | |
| | 16 | (mag:cat) (mag:rel) (mag:err) (time) (RA.offset) (DEC.offset) |
| | 17 | (photflags) (dbflags) (photcode.number) (photcode.name) (FWHM_x) |
| | 18 | (FWHM_y) |
| | 19 | |
| | 20 | Notes: |
| | 21 | db-sequence is not really useful (internal seq number that is not |
| | 22 | guaranteed to stay fixed) |
| | 23 | ra & dec in decimal deg |
| | 24 | distance from reference coordinate in arcsec |
| | 25 | objID : unique object ID within this catalog (spatial subdivision of |
| | 26 | the dvo db tables; 32bit) |
| | 27 | catID : unique catalog ID |
| | 28 | g:ave : average magnitude for object (careful -- this may or may not |
| | 29 | be up-to-date wrt to all measurements in db; clipping and relative |
| | 30 | photometry may or may not have been applied) |
| | 31 | g:err : formal error on g:ave |
| | 32 | g:chisq : chi-square of g:ave calculation (assuming constant magnitude) |
| | 33 | mag:cat : magnitude applying only nominal system zero point, without |
| | 34 | applying relative photometry offsets, if known |
| | 35 | mag:rel : magnitude after relative photometry is applied. |
| | 36 | mag:err : error on individual measurement |
| | 37 | time of measurement |
| | 38 | RA.offset, DEC.offset from average position in arcsec |
| | 39 | photflags, dbflags : bit-flags from the photometry analysis or from |
| | 40 | database-level crawlers |
| | 41 | photcode.number,name : what is the source of this magnitude? |
| | 42 | FWHM_x,y in pixels |