Changeset 11253 for trunk/psModules/src/imcombine
- Timestamp:
- Jan 23, 2007, 4:54:15 PM (19 years ago)
- Location:
- trunk/psModules/src/imcombine
- Files:
-
- 3 edited
-
pmImageCombine.h (modified) (2 diffs)
-
pmImageSubtract.h (modified) (2 diffs)
-
pmReadoutCombine.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 -
trunk/psModules/src/imcombine/pmImageSubtract.h
r9621 r11253 1 /* *@file ImageSubtract.h1 /* @file ImageSubtract.h 2 2 * 3 * This file will contain code which creates a set of kernel basis4 * functions, solves for their solution, and applies them to an image.3 * This file will contain code which creates a set of kernel basis 4 * functions, solves for their solution, and applies them to an image. 5 5 * 6 * @author Paul Price, IfA (original prototype)7 * @author GLG, MHPCC6 * @author Paul Price, IfA (original prototype) 7 * @author GLG, MHPCC 8 8 * 9 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2006-10-18 02:29:15 $ 11 * 12 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 13 * 9 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2007-01-24 02:54:15 $ 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 14 12 */ 15 13 16 14 #ifndef PM_IMAGE_COMBINE_H 17 15 #define PM_IMAGE_COMBINE_H 16 17 /// @addtogroup imcombine Image Combinations 18 /// @{ 18 19 19 20 #include <stdio.h> … … 120 121 ); 121 122 123 /// @} 122 124 #endif -
trunk/psModules/src/imcombine/pmReadoutCombine.h
r10250 r11253 1 /// @file pmReadoutCombine.h 2 /// 3 /// @brief Combine multiple readouts 4 /// 5 /// @ingroup Image combination 6 /// 7 /// @author George Gusciora, MHPCC 8 /// @author Paul Price, IfA 9 /// 10 /// @version $Revision: 1.9 $ $Name: not supported by cvs2svn $ 11 /// @date $Date: 2006-11-29 01:27:03 $ 12 /// 13 /// Copyright 2004-2006 Institute for Astronomy, University of Hawaii 14 /// 15 /// 1 /* @file pmReadoutCombine.h 2 * @brief Combine multiple readouts 3 * 4 * @author George Gusciora, MHPCC 5 * @author Paul Price, IfA 6 * 7 * @version $Revision: 1.10 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2007-01-24 02:54:15 $ 9 * Copyright 2004-2006 Institute for Astronomy, University of Hawaii 10 */ 16 11 17 12 #ifndef PM_READOUT_COMBINE_H 18 13 #define PM_READOUT_COMBINE_H 14 15 /// @addtogroup imcombine Image Combinations 16 /// @{ 19 17 20 18 #include <pslib.h> … … 50 48 ); 51 49 50 /// @} 52 51 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
