IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 17, 2014, 6:23:59 PM (12 years ago)
Author:
eugene
Message:

updates for PS1_V5 (major schema upgrade and rework): libdvo builds, but far from ready...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20140610/Ohana/src/libautocode/def/measure-ps1-v5.d

    r36885 r36899  
    1 STRUCT       Measure_PS1_V4
    2 EXTNAME      DVO_MEASURE_PS1_V4
     1STRUCT       Measure_PS1_V5
     2EXTNAME      DVO_MEASURE_PS1_V5
    33TYPE         BINTABLE
    44SIZE         232
     
    5252# internally, this is an unsigned int; however, we do NOT convert with TZERO/TSCAL on output
    5353FIELD detID,          DET_ID,        unsigned int,   detection ID
    54 FIELD imageID,        IMAGE_ID,      unsigned int,   reference to DVO image ID
    5554FIELD objID,          OBJ_ID,        unsigned int,   unique ID for object in table
    5655FIELD catID,          CAT_ID,        unsigned int,   unique ID for table in which object was first realized
    5756
    58 FIELD padding,        PADDING,       int,            padding to ensure 8byte blocks
    5957# extID needs to be on an 8-byte boundary
    60 
    6158# PSPS uses a 64-bit detection ID
    6259FIELD extID,          EXT_ID,        uint64_t,       external ID (eg PSPS detID)
     60
     61FIELD imageID,        IMAGE_ID,      unsigned int,   reference to DVO image ID
    6362
    6463# do we need more resolution than a short? should this be a log?
     
    9897FIELD photFlags,      PHOT_FLAGS,   unsigned int,   flags supplied by photometry program
    9998
     99FIELD padding,        PADDING,       int,            padding to ensure 8byte blocks
     100
    100101# 2 x double
    101102# 35 x float
    102 # 10 x int or unsigned int
     103# 11 x int or unsigned int
    103104# 12 x short or unsigned short
    104105# 1 x uint64_t
Note: See TracChangeset for help on using the changeset viewer.