Changeset 19532 for trunk/psModules/src/imcombine/pmStack.h
- Timestamp:
- Sep 11, 2008, 6:12:42 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/imcombine/pmStack.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmStack.h
r17005 r19532 8 8 * @author GLG, MHPCC 9 9 * 10 * @version $Revision: 1. 7$ $Name: not supported by cvs2svn $11 * @date $Date: 2008-0 3-17 21:38:43$10 * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2008-09-12 04:12:42 $ 12 12 * 13 13 * Copyright 2004-2007 Institute for Astronomy, University of Hawaii … … 31 31 psPixels *inspect; ///< Pixels to inspect 32 32 float weight; ///< Relative weighting for image 33 float addVariance; ///< Additional variance when rejecting 33 34 } pmStackData; 34 35 35 36 /// Constructor 36 37 pmStackData *pmStackDataAlloc(pmReadout *readout, ///< Warped readout (sky cell) 37 float weight ///< Weight to apply 38 float weight, ///< Weight to apply 39 float addVariance ///< Additional variance when rejecting 38 40 ); 39 41
Note:
See TracChangeset
for help on using the changeset viewer.
