IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 22, 2007, 4:05:39 PM (19 years ago)
Author:
eugene
Message:

adding fields needed by DVO for PS1 support; pre-calculating Xccd, Yccd

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dvo-mods-2007-02/Ohana/src/libautocode/def/average.d

    r11742 r12008  
    22EXTNAME      DVO_AVERAGE
    33TYPE         BINTABLE
    4 SIZE         76
     4SIZE         84
    55DESCRIPTION  DVO Average Object Table
    66
     
    3030FIELD missing,        missing,    int,              offset to first missing obs
    3131
     32# Pan-STARRS uses a 64-bit detection ID.  keep this in two 32 bit ints for backwards compatibility?
     33FIELD objID_hi,       OBJ_ID_HI,    unsigned int,   ID upper bytes
     34FIELD objID_lo,       OBJ_ID_LO,    unsigned int,   ID lower bytes
     35
    3236# this structure should only be used for internal representations
    3337# the average-FORMAT structures should be used for external representations
    3438# note that the average magnitudes are stored in the 'secfilt' table (change this name??)
    3539# the index for the secfilt table is just Nsecfilt times the index for the average table.
     40
     41# XXX after the rest of the DVO re-org work, remove the magnitude based values from this table
     42# and move them to the secfilt table.
     43
     44# the DVO object IDs are generated internally and are not equivalent to the PSPS object IDs
Note: See TracChangeset for help on using the changeset viewer.