IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 17, 2020, 12:19:25 PM (6 years ago)
Author:
eugene
Message:

make a PSF if forced photometry is requested; plug a leak

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/gDiff.20200202/src/gDiffDefineOutput.c

    r41413 r41414  
    2727
    2828    // The output readout may already be present if we read in the convolution kernel
     29    // NOTE: pmReadoutAlloc returns a reference and saves one on the supplied cell.  The
     30    // psMemIncrRefCounter below is needed in the first block so we can free the
     31    // reference.  (we should code this to drop the returned reference in the second block
    2932    pmReadout *outRO = NULL;            // Output readout
    3033    if (outCell->readouts && outCell->readouts->n > 0 && outCell->readouts->data[0]) {
Note: See TracChangeset for help on using the changeset viewer.