IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 7, 2006, 7:35:59 PM (20 years ago)
Author:
Paul Price
Message:

pmConceptsAverageCells shouldn't have to set the binning, offsets.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/pmReadoutCombine.c

    r7849 r7851  
    55 *  @author GLG, MHPCC
    66 *
    7  *  @version $Revision: 1.20 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2006-07-08 05:21:12 $
     7 *  @version $Revision: 1.21 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2006-07-08 05:35:59 $
    99 *
    1010 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    405405        psListAdd(inputCells, PS_LIST_TAIL, readout->parent);
    406406    }
    407     pmConceptsAverageCells(output->parent, inputCells, 0, 0, NULL, NULL);
     407    pmConceptsAverageCells(output->parent, inputCells, NULL, NULL);
    408408    psFree(inputCells);
    409409
Note: See TracChangeset for help on using the changeset viewer.