- Timestamp:
- Aug 7, 2009, 12:45:24 PM (17 years ago)
- Location:
- branches/eam_branches/20090715
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
psModules/src/detrend/pmDark.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20090715
- Property svn:mergeinfo changed
/trunk (added) merged: 24801-24824,24827-24834,24836-24859,24861-24901,24903-24912,24914-24950,24953-24971,24973-24977,24986-24989,24993-25017
- Property svn:mergeinfo changed
-
branches/eam_branches/20090715/psModules/src/detrend/pmDark.h
r21183 r25022 13 13 // An ordinate for fitting darks 14 14 typedef struct { 15 psString name; // Name of concept to fit 15 psString name; // Name of ordinate 16 psString rule; // Rule for generating ordinate (math on concepts) 16 17 int order; // Polynomial order to fit 17 18 bool scale; // Rescale values? … … 116 117 ); 117 118 119 bool pmDarkVisualInit(psArray *values); 120 bool pmDarkVisualPixelFit(psVector *pixels, psVector *mask); 121 bool pmDarkVisualCleanup(); 122 bool pmDarkVisualPixelModel(psPolynomialMD *poly, psArray *values); 118 123 119 124 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
