Changeset 14657 for trunk/ppSim/src/ppSimSaturate.c
- Timestamp:
- Aug 23, 2007, 2:52:55 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ppSim/src/ppSimSaturate.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSim/src/ppSimSaturate.c
r14463 r14657 2 2 3 3 // Apply saturation limit to image 4 bool ppSimSaturate(psImage *image, // Image to apply saturation 5 const pmConfig *config, 6 const pmCell *cell // Saturation level 4 bool ppSimSaturate(pmReadout *readout, // Image to apply saturation 5 const pmConfig *config // configuration data 7 6 ) 8 7 { 9 8 bool mdok; 9 10 psImage *image = readout->image; 11 pmCell *cell = readout->parent; 10 12 11 13 psMetadata *recipe = psMetadataLookupMetadata(NULL, config->recipes, PPSIM_RECIPE); // Recipe
Note:
See TracChangeset
for help on using the changeset viewer.
