Changeset 11253 for trunk/psModules/src/detrend/pmFlatNormalize.h
- Timestamp:
- Jan 23, 2007, 4:54:15 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/detrend/pmFlatNormalize.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/detrend/pmFlatNormalize.h
r9614 r11253 1 /// @file pmFlatNormalize.h 2 /// 3 /// @brief Normalize flat-field measurements 4 /// 5 /// @ingroup Detrend 6 /// 7 /// @author Paul Price, IfA 8 /// 9 /// @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 10 /// @date $Date: 2006-10-17 20:49:10 $ 11 /// 12 /// Copyright 2004-2006 Institute for Astronomy, University of Hawaii 13 /// 1 /* @file pmFlatNormalize.h 2 * @brief Normalize flat-field measurements 3 * 4 * @author Paul Price, IfA 5 * 6 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2007-01-24 02:54:15 $ 8 * Copyright 2004-2006 Institute for Astronomy, University of Hawaii 9 */ 14 10 15 11 #ifndef PM_FLAT_NORMALIZE_H 16 12 #define PM_FLAT_NORMALIZE_H 17 13 14 /// @addtogroup detrend Detrend Creation and Application 15 /// @{ 16 18 17 #include <pslib.h> 19 18 20 /// Normali se flat-field measurements19 /// Normalize flat-field measurements 21 20 /// 22 21 /// We have f_ij = g_i s_j where f_ij is the flux recorded for chip i and integration j, g_i is the gain for … … 31 30 ); 32 31 32 /// @} 33 33 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
