IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 9, 2010, 6:15:15 PM (16 years ago)
Author:
Paul Price
Message:

Fix SEGV in measuring the PSF FWHM. I'm guessing this is from the PSF not being defined at the centre of the image, so now I measure it over the various areas of the image and take the average.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20091201/ppStack/src/ppStack.h

    r26076 r26832  
    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.