Changeset 20598 for trunk/psModules/src/concepts/pmConceptsStandard.c
- Timestamp:
- Nov 8, 2008, 2:32:17 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/concepts/pmConceptsStandard.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/concepts/pmConceptsStandard.c
r20095 r20598 113 113 float gain = psMetadataLookupF32(NULL, cell->concepts, "CELL.GAIN"); // Gain (e/ADU) 114 114 if (!isfinite(gain)) { 115 psWarning("CELL.READNOISE is supposed to be in ADU, but CELL.GAIN isn't set"); 115 psWarning("CELL.READNOISE is supposed to be in ADU, but CELL.GAIN isn't set -- forcing to 1.0"); 116 gain = 1.0; 116 117 } 117 118 rn /= gain;
Note:
See TracChangeset
for help on using the changeset viewer.
