IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 2147 for trunk/psModules/test


Ignore:
Timestamp:
Oct 14, 2004, 4:15:48 PM (22 years ago)
Author:
gusciora
Message:

Supports multiple overscan regions.

File:
1 edited

Legend:

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

    r2143 r2147  
    1414 *  @author GLG, MHPCC
    1515 *
    16  *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
    17  *  @date $Date: 2004-10-15 01:14:59 $
     16 *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
     17 *  @date $Date: 2004-10-15 02:15:34 $
    1818 *
    1919 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    193193    for (i=0;i<numRows;i++) {
    194194        for (j=0;j<numCols;j++) {
    195             expect = ((float) (i + j)) - 5.0;
     195            expect = ((float) (i + j)) - 12.0;
    196196            actual = myReadout->image->data.F32[i][j];
    197197            if (FLT_EPSILON < fabs(expect - actual)) {
     
    260260    for (i=0;i<numRows;i++) {
    261261        for (j=0;j<numCols;j++) {
    262             expect = ((float) (i + j)) - 5.0;
     262            expect = ((float) (i + j)) - 12.0;
    263263            actual = myReadout->image->data.F32[i][j];
    264264            if (FLT_EPSILON < fabs(expect - actual)) {
Note: See TracChangeset for help on using the changeset viewer.