Changeset 9718
- Timestamp:
- Oct 23, 2006, 3:05:55 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPAMosaic.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAMosaic.h
r9598 r9718 7 7 /// @author Paul Price, IfA 8 8 /// 9 /// @version $Revision: 1. 3$ $Name: not supported by cvs2svn $10 /// @date $Date: 2006-10- 17 02:35:52$9 /// @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 10 /// @date $Date: 2006-10-24 01:05:55 $ 11 11 /// 12 12 /// Copyright 2005-2006 Institute for Astronomy, University of Hawaii … … 24 24 /// getting an image of the chip on the sky. The mosaicking is done so as to avoid performing a deep copy of 25 25 /// the pixels, if possible. 26 bool pmChipMosaic(pmChip *target, // Target chip --- may contain only a single cell27 const pmChip *source // Source chip whose cells will be mosaicked26 bool pmChipMosaic(pmChip *target, ///< Target chip --- may contain only a single cell 27 const pmChip *source ///< Source chip whose cells will be mosaicked 28 28 ); 29 29 … … 34 34 /// CELL.X0 and CELL.Y0 offsets. This is useful for getting an image of the FPA on the sky. The mosaicking 35 35 /// is done so as to avoid performing a deep copy of the pixels, if possible. 36 bool pmFPAMosaic(pmFPA *target, // Target FPA --- may contain only a single chip with a single cell37 const pmFPA *source // FPA whose chips and cells will be mosaicked36 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 38 ); 39 39
Note:
See TracChangeset
for help on using the changeset viewer.
