IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 17, 2004, 4:27:42 PM (22 years ago)
Author:
gusciora
Message:

This code appears to work correctly.

File:
1 edited

Legend:

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

    r2584 r2755  
    66 *  @author GLG, MHPCC
    77 *
    8  *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2004-12-01 21:20:24 $
     8 *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2004-12-18 02:27:42 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2626#include "../../psLib/src/dataManip/psConstants.h"
    2727
    28 psImage *pmSubtractSky(psReadout *in,
    29                        void *fitSpec,
    30                        psFit fit,
    31                        int binFactor,
    32                        psStats *stats,
    33                        float clipSD);
     28// XXX: this is pmFit in pmSubtractBias.c, named psFit here.
     29typedef enum {
     30    PM_FIT_NONE,                              ///< No fit
     31    PM_FIT_POLYNOMIAL,                        ///< Fit polynomial
     32    PM_FIT_SPLINE                             ///< Fit cubic splines
     33} psFit;
     34
     35psReadout *pmSubtractSky(psReadout *in,
     36                         void *fitSpec,
     37                         psFit fit,
     38                         int binFactor,
     39                         psStats *stats,
     40                         float clipSD);
    3441#endif
Note: See TracChangeset for help on using the changeset viewer.