IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 15, 2005, 3:10:36 PM (21 years ago)
Author:
gusciora
Message:

There are a lot of changes here required by the new SDRS. Most changes
involve the new definitions of the psAstrometry types. Not all tests work
correctly.

File:
1 edited

Legend:

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

    r4754 r4770  
    66 *  @author GLG, MHPCC
    77 *
    8  *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2005-08-11 00:03:51 $
     8 *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2005-08-16 01:10:34 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    3838} pmFit;
    3939
    40 psReadout *pmSubtractBias(psReadout *in,                ///< The input psReadout image
     40pmReadout *pmSubtractBias(pmReadout *in,                ///< The input pmReadout image
    4141                          void *fitSpec,                ///< A polynomial or spline, defining the fit type.
    4242                          const psList *overscans,      ///< A psList of overscan images
     
    4545                          int nBin,                     ///< The amount of binning to be done image pixels.
    4646                          pmFit fit,                    ///< PM_FIT_SPLINE, PM_FIT_POLYNOMIAL, or PM_FIT_NONE
    47                           const psReadout *bias);       ///< A possibly NULL bias psReadout which is to be subtracted
     47                          const pmReadout *bias);       ///< A possibly NULL bias pmReadout which is to be subtracted
    4848
    4949#endif
Note: See TracChangeset for help on using the changeset viewer.