Changeset 13898 for trunk/psModules/src/camera/pmFPAMosaic.h
- Timestamp:
- Jun 19, 2007, 4:22:26 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPAMosaic.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAMosaic.h
r12696 r13898 4 4 * @author Paul Price, IfA 5 5 * 6 * @version $Revision: 1. 7$ $Name: not supported by cvs2svn $7 * @date $Date: 2007-0 3-30 21:12:56 $6 * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2007-06-20 02:22:26 $ 8 8 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii 9 9 */ … … 22 22 /// the pixels, if possible. 23 23 bool pmChipMosaic(pmChip *target, ///< Target chip --- may contain only a single cell 24 const pmChip *source, ///< Source chip whose cells will be mosaicked 25 bool deepCopy ///< require a deep copy (disregard 'nice' chip) 24 const pmChip *source, ///< Source chip whose cells will be mosaicked 25 bool deepCopy, ///< Require a deep copy (disregard 'nice' chip) 26 psMaskType blank ///< Mask value to give blank pixels 26 27 ); 27 28 … … 32 33 /// CELL.X0 and CELL.Y0 offsets. This is useful for getting an image of the FPA on the sky. The mosaicking 33 34 /// is done so as to avoid performing a deep copy of the pixels, if possible. 34 bool pmFPAMosaic(pmFPA *target, ///< Target FPA --- may contain only a single chip with a single cell 35 const pmFPA *source, ///< FPA whose chips and cells will be mosaicked 36 bool deepCopy ///< require a deep copy (disregard 'nice' chip) 37 ); // 35 bool pmFPAMosaic(pmFPA *target, ///< Target FPA --- may contain only a single chip with a single cell 36 const pmFPA *source, ///< FPA whose chips and cells will be mosaicked 37 bool deepCopy, ///< Require a deep copy (disregard 'nice' chip) 38 psMaskType blank ///< Mask value to give blank pixels 39 ); 38 40 /// @} 39 41 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
