Changeset 14657 for trunk/ppSim/src/ppSimMakeBias.c
- Timestamp:
- Aug 23, 2007, 2:52:55 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ppSim/src/ppSimMakeBias.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSim/src/ppSimMakeBias.c
r14463 r14657 1 1 # include "ppSim.h" 2 2 3 psVector *ppSimMakeBias (p sImage *signal, psImage *variance, pmCell *cell, pmConfig *config, const psRandom *rng) {3 psVector *ppSimMakeBias (pmReadout *readout, pmConfig *config, const psRandom *rng) { 4 4 5 5 bool mdok; 6 7 pmCell *cell = readout->parent; 6 8 7 9 psMetadata *recipe = psMetadataLookupMetadata(NULL, config->recipes, PPSIM_RECIPE); // Recipe … … 20 22 } 21 23 } 24 25 psImage *signal = readout->image; 26 psImage *variance = readout->weight; 22 27 23 28 int numRows = signal->numRows;
Note:
See TracChangeset
for help on using the changeset viewer.
