- Timestamp:
- May 6, 2013, 9:14:00 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130419/psModules/src/objects/pmSourceIO.c
r35421 r35516 1138 1138 readout->data_exists = true; 1139 1139 1140 // if we have a prior set of detections on this readout, we will replace them here 1140 1141 pmDetections *detections = pmDetectionsAlloc(); 1141 1142 detections->allSources = sources; 1142 status = psMetadataAdd (readout->analysis, PS_LIST_TAIL, "PSPHOT.DETECTIONS", PS_DATA_ARRAY , "input sources", detections);1143 status = psMetadataAdd (readout->analysis, PS_LIST_TAIL, "PSPHOT.DETECTIONS", PS_DATA_ARRAY | PS_META_REPLACE, "input sources", detections); 1143 1144 psFree (detections); 1144 1145 return true;
Note:
See TracChangeset
for help on using the changeset viewer.
