- Timestamp:
- Apr 9, 2010, 4:41:16 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/stackphot.20100406/psphot/src/psphotReadoutCleanup.c
r26894 r27649 53 53 pmPSF *psf = psMetadataLookupPtr (&status, readout->analysis, "PSPHOT.PSF"); 54 54 pmDetections *detections = psMetadataLookupPtr (&status, readout->analysis, "PSPHOT.DETECTIONS"); 55 psArray *sources = detections ->allSources;55 psArray *sources = detections ? detections->allSources : NULL; 56 56 // XXX where do we free these, in here (psMetadataRemove?) 57 57 … … 73 73 // Check to see if the image quality was measured 74 74 // XXX not sure we want / need this test 75 if ( !psf) {75 if (0 && !psf) { 76 76 bool mdok; // Status of MD lookup 77 77 int nIQ = psMetadataLookupS32(&mdok, recipe, "IQ_NSTAR"); // Number of stars for IQ measurement
Note:
See TracChangeset
for help on using the changeset viewer.
