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/average-ps1-v5.d

    r36885 r36899  
    22EXTNAME      DVO_AVERAGE_PS1_V5
    33TYPE         BINTABLE
    4 SIZE         168
     4SIZE         176
    55DESCRIPTION  DVO Average Object Table
    66
     
    4040FIELD Nmissing,       NMISSING,    unsigned short,  number of missings
    4141FIELD Nlensing,       NLENSING,    unsigned short,  number of lensing measurements
     42FIELD Nlensobj,       NLENSOBJ,    unsigned short,  number of lensing measurements
    4243FIELD Nextend,        NEXTEND,     unsigned short,  number of extended measurements
    43 FIELD padding,        PADDING,     short
    4444
    4545FIELD measureOffset,  OFF_MEASURE, uint32_t,        offset to first psf measurement
    4646FIELD missingOffset,  OFF_MISSING, uint32_t,        offset to first missing obs
    4747FIELD lensingOffset,  OFF_LENSING, uint32_t,        offset to first lensing obs
     48FIELD lensobjOffset,  OFF_LENSOBJ, uint32_t,        offset to mean lensing data
     49FIELD extendOffset,   OFF_EXTEND,  uint32_t,        offset to extended object entry
     50
    4851FIELD refColor,       REF_COLOR,   float,           color of reference stars
    4952
     
    5962FIELD extIDgc,        EXT_ID_GC,   uint64_t,        external ID for object in galactic coords
    6063
    61 # 4 double, 2 uint64_t, 17 float, 10 int, 6 short
    62 # 4*8 + 2*8 + 17*4 + 10*4 + 6*2 = 168
     64# 4 double, 2 uint64_t, 17 float, 12 int, 6 short
     65# 4*8 + 2*8 + 17*4 + 12*4 + 6*2 = 176
    6366# for 5G objects, expect 840G
    6467
Note: See TracChangeset for help on using the changeset viewer.