IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 7, 2005, 12:20:55 PM (21 years ago)
Author:
gusciora
Message:

Added doxygen comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/pmSubtractBias.h

    r3668 r4132  
    44 *  in place from an input image.
    55 *
    6  *  @author George Gusciora, MHPCC
     6 *  @author GLG, MHPCC
    77 *
    8  *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2005-04-05 22:55:05 $
     8 *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2005-06-07 22:20:55 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    3737} pmFit;
    3838
    39 psReadout *pmSubtractBias(psReadout *in,
    40                           void *fitSpec,
    41                           const psList *overscans,
    42                           pmOverscanAxis overScanAxis,
    43                           psStats *stat,
    44                           int nBin,
    45                           pmFit fit,
    46                           const psReadout *bias);
     39psReadout *pmSubtractBias(psReadout *in,                ///< The input psReadout image
     40                          void *fitSpec,                ///< A polynomial or spline, defining the fit type.
     41                          const psList *overscans,      ///< A psList of overscan images
     42                          pmOverscanAxis overScanAxis,  ///< Defines how overscans are applied
     43                          psStats *stat,                ///< The statistic to be used in combining overscan data
     44                          int nBin,                     ///< The amount of binning to be done image pixels.
     45                          pmFit fit,                    ///< PM_FIT_SPLINE, PM_FIT_POLYNOMIAL, or PM_FIT_NONE
     46                          const psReadout *bias);       ///< A possibly NULL bias psReadout which is to be subtracted
    4747
    4848#endif
Note: See TracChangeset for help on using the changeset viewer.