Changeset 11253 for trunk/psModules/src/imcombine/pmImageCombine.h
- Timestamp:
- Jan 23, 2007, 4:54:15 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/imcombine/pmImageCombine.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmImageCombine.h
r11115 r11253 1 /* *@file pmImageCombine.h1 /* @file pmImageCombine.h 2 2 * 3 * This file will perform image combination of several images of the4 * same field, produce a list of questionable pixels, then tag some5 * of those pixels as cosmic rays.3 * This file will perform image combination of several images of the 4 * same field, produce a list of questionable pixels, then tag some 5 * of those pixels as cosmic rays. 6 6 * 7 * @author Paul Price, IfA (original prototype)8 * @author GLG, MHPCC7 * @author Paul Price, IfA (original prototype) 8 * @author GLG, MHPCC 9 9 * 10 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2007-01-16 23:51:51 $ 12 * 13 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 14 * 10 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2007-01-24 02:54:15 $ 12 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 15 13 */ 16 14 17 15 #ifndef PM_IMAGE_COMBINE_H 18 16 #define PM_IMAGE_COMBINE_H 17 18 /// @addtogroup imcombine Image Combinations 19 /// @{ 19 20 20 21 #include <stdio.h> … … 43 44 psF32 gradLimit ///< Gradient limit 44 45 ); 46 47 /// @} 45 48 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
