Changeset 9336 for trunk/psModules/src/detrend/pmShutterCorrection.h
- Timestamp:
- Oct 5, 2006, 5:06:30 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/detrend/pmShutterCorrection.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/detrend/pmShutterCorrection.h
r9315 r9336 48 48 * @author Eugene Magnier, IfA 49 49 * 50 * @version $Revision: 1. 6$ $Name: not supported by cvs2svn $51 * @date $Date: 2006-10-0 5 23:36:26$50 * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $ 51 * @date $Date: 2006-10-06 03:06:30 $ 52 52 * 53 53 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 82 82 const psVector *counts, // Counts for each exposure 83 83 const psVector *cntError, // Error in the counts, for each exp. 84 float offref // Reference time offset 84 const psVector *mask, // Mask for each exposure 85 float offref, // Reference time offset 86 int nIter, // Number of iterations 87 float rej, // Rejection threshold (sigma) 88 psMaskType maskVal // Mask value 85 89 ); 86 90 … … 99 103 psStatsOptions meanStat, // Statistic to use for mean 100 104 psStatsOptions stdevStat, // Statistic to use for stdev 105 int nIter, // Number of iterations 106 float rej, // Rejection threshold (sigma) 101 107 psMaskType maskVal // Mask value 102 108 ); 103 109 110 // Apply a shutter correction 111 bool pmShutterCorrectionApply(pmReadout *readout, // Readout to which to apply shutter correction 112 const pmReadout *shutter // Shutter correction readout 113 ); 114 104 115 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
