Changeset 909
- Timestamp:
- Jun 7, 2004, 4:05:41 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
r907 r909 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 82 const psImage *bias, ///< Bias (or dark) image to subtract 81 psPolynomial1D *polySpec, ///< Polynomial specification to use for fit, outputed 83 82 const psImageRegionArray *regions, ///< Bias regions 84 83 psOverscanAxis overscanAxis, ///< Overscan axis 85 84 const psStatsOptions *stat, ///< Statistic to use 85 const psImage *bias ///< Bias (or dark) image to subtract 86 86 ); 87 87
Note:
See TracChangeset
for help on using the changeset viewer.
