IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 15, 2009, 11:11:36 AM (17 years ago)
Author:
eugene
Message:

finalize ps1-v1 format

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20090208/Ohana/src/libautocode/def/measure.d

    r21444 r21493  
    3030FIELD averef,         AVE_REF,      unsigned int,   reference to average entry     
    3131
    32 # Pan-STARRS uses a 64-bit detection ID.  keep this in two 32 bit ints for backwards compatibility?
    3332FIELD detID,          DET_ID,       unsigned int,   detection ID
    3433FIELD imageID,        IMAGE_ID,     unsigned int,   reference to DVO image ID
     34FIELD objID,          OBJ_ID,       unsigned int,   unique ID for object in table
     35FIELD catID,          CAT_ID,       unsigned int,   unique ID for table in which object was first realized
     36
     37# PSPS uses a 64-bit detection ID
    3538FIELD extID,          EXT_ID,       uint64_t,       external ID (eg PSPS detID)
    3639
     
    5659FIELD dXccd,          X_CCD_ERR,    short,          X coord error on chip,          1/100 of pixels
    5760FIELD dYccd,          Y_CCD_ERR,    short,          Y coord error on chip,          1/100 of pixels
     61
    5862FIELD posangle,       POSANGLE,     short,          position angle sky to chip,     (0xffff/360) deg
    5963FIELD pltscale,       PLTSCALE,     float,          plate scale,                    arcsec/pixel
    6064
    6165FIELD photcode,       PHOTCODE,     unsigned short, photcode
    62 FIELD dbFlags,        DB_FLAGS,     uint64_t,       flags supplied by analysis in database
    63 FIELD photFlags,      PHOT_FLAGS,   uint64_t,       flags supplied by photometry program
     66FIELD dbFlags,        DB_FLAGS,     unsigned int,   flags supplied by analysis in database
     67FIELD photFlags,      PHOT_FLAGS,   unsigned int,   flags supplied by photometry program
    6468
    6569# *** 20090206 : new fields : t_msec, extID, Mxx, Mxy, Myy, posangle,
Note: See TracChangeset for help on using the changeset viewer.