Changeset 12629 for trunk/psModules/src/camera/pmFPAMosaic.h
- Timestamp:
- Mar 28, 2007, 9:17:36 AM (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
r11253 r12629 4 4 * @author Paul Price, IfA 5 5 * 6 * @version $Revision: 1. 5$ $Name: not supported by cvs2svn $7 * @date $Date: 2007-0 1-24 02:54:14$6 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2007-03-28 19:17:36 $ 8 8 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii 9 9 */ … … 24 24 /// the pixels, if possible. 25 25 bool pmChipMosaic(pmChip *target, ///< Target chip --- may contain only a single cell 26 const pmChip *source ///< Source chip whose cells will be mosaicked 27 ); 26 const pmChip *source, ///< Source chip whose cells will be mosaicked 27 bool deepCopy ///< require a deep copy (disregard 'nice' chip) 28 ); 28 29 29 30 /// Mosaic all cells within an FPA … … 33 34 /// CELL.X0 and CELL.Y0 offsets. This is useful for getting an image of the FPA on the sky. The mosaicking 34 35 /// is done so as to avoid performing a deep copy of the pixels, if possible. 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 ); 36 bool pmFPAMosaic(pmFPA *target, ///< Target FPA --- may contain only a single chip with a single cell 37 const pmFPA *source, ///< FPA whose chips and cells will be mosaicked 38 bool deepCopy ///< require a deep copy (disregard 'nice' chip) 39 ); // 38 40 /// @} 39 41 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
