Changeset 13898 for trunk/psModules/src/objects/pmSourceSky.h
- Timestamp:
- Jun 19, 2007, 4:22:26 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmSourceSky.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmSourceSky.h
r11253 r13898 2 2 * @author EAM, IfA; GLG, MHPCC 3 3 * 4 * @version $Revision: 1. 3$ $Name: not supported by cvs2svn $5 * @date $Date: 2007-0 1-24 02:54:15$4 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 5 * @date $Date: 2007-06-20 02:22:26 $ 6 6 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 7 7 */ … … 29 29 pmSource *source, ///< The input image (float) 30 30 psStatsOptions statsOptions, ///< The statistic used in calculating the background sky 31 float Radius ///< The inner radius of the square annulus to exclude 31 float Radius, ///< The inner radius of the square annulus to exclude 32 psMaskType maskVal, ///< Value to mask 33 psMaskType mark ///< Mask value for marking 32 34 ); 33 35 … … 37 39 pmSource *source, ///< The input image (float) 38 40 psStatsOptions statsOptions, ///< The statistic used in calculating the background sky 39 float Radius ///< The inner radius of the square annulus to exclude 41 float Radius, ///< The inner radius of the square annulus to exclude 42 psMaskType maskVal, ///< Value to mask 43 psMaskType mark ///< Mask value for marking 40 44 ); 41 45
Note:
See TracChangeset
for help on using the changeset viewer.
