IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27666


Ignore:
Timestamp:
Apr 12, 2010, 1:51:03 PM (16 years ago)
Author:
Paul Price
Message:

PSF residuals make for trouble when we're realising a single PSF where it shouldn't be, so don't use them.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppViz/src/ppVizPSF/ppVizPSFLoop.c

    r27665 r27666  
    134134                    psLogMsg("ppVizPSF", PS_LOG_INFO, "Generating %dx%d image with single PSF",
    135135                             numCols, numRows);
     136
    136137                    psRegion *trimsec = psMetadataLookupPtr(NULL, cell->concepts, "CELL.TRIMSEC");
    137138                    *trimsec = psRegionSet(0, numCols, 0, numRows);
     139
     140                    // We have trouble with PSF residuals in this case, so don't use them
     141                    psFree(psf->residuals);
     142                    psf->residuals = NULL;
    138143                }
    139144
Note: See TracChangeset for help on using the changeset viewer.