IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 10, 2008, 3:31:25 PM (18 years ago)
Author:
Paul Price
Message:

Adding rejection of images based on high match chi2

File:
1 edited

Legend:

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

    r20427 r20659  
    1111typedef enum {
    1212    PPSTACK_MASK_MATCH  = 0x01,         // PSF-matching failed
    13     PPSTACK_MASK_REJECT = 0x02,         // Rejection failed
    14     PPSTACK_MASK_BAD    = 0x04,         // Bad image (too many pixels rejected)
     13    PPSTACK_MASK_CHI2   = 0x02,         // Chi^2 too deviant
     14    PPSTACK_MASK_REJECT = 0x04,         // Rejection failed
     15    PPSTACK_MASK_BAD    = 0x08,         // Bad image (too many pixels rejected)
    1516    PPSTACK_MASK_ALL    = 0xff          // All errors
    1617} ppStackMask;
Note: See TracChangeset for help on using the changeset viewer.