Changeset 35516
- Timestamp:
- May 6, 2013, 9:14:00 AM (13 years ago)
- Location:
- branches/eam_branches/ipp-20130419/psModules/src
- Files:
-
- 2 edited
-
camera/pmFPAfileIO.c (modified) (1 diff)
-
objects/pmSourceIO.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130419/psModules/src/camera/pmFPAfileIO.c
r34800 r35516 382 382 // (existing) fpa 383 383 if (file->type == PM_FPA_FILE_CMF) { 384 if (!pmFPAviewCheckDataStatusForSources (view, file)) {385 psTrace("psModules.camera", 6, "skip write for %s, no data for this entry", file->name);386 return true;387 }384 if (!pmFPAviewCheckDataStatusForSources (view, file)) { 385 psTrace("psModules.camera", 6, "skip write for %s, no data for this entry", file->name); 386 return true; 387 } 388 388 } 389 389 if (file->type == PM_FPA_FILE_PSF) { -
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.
