IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 22, 2008, 9:21:06 AM (18 years ago)
Author:
Paul Price
Message:

Adding note on the importance of the order.

File:
1 edited

Legend:

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

    r20306 r20327  
    77 * @author Paul Price, Institute for Astronomy
    88 *
    9  * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
    10  * @date $Date: 2008-10-22 02:10:37 $
     9 * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
     10 * @date $Date: 2008-10-22 19:21:06 $
    1111 * Copyright 2004-2007 Institute for Astronomy, University of Hawaii
    1212 */
     
    1717
    1818/// Enumeration of options in interpolation
     19//
     20// DON'T CHANGE THE ORDER OF THE BELOW without making corresponding changes to the source code, in particular
     21// the kernelSizes vector which has sizes for each of the interpolation modes (in order).
    1922typedef enum {
    2023    PS_INTERPOLATE_NONE = 0,            ///< No interpolate defined (error state)
Note: See TracChangeset for help on using the changeset viewer.