- Timestamp:
- Apr 6, 2010, 6:41:06 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/stackphot.20100406/ppSim/src/ppSimPhotomReadoutFake.c
r26900 r27630 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.
