Changeset 25027 for branches/pap/psModules/src/camera/pmFPAMaskWeight.h
- Timestamp:
- Aug 7, 2009, 4:08:25 PM (17 years ago)
- Location:
- branches/pap
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap
- Property svn:mergeinfo changed
-
branches/pap/psModules
- Property svn:mergeinfo deleted
-
branches/pap/psModules/src/camera/pmFPAMaskWeight.h
r21363 r25027 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.
