IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 8, 2004, 9:44:32 AM (22 years ago)
Author:
evanalst
Message:

Add case for mask test of psImageSlice.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/image/tst_psImageExtraction.c

    r1961 r2022  
    66*  @author Robert DeSonia, MHPCC
    77*
    8 *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
    9 *  @date $Date: 2004-10-05 22:21:53 $
     8*  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
     9*  @date $Date: 2004-10-08 19:44:32 $
    1010*
    1111*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    7474            imageRow[ col ] = ( psF32 ) col + rowOffset;
    7575            imgU8Row[ col ] = (psU8) col;
    76             maskRow[ col ] = 0;
     76            if ( row == r/10 ) {
     77                maskRow[ col ] = 1;
     78            } else {
     79                maskRow[ col ] = 0;
     80            }
     81            //            maskRow[ col ] = 0;
    7782            maskS8Row[ col ] = 0;
    7883            maskSzRow[ col ] = 0;
Note: See TracChangeset for help on using the changeset viewer.