Changeset 13591 for trunk/psModules/src/imcombine/pmReadoutCombine.c
- Timestamp:
- Jun 1, 2007, 5:51:03 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/imcombine/pmReadoutCombine.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmReadoutCombine.c
r12696 r13591 29 29 params->combine = combine; 30 30 params->maskVal = 0; 31 params->blank = 0; 31 32 params->nKeep = 0; 32 33 params->fracHigh = 0.0; … … 335 336 336 337 if (numValid == 0) { 337 outputMask[yOut][xOut] = PM_MASK_FLAT;338 outputMask[yOut][xOut] = params->blank; 338 339 outputImage[yOut][xOut] = NAN; 339 340 continue;
Note:
See TracChangeset
for help on using the changeset viewer.
