IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 17, 2008, 11:24:58 AM (18 years ago)
Author:
Paul Price
Message:

Adding function psImageInterpolateVarianceFactor. This involved splitting up parts of the interpolation into separate functions, so the code could be reused. tap_psImageInterpolate2 tests all pass.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/imageops/psImageInterpolate.h

    r14452 r18162  
    77 * @author Paul Price, Institute for Astronomy
    88 *
    9  * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    10  * @date $Date: 2007-08-09 01:40:07 $
     9 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     10 * @date $Date: 2008-06-17 21:24:58 $
    1111 * Copyright 2004-2007 Institute for Astronomy, University of Hawaii
    1212 */
     
    8484    );
    8585
     86/// Return the variance factor for the appropriate position
     87///
     88/// psImageInterpolate sets the variance appropriate for extended regions (on the scale of the interpolation
     89/// kernel), but this is not appropriate for pixel-to-pixel statistics.  This function returns the conversion
     90/// factor.
     91float psImageInterpolateVarianceFactor(float x, float y, ///< Position of interest
     92                                       const psImageInterpolateOptions *options ///< Interpolation options
     93    );
    8694
    8795#endif
Note: See TracChangeset for help on using the changeset viewer.