Changeset 14657 for trunk/ppSim/src/ppSimMakeSky.c
- Timestamp:
- Aug 23, 2007, 2:52:55 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ppSim/src/ppSimMakeSky.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSim/src/ppSimMakeSky.c
r14463 r14657 2 2 3 3 // XXX add bounds to the inputs? 4 bool ppSimMakeSky (psImage *signal, psImage *variance, psImage *expCorr, ppSimType type, pmConfig *config, pmFPA *fpa, pmChip *chip, pmCell *cell) { 4 bool ppSimMakeSky (pmReadout *readout, psImage *expCorr, ppSimType type, pmConfig *config) { 5 6 psImage *signal = readout->image; 7 psImage *variance = readout->weight; 8 9 pmCell *cell = readout->parent; 10 pmChip *chip = cell->parent; 11 pmFPA *fpa = chip->parent; 5 12 6 13 float expTime = psMetadataLookupF32(NULL, config->arguments, "EXPTIME"); // Exposure time
Note:
See TracChangeset
for help on using the changeset viewer.
