IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 28, 2008, 3:22:43 PM (18 years ago)
Author:
eugene
Message:

adding Photom,Astrom Poor,Bad Mask fields to photcode

File:
1 edited

Legend:

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

    r16810 r17189  
    22EXTNAME      DVO_PHOTCODE_RAW
    33TYPE         BINTABLE
    4 SIZE         96
     4SIZE         104
    55DESCRIPTION  DVO Photcode Description Table
    66
     
    2222FIELD  astromErrScale,    ASTROM_ERR_SCALE,      float,          astrometric error scale
    2323FIELD  astromErrMagScale, ASTROM_ERR_MAG_SCALE,  float,          astrometric error / mag error scale
     24FIELD  astromPoorMask,    ASTROM_POOR_MASK,      short,          detections matching this mask should only be used in emergencies
     25FIELD  astromBadMask,     ASTROM_BAD_MASK,       short,          detections matching this mask should not be used
    2426FIELD  photomErrSys,      PHOTOM_ERR_SYS,        float,          systematic photometric error
     27FIELD  photomPoorMask,    PHOTOM_POOR_MASK,      short,          detections matching this mask should only be used in emergencies
     28FIELD  photomBadMask,     PHOTOM_BAD_MASK,       short,          detections matching this mask should not be used
    2529
    2630#   dR_total^2 =  dR_sys^2 + AS * dR_obs^2 + MS * dM_obs^2
Note: See TracChangeset for help on using the changeset viewer.