IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 6320


Ignore:
Timestamp:
Feb 3, 2006, 8:51:28 AM (20 years ago)
Author:
eugene
Message:

no leaks

Location:
trunk/psphot/src
Files:
4 edited

Legend:

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

    r6311 r6320  
    11# include "psphot.h"
    22
     3// 2006.02.02 : no leaks
    34psArray *psphotFindPeaks (pmReadout *readout, psMetadata *config, psStats *sky) {
    45
     
    5455// In this function, we smooth the image, then search for the peaks
    5556// Should we also subtract a super-binned image? (as an option?)
    56 // We need to gracefully handle no source detections
     57// XXX : We need to gracefully handle no source detections
  • trunk/psphot/src/psphotImageStats.c

    r6117 r6320  
    11# include "psphot.h"
    22
     3// 2006.02.02 : no leaks
    34psStats *psphotImageStats (pmReadout *readout, psMetadata *config)
    45{
  • trunk/psphot/src/psphotRoughClass.c

    r5993 r6320  
    11# include "psphot.h"
    22
     3// 2006.02.02 : no leaks
    34bool psphotRoughClass (psArray *sources, psMetadata *config) {
    45
     
    67    pmPSFClump   psfClump;
    78
    8     // XXX - this has 1 leak
    99    psfClump = pmSourcePSFClump (sources, config);
    1010
  • trunk/psphot/src/psphotSourceStats.c

    r6056 r6320  
    11# include "psphot.h"
    22
     3// 2006.02.02 : no leaks
    34psArray *psphotSourceStats (pmReadout *readout, psMetadata *config, psArray *peaks)
    45{
Note: See TracChangeset for help on using the changeset viewer.