Changeset 17249 for trunk/psModules/src/camera/pmFPAMaskWeight.h
- Timestamp:
- Mar 31, 2008, 12:39:06 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPAMaskWeight.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAMaskWeight.h
r13591 r17249 5 5 * @author Eugene Magnier, IfA 6 6 * 7 * @version $Revision: 1. 9$ $Name: not supported by cvs2svn $8 * @date $Date: 200 7-06-02 03:51:03$7 * @version $Revision: 1.10 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2008-03-31 22:39:06 $ 9 9 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii 10 10 */ … … 93 93 bool poisson ///< Use poisson weights (in addition to read noise)? 94 94 ); 95 96 /// Renormalise the weight map to match the actual variance 97 /// 98 /// The variance in the image is measured in patches, and the variance map is adjusted so that the mean for 99 /// that patch corresponds. 100 bool pmReadoutWeightRenorm(const pmReadout *readout, // Readout to normalise 101 psMaskType maskVal, // Value to mask 102 psStatsOptions meanStat, // Statistic to measure the mean (of the variance map) 103 psStatsOptions stdevStat, // Statistic to measure the stdev (of the image) 104 int width, // Width of patch (pixels) 105 psRandom *rng // Random number generator (for sub-sampling images) 106 ); 107 108 109 95 110 /// @} 96 111 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
