- Timestamp:
- Jun 20, 2012, 6:58:23 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120601/psModules/src/concepts/pmConceptsUpdate.c
r20095 r34044 30 30 if (isfinite(gain)) { 31 31 psMetadataItem *rn = psMetadataLookup(cell->concepts, "CELL.READNOISE"); // Read noise 32 psAssert(rn && rn->type == PS_ TYPE_F32, "Should be of the correct type");32 psAssert(rn && rn->type == PS_DATA_F32, "Should be of the correct type"); 33 33 rn->data.F32 *= gain; 34 34 psMetadataRemoveKey(cell->concepts, "CELL.READNOISE.UPDATE");
Note:
See TracChangeset
for help on using the changeset viewer.
