Changeset 20593
- Timestamp:
- Nov 8, 2008, 2:28:54 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotAddNoise.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotAddNoise.c
r20453 r20593 41 41 float GAIN = psMetadataLookupF32(&status, readout->parent->concepts, "CELL.GAIN"); // Cell gain 42 42 PS_ASSERT (status, false); 43 44 FACTOR /= GAIN; 43 if (isfinite(GAIN)) { 44 FACTOR /= GAIN; 45 } 45 46 46 47 // loop over all source
Note:
See TracChangeset
for help on using the changeset viewer.
