Main Page | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

pmNonLinear.h

Go to the documentation of this file.
00001 /** @file  pmNonLinear.h
00002  *
00003  *  Provides polynomial or table lookup non-linearity corrections to readouts.
00004  *
00005  *  @author GLG, MHPCC
00006  *
00007  *  @version $Revision: 1.4 $ $Name: rel5_1 $
00008  *  @date $Date: 2005/01/17 19:58:18 $
00009  *
00010  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
00011  *
00012  */
00013 
00014 #if !defined(PM_NON_LINEAR_H)
00015 #define PM_NON_LINEAR_H
00016 
00017 #include "pslib.h"
00018 
00019 psReadout *pmNonLinearityPolynomial(psReadout *in,
00020                                     const psPolynomial1D *coeff);
00021 
00022 psReadout *pmNonLinearityLookup(psReadout *in,
00023                                 const psVector *inFlux,
00024                                 const psVector *outFlux);
00025 
00026 #endif

Generated on Wed Apr 6 14:09:04 2005 for Pan-STARRS Module Library by  doxygen 1.3.9.1