Changeset 10247 for trunk/psModules/src/camera/pmFPAMaskWeight.h
- Timestamp:
- Nov 28, 2006, 3:26:24 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPAMaskWeight.h (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAMaskWeight.h
r9594 r10247 8 8 /// @author Eugene Magnier, IfA 9 9 /// 10 /// @version $Revision: 1. 5$ $Name: not supported by cvs2svn $11 /// @date $Date: 2006-1 0-17 02:21:03$10 /// @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 11 /// @date $Date: 2006-11-29 01:26:14 $ 12 12 /// 13 13 /// Copyright 2005-2006 Institute for Astronomy, University of Hawaii … … 47 47 /// temporary --- it is not added to the HDU. This is intended for when the user is iterating using 48 48 /// pmReadoutReadNext, in which case the HDU can't be generated. 49 bool pmReadoutSetWeight(pmReadout *readout ///< Readout for which to set weight 49 bool pmReadoutSetWeight(pmReadout *readout, ///< Readout for which to set weight 50 bool poisson ///< Use poisson weights (in addition to read noise)? 50 51 ); 51 52 … … 62 63 /// (CELL.GAIN) and read noise (CELL.READNOISE). The weight map that is produced within the readout is 63 64 /// suitable for output (complete with HDU entry). This is intended for most operations. 64 bool pmReadoutGenerateWeight(pmReadout *readout ///< Readout for which to generate weight 65 bool pmReadoutGenerateWeight(pmReadout *readout, ///< Readout for which to generate weight 66 bool poisson ///< Use poisson weights (in addition to read noise)? 65 67 ); 66 68 … … 68 70 /// 69 71 /// Calls pmReadoutGenerateMask and pmReadoutGenerateWeight for the readout 70 bool pmReadoutGenerateMaskWeight(pmReadout *readout ///< Readout for which to generate mask and weights 72 bool pmReadoutGenerateMaskWeight(pmReadout *readout, ///< Readout for which to generate mask and weights 73 bool poisson ///< Use poisson weights (in addition to read noise)? 71 74 ); 72 75 … … 74 77 /// 75 78 /// Calls pmReadoutGenerateMaskWeight for each readout within the cell. 76 bool pmCellGenerateMaskWeight(pmCell *cell ///< Cell for which to generate mask and weights 79 bool pmCellGenerateMaskWeight(pmCell *cell, ///< Cell for which to generate mask and weights 80 bool poisson ///< Use poisson weights (in addition to read noise)? 77 81 ); 78 82
Note:
See TracChangeset
for help on using the changeset viewer.
