IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 909


Ignore:
Timestamp:
Jun 7, 2004, 4:05:41 PM (22 years ago)
Author:
Paul Price
Message:

Changed the order of subtractBias again to reflect the fact that the
overscan is performed before the full-frame bias subtraction.

File:
1 edited

Legend:

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

    r907 r909  
    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
    82                               const psImage *bias, ///< Bias (or dark) image to subtract
     81                              psPolynomial1D *polySpec, ///< Polynomial specification to use for fit, outputed
    8382                              const psImageRegionArray *regions, ///< Bias regions
    8483                              psOverscanAxis overscanAxis, ///< Overscan axis
    8584                              const psStatsOptions *stat, ///< Statistic to use
     85                              const psImage *bias ///< Bias (or dark) image to subtract
    8686                              );
    8787
Note: See TracChangeset for help on using the changeset viewer.