Changeset 18859 for trunk/psModules/src/detrend/pmDark.h
- Timestamp:
- Aug 1, 2008, 1:58:14 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/detrend/pmDark.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/detrend/pmDark.h
r18163 r18859 25 25 26 26 27 // Combine darks 27 // Combine darks -- preparation step 28 bool pmDarkCombinePrepare(pmCell *output, // Output cell; readouts will be attached 29 const psArray *inputs, // Input readouts for combination 30 psArray *ordinates, // Ordinates for fitting 31 const char *normConcept // Concept name to use to divide input pixel values 32 ); 33 34 // Combine darks -- do the actual work 28 35 bool pmDarkCombine(pmCell *output, // Output cell; readouts will be attached 29 36 const psArray *inputs, // Input readouts for combination 30 psArray *ordinates, // Ordinates for fitting31 const char *normConcept, // Concept name to use to divide input pixel values32 37 int iter, // Number of rejection iterations 33 38 float rej, // Rejection threshold (standard deviations)
Note:
See TracChangeset
for help on using the changeset viewer.
