Changeset 21183 for trunk/psLib/src/imageops/psImageInterpolate.h
- Timestamp:
- Jan 26, 2009, 8:40:07 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/imageops/psImageInterpolate.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImageInterpolate.h
r20327 r21183 7 7 * @author Paul Price, Institute for Astronomy 8 8 * 9 * @version $Revision: 1. 7$ $Name: not supported by cvs2svn $10 * @date $Date: 200 8-10-22 19:21:06$9 * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2009-01-27 06:39:37 $ 11 11 * Copyright 2004-2007 Institute for Astronomy, University of Hawaii 12 12 */ … … 50 50 const psImage *variance; ///< Variance image for interpolation 51 51 const psImage *mask; ///< Mask image for interpolation 52 ps MaskType maskVal;///< Value to mask52 psImageMaskType maskVal; ///< Value to mask 53 53 double badImage; ///< Image value if x,y location is not good 54 54 double badVariance; ///< Variance value if x,y location is not good 55 ps MaskType badMask;///< Mask value to give bad pixels56 ps MaskType poorMask;///< Mask value to give poor pixels55 psImageMaskType badMask; ///< Mask value to give bad pixels 56 psImageMaskType poorMask; ///< Mask value to give poor pixels 57 57 float poorFrac; ///< Fraction of flux in bad pixels before output is marked bad 58 58 bool shifting; ///< Shifting images? Don't interpolate if the shift is exact. … … 69 69 const psImage *variance, // Variance image 70 70 const psImage *mask, // Mask image 71 ps MaskType maskVal, // Value to mask71 psImageMaskType maskVal, // Value to mask 72 72 double badImage, // Value for image if bad 73 73 double badVariance, // Value for variance if bad 74 ps MaskType badMask, // Mask value for bad pixels75 ps MaskType poorMask, // Mask value for poor pixels74 psImageMaskType badMask, // Mask value for bad pixels 75 psImageMaskType poorMask, // Mask value for poor pixels 76 76 float poorFrac, // Fraction of flux for question 77 77 int numKernels // Number of interpolation kernels to pre-calculate … … 83 83 double *imageValue, ///< Return value for image 84 84 double *varianceValue, ///< Return value for variance 85 ps MaskType *maskValue, ///< Return value for mask85 psImageMaskType *maskValue, ///< Return value for mask 86 86 float x, float y, ///< Location to which to interpolate 87 87 const psImageInterpolation *options ///< Options
Note:
See TracChangeset
for help on using the changeset viewer.
