Changeset 27666
- Timestamp:
- Apr 12, 2010, 1:51:03 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ppViz/src/ppVizPSF/ppVizPSFLoop.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppViz/src/ppVizPSF/ppVizPSFLoop.c
r27665 r27666 134 134 psLogMsg("ppVizPSF", PS_LOG_INFO, "Generating %dx%d image with single PSF", 135 135 numCols, numRows); 136 136 137 psRegion *trimsec = psMetadataLookupPtr(NULL, cell->concepts, "CELL.TRIMSEC"); 137 138 *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; 138 143 } 139 144
Note:
See TracChangeset
for help on using the changeset viewer.
