Changeset 21280 for trunk/psLib/src/imageops/psImageInterpolate.h
- Timestamp:
- Feb 3, 2009, 4:55:27 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/imageops/psImageInterpolate.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImageInterpolate.h
r21183 r21280 7 7 * @author Paul Price, Institute for Astronomy 8 8 * 9 * @version $Revision: 1. 8$ $Name: not supported by cvs2svn $10 * @date $Date: 2009-0 1-27 06:39:37 $9 * @version $Revision: 1.9 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2009-02-04 02:55:27 $ 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 psImageMaskType 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 psImageMaskType badMask; ///< Mask value to give bad pixels56 psImageMaskType 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. … … 101 101 ); 102 102 103 /// Generate the appropriate interpolation kernel 104 psKernel *psImageInterpolationKernel(float x, float y, ///< Position of interest 105 psImageInterpolateMode mode ///< Interpolation mode 106 ); 107 103 108 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
