Changeset 24483 for trunk/psModules/src/camera/pmFPAMaskWeight.h
- Timestamp:
- Jun 18, 2009, 10:39:29 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPAMaskWeight.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAMaskWeight.h
r21363 r24483 54 54 /// can't be generated. 55 55 bool pmReadoutSetVariance(pmReadout *readout, ///< Readout for which to set variance 56 const psImage *noiseMap, ///< 2D image of the read noise in DN 56 57 bool poisson ///< Include poisson variance (in addition to read noise)? 57 58 ); … … 72 73 /// with HDU entry). This is intended for most operations. 73 74 bool pmReadoutGenerateVariance(pmReadout *readout, ///< Readout for which to generate variance 75 const psImage *noiseMap, ///< 2D image of the read noise in DN 74 76 bool poisson ///< Include poisson variance (in addition to read noise)? 75 77 ); … … 81 83 psImageMaskType sat, ///< Mask value to give saturated pixels 82 84 psImageMaskType bad, ///< Mask value to give bad (low) pixels 85 const psImage *noiseMap, ///< 2D image of the read noise in DN 83 86 bool poisson ///< Include poisson variance (in addition to read noise)? 84 87 ); … … 90 93 psImageMaskType sat, ///< Mask value to give saturated pixels 91 94 psImageMaskType bad, ///< Mask value to give bad (low) pixels 95 const psImage *noiseMap, ///< 2D image of the read noise in DN 92 96 bool poisson ///< Include poisson variance (in addition to read noise)? 93 97 );
Note:
See TracChangeset
for help on using the changeset viewer.
