IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 17, 2009, 2:26:32 PM (17 years ago)
Author:
eugene
Message:

change radius for extended sources to use footprint; clean up some of the visualizations; plug some leaks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20090715/psphot/src/psphotEfficiency.c

    r25409 r25433  
    134134        psFree(fakeRO);
    135135        psFree(magAll);
     136        psFree(xAll);
     137        psFree(yAll);
    136138        return false;
    137139    }
    138140    psFree(magAll);
     141    psFree(xAll);
     142    psFree(yAll);
    139143
    140144    psBinaryOp(ro->image, ro->image, "+", fakeRO->image);
Note: See TracChangeset for help on using the changeset viewer.