Changeset 11253 for trunk/psModules/src/camera/pmFPACopy.h
- Timestamp:
- Jan 23, 2007, 4:54:15 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPACopy.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPACopy.h
r9589 r11253 1 /// @file pmFPACopy.h 2 /// 3 /// @brief Functions to copy FPA components. 4 /// 5 /// @ingroup Camera 6 /// 7 /// @author Paul Price, IfA 8 /// 9 /// @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 10 /// @date $Date: 2006-10-17 01:16:17 $ 11 /// 12 /// Copyright 2005-2006 Institute for Astronomy, University of Hawaii 13 /// 1 /* @file pmFPACopy.h 2 * @brief Functions to copy FPA components. 3 * 4 * @author Paul Price, IfA 5 * 6 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2007-01-24 02:54:14 $ 8 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii 9 */ 14 10 15 11 #ifndef PM_FPA_COPY_H 16 12 #define PM_FPA_COPY_H 13 14 /// @addtogroup Camera Camera Layout 15 /// @{ 17 16 18 17 /// Copy an FPA and components, including the pixels, to a different representation of the same camera … … 73 72 int xBin, int yBin ///< Binning factors in x and y 74 73 ); 75 76 74 /// @} 77 75 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
