Changeset 20486 for trunk/psModules/src/camera/pmFPAMaskWeight.h
- Timestamp:
- Oct 31, 2008, 11:50:16 AM (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
r19163 r20486 5 5 * @author Eugene Magnier, IfA 6 6 * 7 * @version $Revision: 1.1 5$ $Name: not supported by cvs2svn $8 * @date $Date: 2008- 08-22 22:25:22$7 * @version $Revision: 1.16 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2008-10-31 21:50:16 $ 9 9 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii 10 10 */ … … 93 93 ); 94 94 95 /// Renormalise the weight map to match the actual pixel variance 96 /// 97 /// The weight (variance) map is adjusted so that the mean matches the actual pixel variance in the image 98 bool pmReadoutWeightRenormPixels( 99 const pmReadout *readout, ///< Readout to normalise 100 psMaskType maskVal, ///< Value to mask 101 psStatsOptions meanStat, ///< Statistic to measure the mean (of the variance map) 102 psStatsOptions stdevStat, ///< Statistic to measure the stdev (of the image) 103 psRandom *rng ///< Random number generator 104 ); 105 106 /// Renormalise the weight map to match the actual photometry variance 107 /// 108 /// The weight (variance) map is adjusted so that the actual significance of fake sources matches the 109 /// guestimated significance 110 bool pmReadoutWeightRenormPhot( 111 const pmReadout *readout, ///< Readout to normalise 112 psMaskType maskVal, ///< Value to mask 113 int num, ///< Number of instances to measure over the image 114 float width, ///< Photometry width 115 psStatsOptions meanStat, ///< Statistic to measure the mean 116 psStatsOptions stdevStat, ///< Statistic to measure the stdev 117 psRandom *rng ///< Random number generator 118 ); 119 95 120 /// Renormalise the weight map to match the actual variance 96 121 ///
Note:
See TracChangeset
for help on using the changeset viewer.
