Changeset 27657 for trunk/psphot/src/psphotReadoutCleanup.c
- Timestamp:
- Apr 11, 2010, 5:08:29 PM (16 years ago)
- Location:
- trunk/psphot
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot
-
Property svn:mergeinfo
set to
/branches/eam_branches/stackphot.20100406/psphot merged eligible
-
Property svn:mergeinfo
set to
-
trunk/psphot/src
- Property svn:ignore
-
old new 21 21 psphotForced 22 22 psphotMakePSF 23 psphotStack
-
- Property svn:ignore
-
trunk/psphot/src/psphotReadoutCleanup.c
r26894 r27657 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.
