IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17189


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

adding Photom,Astrom Poor,Bad Mask fields to photcode

Location:
trunk/Ohana/src/libautocode
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libautocode/Makefile.Targets

    r16810 r17189  
    2828$(ASRC)/photcode-ps1-dev-1.$(ARCH).o \
    2929$(ASRC)/photcode-ps1-dev-2.$(ARCH).o \
     30$(ASRC)/photcode-ps1-dev-3.$(ARCH).o \
    3031$(ASRC)/image.$(ARCH).o \
    3132$(ASRC)/image-loneos.$(ARCH).o \
     
    8081$(AINC)/photcode-ps1-dev-1.h \
    8182$(AINC)/photcode-ps1-dev-2.h \
     83$(AINC)/photcode-ps1-dev-3.h \
    8284$(AINC)/image.h \
    8385$(AINC)/image-loneos.h \
  • 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.