Changeset 27657 for trunk/ppSim/src/ppSimPhotomReadoutFake.c
- Timestamp:
- Apr 11, 2010, 5:08:29 PM (16 years ago)
- Location:
- trunk/ppSim
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/ppSimPhotomReadoutFake.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSim
-
Property svn:mergeinfo
set to
/branches/eam_branches/stackphot.20100406/ppSim merged eligible
-
Property svn:mergeinfo
set to
-
trunk/ppSim/src/ppSimPhotomReadoutFake.c
r26900 r27657 111 111 psAssert (fakeReadout, "no fakeReadout?"); 112 112 pmChipSetDataStatus (fakeChip, true); 113 psMetadataAddArray (fakeReadout->analysis, PS_LIST_TAIL, "PSPHOT.SOURCES", PS_META_REPLACE, "fake photometry ", fakeSources); 113 114 pmDetections *detections = pmDetectionsAlloc(); 115 detection->allSources = fakeSources; 116 117 psMetadataAddArray (fakeReadout->analysis, PS_LIST_TAIL, "PSPHOT.DETECTIONS", PS_META_REPLACE, "fake photometry ", detections); 118 psFree(detections); 114 119 115 120 return true;
Note:
See TracChangeset
for help on using the changeset viewer.
