IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16793


Ignore:
Timestamp:
Mar 4, 2008, 12:02:09 PM (18 years ago)
Author:
Paul Price
Message:

Adding psPolynomialMD --- multidimensional polynomial fitting (without needing to know the dimension beforehand, and allowing more dimensions than 4). Will use this in the construction of darks, where we will fit exposure time, temperature, and maybe time since power-on.

Location:
trunk/psLib
Files:
3 added
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/Makefile.am

    r15818 r16793  
    1919        psPolynomialMetadata.c \
    2020        psPolynomialUtils.c \
     21        psPolynomialMD.c \
    2122        psRandom.c \
    2223        psRegion.c \
     
    4748        psPolynomialMetadata.h \
    4849        psPolynomialUtils.h \
     50        psPolynomialMD.h \
    4951        psRandom.h \
    5052        psRegion.h \
  • trunk/psLib/src/pslib_strict.h

    r16185 r16793  
    99*  @author Eric Van Alst, MHPCC
    1010*
    11 *  @version $Revision: 1.34 $ $Name: not supported by cvs2svn $
    12 *  @date $Date: 2008-01-23 03:08:03 $
     11*  @version $Revision: 1.35 $ $Name: not supported by cvs2svn $
     12*  @date $Date: 2008-03-04 22:02:09 $
    1313*
    1414*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    7878#include "psPolynomialMetadata.h"
    7979#include "psPolynomialUtils.h"
     80#include "psPolynomialMD.h"
    8081#include "psSort.h"
    8182#include "psSpline.h"
  • trunk/psLib/test/math

    • Property svn:ignore
      •  

        old new  
        5151tap_psRandom
        5252tap_psSpline1D
         53tap_psPolynomialMD
  • trunk/psLib/test/math/.cvsignore

    r13801 r16793  
    5252tap_psRandom
    5353tap_psSpline1D
     54tap_psPolynomialMD
  • trunk/psLib/test/math/Makefile.am

    r13801 r16793  
    4949        tap_psRandom \
    5050        tap_psMinimizePowell \
    51         tap_psSpline1D
     51        tap_psSpline1D \
     52        tap_psPolynomialMD
    5253
    5354if BUILD_TESTS
Note: See TracChangeset for help on using the changeset viewer.