Index: /trunk/doc/pslib/psLibADD.tex
===================================================================
--- /trunk/doc/pslib/psLibADD.tex	(revision 3172)
+++ /trunk/doc/pslib/psLibADD.tex	(revision 3173)
@@ -1,3 +1,3 @@
-%%% $Id: psLibADD.tex,v 1.59 2005-02-09 21:54:44 price Exp $
+%%% $Id: psLibADD.tex,v 1.60 2005-02-09 21:56:45 price Exp $
 \documentclass[panstarrs]{panstarrs}
 
@@ -1075,10 +1075,10 @@
 column,row of (5,4), (5,5), (6,4), (6,5).  
 
-\subparagraph{Nearest Pixel Interpolation ({\tt PS\_RESAMPLE\_FLAT})}
+\subparagraph{Nearest Pixel Interpolation ({\tt PS\_INTERPOLATE\_FLAT})}
 
 In this interpolation, the value of the closest pixel is returned.
 This is equivalent to pixel duplication or replication.
 
-\subparagraph{Bilinear Interpolation ({\tt PS\_RESAMPLE\_BILINEAR})}
+\subparagraph{Bilinear Interpolation ({\tt PS\_INTERPOLATE\_BILINEAR})}
 
 In this interpolation, the value at the coordinate is calculated using
@@ -1104,5 +1104,5 @@
 (5,5).
 
-\subparagraph{Sinc Interpolation ({\tt PS\_RESAMPLE\_LANCZOS[234]})}
+\subparagraph{Sinc Interpolation ({\tt PS\_INTERPOLATE\_LANCZOS[234]})}
 
 Because it would be slow to specify the size of the kernel
@@ -1110,6 +1110,6 @@
 pixels in each dimension (a kernel of size 2 pixels in each dimension
 is handled by the bilinear interpolation).  These correspond to the
-options \code{PS_RESAMPLE_LANCZOS2}, \code{PS_RESAMPLE_LANCZOS3} and
-\code{PS_RESAMPLE_LANCZOS4}, respectively.
+options \code{PS_INTERPOLATE_LANCZOS2}, \code{PS_INTERPOLATE_LANCZOS3} and
+\code{PS_INTERPOLATE_LANCZOS4}, respectively.
 
 Given a position on the input image, $(x_0,y_0)$, a kernel is derived
