Changeset 11253 for trunk/psModules/src/detrend/pmFlatField.h
- Timestamp:
- Jan 23, 2007, 4:54:15 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/detrend/pmFlatField.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/detrend/pmFlatField.h
r9724 r11253 1 /// @file pmFlatField.h 2 /// 3 /// @brief Apply flat field calibration 4 /// 5 /// @ingroup Detrend 6 /// 7 /// @author Ross Harman, MHPCC 8 /// @author Paul Price, IfA 9 /// 10 /// @version $Revision: 1.7 $ $Name: not supported by cvs2svn $ 11 /// @date $Date: 2006-10-24 03:48:42 $ 12 /// 13 /// Copyright 2004-2006 Institute for Astronomy, University of Hawaii 14 /// 1 /* @file pmFlatField.h 2 * @brief Apply flat field calibration 3 * 4 * @author Ross Harman, MHPCC 5 * @author Paul Price, IfA 6 * 7 * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2007-01-24 02:54:15 $ 9 * Copyright 2004-2006 Institute for Astronomy, University of Hawaii 10 */ 15 11 16 12 #ifndef PM_FLAT_FIELD_H 17 13 #define PM_FLAT_FIELD_H 14 15 /// @addtogroup detrend Detrend Creation and Application 16 /// @{ 18 17 19 18 #include "pmFPA.h" … … 29 28 const pmReadout *flat ///< Readout with flat image 30 29 ); 31 32 30 /// @} 33 31 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
