IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 5, 2004, 4:24:37 PM (22 years ago)
Author:
evanalst
Message:

Update test to check for negative values in mask.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/test/tst_pmFlatField.c

    r2296 r2297  
    1818 *  @author Ross Harman, MHPCC
    1919 *
    20  *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    21  *  @date $Date: 2004-11-06 02:10:58 $
     20 *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     21 *  @date $Date: 2004-11-06 02:24:37 $
    2222 *
    2323 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    111111    PRINT_MATRIX(inImage, F64, "Input image:");
    112112    flatImage2->data.F64[0][0] = 3.0;
     113    flatImage2->data.F64[0][1] = -3.0;
    113114    PRINT_MATRIX(flatImage2, F64, "Flat image:");
    114115    CREATE_AND_SET_IMAGE(mask1,U8,0,3,3);
Note: See TracChangeset for help on using the changeset viewer.