IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 13, 2011, 11:43:27 AM (15 years ago)
Author:
eugene
Message:

plug leaks in ppSub; adjust kernel auto-scaling to take place after we have measured the source sizes; new option to allow positive output (A+B) instead of diff output (A-B); do NOT weight covariances when averaging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppSub/src/ppSubMakePSF.c

    r29937 r30619  
    7979    if (!detections || !detections->allSources) {
    8080        psError(PPSUB_ERR_CONFIG, true, "No sources from which to determine PSF.");
     81        psFree(view);
    8182        return false;
    8283    }
     
    8687    // use flags to toss totally bogus entries?
    8788    psArray *goodSources = ppSubSelectPSFSources (sources);
     89
    8890    if (!psphotReadoutFindPSF(config, view, "PSPHOT.INPUT", goodSources)) {
    8991        // This is likely a data quality issue
     
    126128        outputRO = pmReadoutAlloc(outputCell);
    127129        outputRO->image = psMemIncrRefCounter(inputRO->image);
     130        psFree(outputRO); // I have a copy on the outputCell
    128131    }
    129132
Note: See TracChangeset for help on using the changeset viewer.