Changeset 27691
- Timestamp:
- Apr 14, 2010, 5:16:48 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ppSub/src/ppSubLoop.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSub/src/ppSubLoop.c
r26982 r27691 91 91 } 92 92 93 // Now we've got a PSF, blow away detections in case they're confused with real output detections 94 { 95 pmFPAview *view = ppSubViewReadout(); // View to readout 96 pmReadout *out = pmFPAfileThisReadout(config->files, view, "PPSUB.OUTPUT"); 97 if (psMetadataLookup(out->analysis, "PSPHOT.DETECTIONS")) { 98 psMetadataRemoveKey(out->analysis, "PSPHOT.DETECTIONS"); 99 } 100 psFree(view); 101 } 102 93 103 if (!ppSubReadoutSubtract(config)) { 94 104 psError(psErrorCodeLast(), false, "Unable to subtract images.");
Note:
See TracChangeset
for help on using the changeset viewer.
