IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 23, 2005, 3:24:38 PM (21 years ago)
Author:
desonia
Message:

changes from eam_rel9_b1

File:
1 edited

Legend:

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

    r5587 r5844  
    1919 *  test03: Calculate a row overscan vector and subtract it from each
    2020 *  row in the input image.
    21  * test05: 
     21 * test05:
    2222 *
    2323 *  @author GLG, MHPCC
     
    2525 *  XXX: Memory leaks are not being detected.
    2626 *
    27  *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
    28  *  @date $Date: 2005-11-23 23:54:30 $
     27 *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
     28 *  @date $Date: 2005-12-24 01:24:36 $
    2929 *
    3030 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    326326        rc = pmSubtractBias(myReadout, NULL, NULL, PM_OVERSCAN_NONE, stat,
    327327                            0, PM_FIT_NONE, myBias);
    328     
     328 
    329329        for (i=0;i<numRows;i++) {
    330330            for (j=0;j<numCols;j++) {
     
    335335                    testStatus = 1;
    336336                }
    337     
     337 
    338338                // Restore myReadout for next test.
    339339                myReadout->image->data.F32[i][j] = (float) (i + j);
     
    627627    // Set overscan axis in the metadata.
    628628    //
    629     psBool rc;
     629    psBool rc = false;
    630630    if (overscanaxis == PM_OVERSCAN_ROWS) {
    631631        rc = psMetadataAddS32(myReadout->parent->concepts, PS_LIST_HEAD, "CELL.READDIR", 0, NULL, 1);
Note: See TracChangeset for help on using the changeset viewer.