Changeset 8815 for trunk/psModules/src/imcombine
- Timestamp:
- Sep 14, 2006, 11:49:01 PM (20 years ago)
- Location:
- trunk/psModules/src/imcombine
- Files:
-
- 3 edited
-
pmImageCombine.c (modified) (2 diffs)
-
pmImageSubtract.c (modified) (2 diffs)
-
pmReadoutCombine.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmImageCombine.c
r8669 r8815 8 8 * @author GLG, MHPCC 9 9 * 10 * @version $Revision: 1. 7$ $Name: not supported by cvs2svn $11 * @date $Date: 2006-0 8-29 21:39:44$10 * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2006-09-15 09:49:01 $ 12 12 * 13 13 * XXX: pmRejectPixels() has a known bug with the pmImageTransform() call. … … 16 16 * 17 17 */ 18 19 #ifdef HAVE_CONFIG_H 20 #include <config.h> 21 #endif 18 22 19 23 #include <config.h> -
trunk/psModules/src/imcombine/pmImageSubtract.c
r8669 r8815 7 7 * @author GLG, MHPCC 8 8 * 9 * @version $Revision: 1. 5$ $Name: not supported by cvs2svn $10 * @date $Date: 2006-0 8-29 21:39:44$9 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2006-09-15 09:49:01 $ 11 11 * 12 12 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 38 38 */ 39 39 40 #ifdef HAVE_CONFIG_H 41 #include <config.h> 42 #endif 43 40 44 #include <stdio.h> 41 45 #include <math.h> -
trunk/psModules/src/imcombine/pmReadoutCombine.c
r8669 r8815 5 5 * @author GLG, MHPCC 6 6 * 7 * @version $Revision: 1.2 4$ $Name: not supported by cvs2svn $8 * @date $Date: 2006-0 8-29 21:39:44$7 * @version $Revision: 1.25 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2006-09-15 09:49:01 $ 9 9 * 10 10 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 11 11 * 12 12 */ 13 14 #ifdef HAVE_CONFIG_H 15 #include <config.h> 16 #endif 13 17 14 18 #include <stdio.h>
Note:
See TracChangeset
for help on using the changeset viewer.
