Changeset 8884 for trunk/psModules/src/detrend/pmShutterCorrection.h
- Timestamp:
- Sep 22, 2006, 11:00:53 AM (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
r8866 r8884 48 48 * @author Eugene Magnier, IfA 49 49 * 50 * @version $Revision: 1. 2$ $Name: not supported by cvs2svn $51 * @date $Date: 2006-09-2 1 02:18:19$50 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 51 * @date $Date: 2006-09-22 21:00:53 $ 52 52 * 53 53 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 55 55 56 56 #include "pslib.h" 57 58 /** Execute flat field module.59 *60 * Given an input image and a flat-field image, pmFlatField shall divide the input image by the flat field61 * image.62 *63 * @return bool: True or false for success or failure64 */65 57 66 58 typedef struct … … 71 63 } 72 64 pmShutterCorrPars; 65 66 pmShutterCorrPars *pmShutterCorrParsAlloc (); 67 pmShutterCorrPars *pmShutterCorrectionGuess (psVector *exptime, psVector *counts); 68 pmShutterCorrPars *pmShutterCorrectionLinFit (psVector *exptime, psVector *counts, float offref); 69 pmShutterCorrPars *pmShutterCorrectionFullFit (psVector *exptime, psVector *counts, pmShutterCorrPars *guess);
Note:
See TracChangeset
for help on using the changeset viewer.
