Changeset 21183 for trunk/psLib/src/fits/psFitsImage.h
- Timestamp:
- Jan 26, 2009, 8:40:07 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/fits/psFitsImage.h (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/fits/psFitsImage.h
r19384 r21183 4 4 * @author Robert DeSonia, MHPCC 5 5 * 6 * @version $Revision: 1.1 0$ $Name: not supported by cvs2svn $7 * @date $Date: 200 8-09-05 08:08:33$6 * @version $Revision: 1.11 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2009-01-27 06:39:37 $ 8 8 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 9 9 */ … … 74 74 const psImage *input, ///< the image to output 75 75 const psImage *mask, ///< the mask image 76 ps MaskType maskVal,///< value to mask76 psImageMaskType maskVal, ///< value to mask 77 77 int depth, ///< the number of z-planes of the FITS image data cube 78 78 const char *extname ///< FITS extension name … … 101 101 const psImage *input, ///< the image to output 102 102 const psImage *mask, ///< the mask image 103 ps MaskType maskVal,///< value to mask103 psImageMaskType maskVal, ///< value to mask 104 104 int depth, ///< the number of z-planes of the FITS image data cube 105 105 const char *extname, ///< FITS extension name … … 128 128 const psImage *input, ///< the image to output 129 129 const psImage *mask, ///< the mask image 130 ps MaskType maskVal,///< value to mask130 psImageMaskType maskVal, ///< value to mask 131 131 int x0, ///< psImage's x-axis origin in FITS image coordinates 132 132 int y0, ///< psImage's y-axis origin in FITS image coordinates … … 157 157 const psArray *input, ///< Array of images 158 158 const psArray *masks, ///< Array of masks 159 ps MaskType maskVal,///< Value to mask159 psImageMaskType maskVal, ///< Value to mask 160 160 const char *extname ///< Name of extension 161 161 ); … … 175 175 const psArray *input, ///< Array of images 176 176 const psArray *masks, ///< Array of masks 177 ps MaskType maskVal,///< Value to mask177 psImageMaskType maskVal, ///< Value to mask 178 178 int x0, ///< x origin of images in FITS image coordinates 179 179 int y0 ///< y origin of images in FITS image coordinates
Note:
See TracChangeset
for help on using the changeset viewer.
