IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3024


Ignore:
Timestamp:
Jan 17, 2005, 9:58:18 AM (22 years ago)
Author:
gusciora
Message:

...

Location:
trunk/psModules
Files:
3 edited

Legend:

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

    r2125 r3024  
    33 *  Provides polynomial or table lookup non-linearity corrections to readouts.
    44 *
    5  *  @author George Gusciora, MHPCC
     5 *  @author GLG, MHPCC
    66 *
    7  *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2004-10-14 19:01:37 $
     7 *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2005-01-17 19:58:18 $
    99 *
    1010 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
  • trunk/psModules/src/pmSubtractBias.c

    r2916 r3024  
    66 *  @author George Gusciora, MHPCC
    77 *
    8  *  @version $Revision: 1.29 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2005-01-05 23:43:58 $
     8 *  @version $Revision: 1.30 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2005-01-17 19:58:18 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    532532        //
    533533
     534
     535        //
     536        // This doesn't seem right.  The only way to do a spline fit is if,
     537        // by SDRS requirements, fitSpec is not-NULL>  But in order for it
     538        // to be non-NULL, someone must have called psSpline1DAlloc() with
     539        // the min, max, and number of splines.
     540        //
    534541        if (!((fitSpec == NULL) || (fit == PM_FIT_NONE))) {
    535542            //
  • trunk/psModules/test/tst_pmSubtractSky.c

    r2945 r3024  
    77 *  @author GLG, MHPCC
    88 *
    9  *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2005-01-10 22:22:52 $
     9 *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2005-01-17 19:58:18 $
    1111 *
    1212 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2828                              {NULL}
    2929                          };
    30 //XXX: Test a few input parameter error conditions.
    3130
    3231float func(int i, int j)
Note: See TracChangeset for help on using the changeset viewer.