IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 8, 2007, 12:21:18 PM (19 years ago)
Author:
eugene
Message:

complete merge from branch dvo-mods-2007-02

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libautocode/def/average.d

    r11742 r12332  
    22EXTNAME      DVO_AVERAGE
    33TYPE         BINTABLE
    4 SIZE         76
     4SIZE         72
    55DESCRIPTION  DVO Average Object Table
    66
     
    1919FIELD dP,             PAR_ERR,    float,            parallax error,               arcsec
    2020
    21 FIELD M,              MAG,        float,            primary mag,                  mag
    22 FIELD dM,             MAG_ERR,    float,            error on primary mag,         mag
     21# XXX drop the old primary magnitude concept
     22# FIELD M,            MAG,        float,            primary mag,                  mag
     23# FIELD dM,           MAG_ERR,    float,            error on primary mag,         mag
     24# FIELD Xm,           CHISQ_MAG,  short,            chisq for primary mag,        [100*log(value)]
     25# FIELD Xg,           CHISQ_GAL,  short,            chisq for galaxy mags,        [100*log(value)]
     26
    2327FIELD Xp,             SIGMA_POS,  short,            position scatter,             1/100 arcsec
    24 FIELD Xm,             CHISQ_MAG,  short,            chisq for primary mag,        [100*log(value)]
    25 FIELD Xg,             CHISQ_GAL,  short,            chisq for galaxy mags,        [100*log(value)]
    2628FIELD Nm,             NMEAS,      unsigned short,   number of measures
    2729FIELD Nn,             NMISS,      unsigned short,   number of missings
     
    3032FIELD missing,        missing,    int,              offset to first missing obs
    3133
     34# Pan-STARRS uses a 64-bit detection ID.  keep this in two 32 bit ints for backwards compatibility?
     35FIELD objID_hi,       OBJ_ID_HI,    unsigned int,   ID upper bytes
     36FIELD objID_lo,       OBJ_ID_LO,    unsigned int,   ID lower bytes
     37
    3238# this structure should only be used for internal representations
    3339# the average-FORMAT structures should be used for external representations
    3440# note that the average magnitudes are stored in the 'secfilt' table (change this name??)
    3541# the index for the secfilt table is just Nsecfilt times the index for the average table.
     42
     43# XXX after the rest of the DVO re-org work, remove the magnitude based values from this table
     44# and move them to the secfilt table.
     45
     46# the DVO object IDs are generated internally and are not equivalent to the PSPS object IDs
     47# probably need to add position chisq
     48
     49# XXX include the number of measurements used to determine the positional information?
Note: See TracChangeset for help on using the changeset viewer.