Changeset 12922
- Timestamp:
- Apr 19, 2007, 11:11:11 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotAddNoise.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotAddNoise.c
r12792 r12922 22 22 float SIZE = psMetadataLookupF32 (&status, recipe, "NOISE.SIZE"); 23 23 PS_ASSERT (status, false); 24 25 if (SIZE <= 0) { 26 return true; 27 } 24 28 25 29 float GAIN = psMetadataLookupF32(&status, readout->parent->concepts, "CELL.GAIN"); // Cell gain
Note:
See TracChangeset
for help on using the changeset viewer.
