Changeset 9315 for trunk/psModules/src/detrend/pmShutterCorrection.h
- Timestamp:
- Oct 5, 2006, 1:36:26 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/detrend/pmShutterCorrection.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/detrend/pmShutterCorrection.h
r9298 r9315 48 48 * @author Eugene Magnier, IfA 49 49 * 50 * @version $Revision: 1. 5$ $Name: not supported by cvs2svn $51 * @date $Date: 2006-10-05 2 0:48:56 $50 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 51 * @date $Date: 2006-10-05 23:36:26 $ 52 52 * 53 53 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 54 54 */ 55 56 #ifndef PM_SHUTTER_CORRECTION_H 57 #define PM_SHUTTER_CORRECTION_H 55 58 56 59 #include "pslib.h" … … 88 91 const pmShutterCorrection *guess // Initial guess 89 92 ); 93 94 // Measure a shutter correction image from an array of images 95 psImage *pmShutterCorrectionMeasure(const psVector *exptimes, // Exposure times 96 const psArray *images, // Input images 97 const psArray *masks, // Mask images 98 unsigned int size, // Size of samples 99 psStatsOptions meanStat, // Statistic to use for mean 100 psStatsOptions stdevStat, // Statistic to use for stdev 101 psMaskType maskVal // Mask value 102 ); 103 104 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
