Changeset 13591 for trunk/psModules/src/imcombine
- Timestamp:
- Jun 1, 2007, 5:51:03 PM (19 years ago)
- Location:
- trunk/psModules/src/imcombine
- Files:
-
- 2 edited
-
pmReadoutCombine.c (modified) (2 diffs)
-
pmReadoutCombine.h (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; -
trunk/psModules/src/imcombine/pmReadoutCombine.h
r12696 r13591 1 1 /* @file pmReadoutCombine.h 2 2 * @brief Combine multiple readouts 3 * 3 * 4 4 * @author George Gusciora, MHPCC 5 5 * @author Paul Price, IfA 6 * 7 * @version $Revision: 1.1 1$ $Name: not supported by cvs2svn $8 * @date $Date: 2007-0 3-30 21:12:56$6 * 7 * @version $Revision: 1.12 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2007-06-02 03:51:03 $ 9 9 * Copyright 2004-2006 Institute for Astronomy, University of Hawaii 10 10 */ … … 24 24 psStatsOptions combine; ///< Statistic to use when performing the combination 25 25 psMaskType maskVal; ///< Mask value 26 psMaskType blank; ///< Mask value to give blank (i.e., no data) pixels 26 27 int nKeep; ///< Mimimum number of pixels to keep 27 28 float fracHigh; ///< Fraction of high pixels to immediately throw
Note:
See TracChangeset
for help on using the changeset viewer.
