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-ps1-v1.d

    r21491 r21493  
    2929FIELD averef,         AVE_REF,      unsigned int,   reference to average entry     
    3030
    31 # Pan-STARRS uses a 64-bit detection ID.  keep this in two 32 bit ints for backwards compatibility?
     31# internally, this is an unsigned int; however, we do NOT convert with TZERO/TSCAL on output
    3232FIELD detID,          DET_ID,       unsigned int,   detection ID
    3333FIELD 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
    3436
     37# PSPS uses a 64-bit detection ID
    3538FIELD extID,          EXT_ID,       uint64_t,       external ID (eg PSPS detID)
    3639
     
    6063FIELD dXccd,          X_CCD_ERR,    short,          X coord error on chip,          1/100 of pixels
    6164FIELD dYccd,          Y_CCD_ERR,    short,          Y coord error on chip,          1/100 of pixels
     65
     66FIELD pad,            PAD,          char[6],        padding
     67
     68# local astrometry scales
    6269FIELD posangle,       POSANGLE,     short,          position angle sky to chip,     (0xffff/360) deg
    63 FIELD pad1,           PAD1,         char[2],        padding
    6470FIELD pltscale,       PLTSCALE,     float,          plate scale,                    arcsec/pixel
    6571
    66 FIELD pad2,           PAD2,         char[4],        padding
    67 FIELD dbFlags,        DB_FLAGS,     uint64_t,       flags supplied by analysis in database
    68 FIELD photFlags,      PHOT_FLAGS,   uint64_t,       flags supplied by photometry program
     72FIELD dbFlags,        DB_FLAGS,     unsigned int,   flags supplied by analysis in database
     73FIELD photFlags,      PHOT_FLAGS,   unsigned int,   flags supplied by photometry program
    6974
    7075
Note: See TracChangeset for help on using the changeset viewer.