Changeset 907 for trunk/archive/modules/include/phase2.h
- Timestamp:
- Jun 7, 2004, 3:51:52 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/archive/modules/include/phase2.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/archive/modules/include/phase2.h
r906 r907 79 79 /** Subtracts an overscan and bias from the input image. */ 80 80 psReadout *phase2SubtractBias(psReadout *in, ///< Input image to be de-biased, and output 81 psPolynomial1D *polySpec ///< Polynomial specification to use for fit, outputed 81 82 const psImage *bias, ///< Bias (or dark) image to subtract 82 83 const psImageRegionArray *regions, ///< Bias regions 83 psOverscanAxis overscanAxis, ///< 1 = subtract rows; 2 = subtract columns; -1 = fit rows; 84 ///< -2 = fit columns; 0 = no overscan 84 psOverscanAxis overscanAxis, ///< Overscan axis 85 85 const psStatsOptions *stat, ///< Statistic to use 86 psPolynomial1D *polySpec ///< Polynomial specification to use for fit87 86 ); 88 87
Note:
See TracChangeset
for help on using the changeset viewer.
