Changeset 906 for trunk/archive/modules/include/phase2.h
- Timestamp:
- Jun 7, 2004, 3:50:40 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
r757 r906 68 68 ); 69 69 70 /** Overscan axis */ 71 typedef enum { 72 PS_OVERSCAN_NONE = 0, ///< No overscan subtraction 73 PS_OVERSCAN_ROWS = 1, ///< Subtract rows 74 PS_OVERSCAN_COLUMNS = 2, ///< Subtract columns 75 PS_OVERSCAN_ROWS_FIT = -1, ///< Subtract a fit to rows 76 PS_OVERSCAN_COLUMNS_FIT = -2 ///< Subtract a fit to columns 77 } psOverscanAxis 78 70 79 /** Subtracts an overscan and bias from the input image. */ 71 80 psReadout *phase2SubtractBias(psReadout *in, ///< Input image to be de-biased, and output 72 81 const psImage *bias, ///< Bias (or dark) image to subtract 73 82 const psImageRegionArray *regions, ///< Bias regions 74 intoverscanAxis, ///< 1 = subtract rows; 2 = subtract columns; -1 = fit rows;83 psOverscanAxis overscanAxis, ///< 1 = subtract rows; 2 = subtract columns; -1 = fit rows; 75 84 ///< -2 = fit columns; 0 = no overscan 76 85 const psStatsOptions *stat, ///< Statistic to use 77 constpsPolynomial1D *polySpec ///< Polynomial specification to use for fit86 psPolynomial1D *polySpec ///< Polynomial specification to use for fit 78 87 ); 79 88
Note:
See TracChangeset
for help on using the changeset viewer.
