IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Initial Version and Version 1 of gstarOutput


Ignore:
Timestamp:
Oct 14, 2010, 4:06:48 PM (16 years ago)
Author:
eugene
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • gstarOutput

    v1 v1  
     1Data for stars is listed in order of distance from the requested location.
     2
     3basic output:
     4
     5star: (db-sequence)
     6(ra) (dec) (distance) (Nmeasure) (positional-chisq) (average.flags)
     7(objID) (catID) : see notes below
     8g 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
     20Notes:
     21 db-sequence is not really useful (internal seq number that is not
     22guaranteed 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
     26the dvo db tables; 32bit)
     27 catID : unique catalog ID
     28 g:ave : average magnitude for object (careful -- this may or may not
     29be up-to-date wrt to all measurements in db; clipping and relative
     30photometry 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
     34applying 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
     40database-level crawlers
     41 photcode.number,name : what is the source of this magnitude?
     42 FWHM_x,y in pixels