Changeset 17005 for trunk/psModules/src/imcombine/pmStack.h
- Timestamp:
- Mar 17, 2008, 11:38:43 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/imcombine/pmStack.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmStack.h
r16685 r17005 8 8 * @author GLG, MHPCC 9 9 * 10 * @version $Revision: 1. 6$ $Name: not supported by cvs2svn $11 * @date $Date: 2008-0 2-27 21:16:57$10 * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2008-03-17 21:38:43 $ 12 12 * 13 13 * Copyright 2004-2007 Institute for Astronomy, University of Hawaii … … 28 28 typedef struct { 29 29 pmReadout *readout; ///< Warped readout (sky cell) 30 psPixels *pixels; ///< Pixels to inspect or reject 31 float weight; ///< Weight to apply 30 psPixels *reject; ///< Pixels to reject 31 psPixels *inspect; ///< Pixels to inspect 32 float weight; ///< Relative weighting for image 32 33 } pmStackData; 33 34 … … 45 46 int numIter, ///< Number of iterations 46 47 float rej, ///< Rejection limit (standard deviations) 48 bool entire, ///< Combine entire image even if rejection lists provided? 47 49 bool useVariance, ///< Use variance values for rejection? 48 50 bool safe ///< Play safe with small numbers of input pixels (mask if N <= 2)?
Note:
See TracChangeset
for help on using the changeset viewer.
