Changeset 18960 for trunk/psModules/src/detrend/pmShutterCorrection.h
- Timestamp:
- Aug 8, 2008, 8:09:07 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/detrend/pmShutterCorrection.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/detrend/pmShutterCorrection.h
r18893 r18960 5 5 * @author Paul Price, IfA 6 6 * 7 * @version $Revision: 1.1 8$ $Name: not supported by cvs2svn $8 * @date $Date: 2008-08-0 5 01:24:47 $7 * @version $Revision: 1.19 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2008-08-08 18:09:07 $ 9 9 * Copyright 2006 Institute for Astronomy, University of Hawaii 10 10 */ … … 60 60 /// Shutter correction parameters, applicable for a single pixel 61 61 typedef struct { 62 double scale; ///< The normalisation for an exposure, A(k) or f'(x,y) 62 double scale; ///< The normalisation for an exposure, A(k) or f'(x,y) 63 63 double offset; ///< The time offset, dTk 64 64 double offref; ///< The reference time offset, dTo 65 65 int num; ///< Number of points used 66 66 float stdev; ///< Standard deviation 67 bool valid; // is the fitted shutter correction valid (produce a significant improvement?)67 bool valid; // is the fitted shutter correction valid (produce a significant improvement?) 68 68 } pmShutterCorrection; 69 69 … … 124 124 ); 125 125 126 bool pmShutterCorrectionApplyScan_Threaded (psThreadJob *job);126 bool pmShutterCorrectionApplyScan_Threaded(const psThreadJob *job); 127 127 bool pmShutterCorrectionApplyScan(psImage *image, psImage *shutterImage, psImage *mask, float exptime, psMaskType blank, int rowStart, int rowStop); 128 128
Note:
See TracChangeset
for help on using the changeset viewer.
