IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 4, 2008, 3:10:25 PM (18 years ago)
Author:
eugene
Message:

merge changes from eam_branch_20080229: better flag definitions, cleanup footprint code (move into psphotFindDetections), push mask selection into called functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotReadoutCleanup.c

    r14655 r16820  
    11# include "psphotInternal.h"
    22
    3 // psphotReadoutCleanup is called on exit from psphotReadout if the last raised
    4 // error is not a DATA error, then there was a serious problem.  only in this
    5 // case, or if the fail on the stats measurement, do we return false
    6 bool psphotReadoutCleanup (pmConfig *config, pmReadout *readout, psMetadata *recipe, pmPSF *psf, psArray *sources) {
     3// psphotReadoutCleanup is called on exit from psphotReadout.  If the last raised error is
     4// not a DATA error, then there was a serious problem.  Only in this case, or if the fail
     5// on the stats measurement, do we return false
     6bool psphotReadoutCleanup (pmConfig *config, pmReadout *readout, psMetadata *recipe, pmDetections *detections, pmPSF *psf, psArray *sources) {
    77
    88    // remove internal pmFPAfiles, if created
     
    7373    pmKapaClose ();
    7474
     75    psFree (detections);
    7576    psFree (psf);
    7677    psFree (header);
Note: See TracChangeset for help on using the changeset viewer.