Changeset 21244 for trunk/ppMerge/src/ppMergeScaleZero.h
- Timestamp:
- Feb 1, 2009, 11:43:05 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/ppMerge/src/ppMergeScaleZero.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppMerge/src/ppMergeScaleZero.h
r13873 r21244 1 /** @file ppMergeScaleZero.h 2 * 3 * @brief 4 * 5 * @ingroup ppMerge 6 * 7 * @author IfA 8 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2009-02-01 21:43:05 $ 10 * Copyright 2009 Institute for Astronomy, University of Hawaii 11 */ 12 1 13 #ifndef PP_MERGE_SCALE_ZERO_H 2 14 #define PP_MERGE_SCALE_ZERO_H … … 8 20 #include "ppMergeOptions.h" 9 21 10 // Get the scale and zero for each chip of each input 11 bool ppMergeScaleZero(psImage **scales, // The scales for each integration/cell 12 psImage **zeros, // The zeroes for each integration/cell 13 psArray **shutter,// The shutter correction data for each cell 14 ppMergeData *data,// The data 15 const ppMergeOptions *options, // The options 16 const pmConfig *config // The configuration 22 /** 23 * Get the scale and zero for each chip of each input 24 */ 25 bool ppMergeScaleZero(psImage **scales, ///< The scales for each integration/cell 26 psImage **zeros, ///< The zeroes for each integration/cell 27 psArray **shutter,///< The shutter correction data for each cell 28 ppMergeData *data,///< The data 29 const ppMergeOptions *options, ///< The options 30 const pmConfig *config ///< The configuration 17 31 ); 18 32
Note:
See TracChangeset
for help on using the changeset viewer.
