IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 19, 2009, 8:49:41 AM (17 years ago)
Author:
eugene
Message:

further work on the petrosian analysis & extended sources

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20090715/psModules/src/objects/pmPSFtry.c

    r25352 r25452  
    443443    float dSysBright = psVectorSystematicError (bright, brightErr, 0.1);
    444444    fprintf (stderr, "bright systematic error: %f\n", dSysBright);
     445    psFree(bright);
     446    psFree(brightErr);
    445447
    446448    // XXX test dump of fitted model (dump when tracing?)
     
    11781180
    11791181    // free local allocations
     1182    psFree (mask);
     1183    psFree (chisq);
     1184    psFree (stats);
     1185    psFree (index);
     1186
    11801187    return (sqrt(S2guess));
    11811188}
Note: See TracChangeset for help on using the changeset viewer.