IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 7, 2004, 3:51:52 PM (22 years ago)
Author:
Paul Price
Message:

Changed order of subtractBias inputs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/archive/modules/include/phase2.h

    r906 r907  
    7979/** Subtracts an overscan and bias from the input image. */
    8080psReadout *phase2SubtractBias(psReadout *in, ///< Input image to be de-biased, and output
     81                              psPolynomial1D *polySpec ///< Polynomial specification to use for fit, outputed
    8182                              const psImage *bias, ///< Bias (or dark) image to subtract
    8283                              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
    8585                              const psStatsOptions *stat, ///< Statistic to use
    86                               psPolynomial1D *polySpec ///< Polynomial specification to use for fit
    8786                              );
    8887
Note: See TracChangeset for help on using the changeset viewer.