IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3582


Ignore:
Timestamp:
Mar 30, 2005, 4:02:37 PM (21 years ago)
Author:
gusciora
Message:

...

Location:
trunk/psModules
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/pmSubtractBias.c

    r3024 r3582  
    66 *  @author George Gusciora, MHPCC
    77 *
    8  *  @version $Revision: 1.30 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2005-01-17 19:58:18 $
     8 *  @version $Revision: 1.31 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2005-03-31 02:02:37 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
    1212 *
    1313 */
     14
     15
    1416#if HAVE_CONFIG_H
    1517#include <config.h>
  • trunk/psModules/test/tst_pmSubtractBias.c

    r2944 r3582  
    1010 * test03: Calculate a row overscan vector and subtract it from each
    1111 *  row in the input image.
     12 * test04:
    1213 *
    1314 *  @author GLG, MHPCC
    1415 *
    15  *  @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
    16  *  @date $Date: 2005-01-10 22:13:39 $
     16 *  @version $Revision: 1.16 $ $Name: not supported by cvs2svn $
     17 *  @date $Date: 2005-03-31 02:01:57 $
    1718 *
    1819 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
  • trunk/psModules/test/tst_pmSubtractSky.c

    r3024 r3582  
    77 *  @author GLG, MHPCC
    88 *
    9  *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2005-01-17 19:58:18 $
     9 *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2005-03-31 02:01:16 $
    1111 *
    1212 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    1515#include "pslib.h"
    1616#include "pmSubtractSky.h"
    17 #define NUM_ROWS 512
    18 #define NUM_COLS 512
     17#define NUM_ROWS 10
     18#define NUM_COLS 10
    1919#define POLY_X_ORDER 3
    2020#define POLY_Y_ORDER 3
Note: See TracChangeset for help on using the changeset viewer.