IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 30, 2005, 6:34:52 PM (21 years ago)
Author:
magnier
Message:

major revision of pmReadoutCombine

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_rel9_p0/psModules/src/imcombine/pmReadoutCombine.h

    r5516 r5865  
    55 *  @author GLG, MHPCC
    66 *
    7  *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2005-11-15 20:09:03 $
     7 *  @version $Revision: 1.2.10.1 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2005-12-31 04:34:52 $
    99 *
    1010 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    3333    int nKeep;
    3434}
    35 psCombineParams;
     35pmCombineParams;
     36
     37pmCombineParams *pmCombineParamsAlloc (psStatsOptions statsOptions);
    3638
    3739psImage *pmReadoutCombine(psImage *output,
    38                           const psList *inputs,
    39                           psCombineParams *params,
     40                          const psArray *inputs,
    4041                          const psVector *zero,
    4142                          const psVector *scale,
     43                          pmCombineParams *params,
    4244                          bool applyZeroScale,
    4345                          float gain,
Note: See TracChangeset for help on using the changeset viewer.