Changeset 41528 for trunk/ppSub/src/ppSubReadoutInverse.c
- Timestamp:
- Apr 3, 2021, 11:37:46 AM (5 years ago)
- File:
-
- 1 edited
-
trunk/ppSub/src/ppSubReadoutInverse.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSub/src/ppSubReadoutInverse.c
r34272 r41528 24 24 invRO->covariance = psMemIncrRefCounter(outRO->covariance); 25 25 invRO->analysis = psMetadataCopy(invRO->analysis, outRO->analysis); 26 27 // MEH -- need to also clear out detections or inv.cmf is corrupted on update 28 if (psMetadataLookup(invRO->analysis, "PSPHOT.DETECTIONS")) { 29 psMetadataRemoveKey(inv->analysis, "PSPHOT.DETECTIONS"); 30 } 26 31 27 32 invRO->data_exists = invRO->parent->data_exists = invRO->parent->parent->data_exists = true; … … 54 59 return false; 55 60 } 56 61 57 62 psFree(view); 58 63 return true;
Note:
See TracChangeset
for help on using the changeset viewer.
