- Timestamp:
- May 27, 2008, 7:12:46 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20080511/ppSim/src/ppSimInsertStars.c
r17705 r17818 15 15 16 16 if (!stars->n) { return true; } 17 18 // XXX is this needed?19 // pmFPAfile *simSources = psMetadataLookupPtr(NULL, config->files, "PPSIM.SOURCES"); // Output sources20 17 21 18 pmCell *cell = readout->parent; … … 136 133 137 134 // NOTE: readout must be part of the pmFPAfile named "PPSIM.OUTPUT" 138 psMetadataAdd (readout->analysis, PS_LIST_TAIL, "PSPHOT.SOURCES", PS_DATA_ARRAY, "psphot sources", sources); 135 // XXX PPSIM.SOURCES are the fake sources with their *input* values 136 psMetadataAdd (readout->analysis, PS_LIST_TAIL, "PPSIM.SOURCES", PS_DATA_ARRAY, "fake sources", sources); 139 137 psFree(sources); 140 138
Note:
See TracChangeset
for help on using the changeset viewer.
