IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 10, 2010, 7:41:23 PM (16 years ago)
Author:
eugene
Message:

updates from eam_branches/20091201

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStack.h

    r26076 r26898  
    1313typedef enum {
    1414    PPSTACK_MASK_CAL    = 0x01,         // Photometric calibration failed
    15     PPSTACK_MASK_MATCH  = 0x02,         // PSF-matching failed
    16     PPSTACK_MASK_CHI2   = 0x04,         // Chi^2 too deviant
    17     PPSTACK_MASK_REJECT = 0x08,         // Rejection failed
    18     PPSTACK_MASK_BAD    = 0x10,         // Bad image (too many pixels rejected)
     15    PPSTACK_MASK_PSF    = 0x02,         // PSF measurement failed
     16    PPSTACK_MASK_MATCH  = 0x04,         // PSF-matching failed
     17    PPSTACK_MASK_CHI2   = 0x08,         // Chi^2 too deviant
     18    PPSTACK_MASK_REJECT = 0x10,         // Rejection failed
     19    PPSTACK_MASK_BAD    = 0x20,         // Bad image (too many pixels rejected)
    1920    PPSTACK_MASK_ALL    = 0xff          // All errors
    2021} ppStackMask;
Note: See TracChangeset for help on using the changeset viewer.