Main Page | Modules | 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.1.1.1 $ $Name:  $
00008  *  @date $Date: 2005/09/14 21:09:15 $
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 #include "pmAstrometry.h"
00019 
00020 pmReadout *pmNonLinearityPolynomial(pmReadout *in,
00021                                     const psPolynomial1D *coeff);
00022 
00023 pmReadout *pmNonLinearityLookup(pmReadout *in,
00024                                 const psVector *inFlux,
00025                                 const psVector *outFlux);
00026 
00027 #endif

Generated on Wed Sep 14 11:09:15 2005 for Pan-STARRS Module Library by  doxygen 1.4.2