Changeset 2817
- Timestamp:
- Dec 23, 2004, 4:05:57 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/pmReadoutCombine.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/pmReadoutCombine.c
r2816 r2817 5 5 * @author GLG, MHPCC 6 6 * 7 * @version $Revision: 1.1 3$ $Name: not supported by cvs2svn $8 * @date $Date: 2004-12-24 0 0:58:08$7 * @version $Revision: 1.14 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2004-12-24 02:05:57 $ 9 9 * 10 10 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 15 15 #include<math.h> 16 16 #include "pslib.h" 17 18 typedef struct 19 { 20 psStats *stats; 21 unsigned int maskVal; 22 float fracHigh; 23 float fracLow; 24 int nKeep; 25 } 26 psCombineParams; 17 #include "pmReadoutCombine.h" 27 18 28 19 /******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.
