IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 15, 2015, 10:44:35 AM (11 years ago)
Author:
eugene
Message:

fix typo in EXPNAME_AS_INT; fix segfault in TaskOps.c; set cvec correctly; fix typos in dvo table fits fields; watch out for compression in delete images; skip galphot in dvomerge (why is this needed?); inherit compression and format from output file if it exists; use strextend; add -update-catcompress to dvomerge_client command

File:
1 edited

Legend:

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

    r38441 r38588  
    2626FIELD ChiSqAve,       CHISQ_POS,   float,           astrometry analysis chisq
    2727FIELD ChiSqPM,        CHISQ_PM,    float,           astrometry analysis chisq
    28 FIELD ChiSqPar,       CHISQ_PAP,   float,           astrometry analysis chisq
     28FIELD ChiSqPar,       CHISQ_PLX,   float,           astrometry analysis chisq
    2929FIELD Tmean,          MEAN_EPOCH,  int,             mean epoch (PM,PAR ref),       unix time seconds
    3030FIELD Trange,         TIME_RANGE,  int,             mean epoch (PM,PAR ref),       unix time seconds
     
    4141FIELD Nlensing,       NLENSING,    unsigned short,  number of lensing measurements
    4242FIELD Nlensobj,       NLENSOBJ,    unsigned short,  number of lensing measurements
    43 FIELD Ngalphot,      NGALPHOT,   unsigned short,  number of galphot measurements
     43FIELD Ngalphot,       NGALPHOT,    unsigned short,  number of galphot measurements
    4444
    4545FIELD measureOffset,  OFF_MEASURE,  int,            offset to first psf measurement
     
    4848FIELD lensobjOffset,  OFF_LENSOBJ,  int,            offset to mean lensing data
    4949FIELD starparOffset,  OFF_STARPAR,  int,            offset to stellar parameter data
    50 FIELD galphotOffset, OFF_GALPHOT, int,              offset to galphot object entry
     50FIELD galphotOffset,  OFF_GALPHOT, int,             offset to galphot object entry
    5151
    5252FIELD refColorBlue,   REF_COLOR_BLUE, float,        color of astrometry ref stars
     
    5757FIELD projectionID,   PROJECTION_ID, short,         ID of projection for primary skycell
    5858
    59 FIELD Nstarpar,       DUMMY,         short,         number of stellar parameter entries
     59FIELD Nstarpar,       N_STAR_PAR,    short,         number of stellar parameter entries
    6060FIELD dummy,          DUMMY,         short,         unassigned bytes
    6161
Note: See TracChangeset for help on using the changeset viewer.