IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 25, 2010, 10:58:13 AM (16 years ago)
Author:
Paul Price
Message:

Ensure files are closed when exiting with an error. Moved target PSF to its own file so that it can be closed independently of the images (they share data_exists, which need to have multiple states if they're on the same file).

File:
1 edited

Legend:

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

    r27004 r27075  
    1313// Mask values for inputs
    1414typedef enum {
     15    PPSTACK_MASK_NONE   = 0x00,         // Nothing wrong
    1516    PPSTACK_MASK_CAL    = 0x01,         // Photometric calibration failed
    1617    PPSTACK_MASK_PSF    = 0x02,         // PSF measurement failed
Note: See TracChangeset for help on using the changeset viewer.