Index: /trunk/doc/pslib/psLibSDRS.tex
===================================================================
--- /trunk/doc/pslib/psLibSDRS.tex	(revision 1769)
+++ /trunk/doc/pslib/psLibSDRS.tex	(revision 1770)
@@ -1,3 +1,3 @@
-%%% $Id: psLibSDRS.tex,v 1.120 2004-09-10 00:23:39 price Exp $
+%%% $Id: psLibSDRS.tex,v 1.121 2004-09-10 00:33:54 price Exp $
 \documentclass[panstarrs,spec]{panstarrs}
 
@@ -2619,5 +2619,5 @@
 psC64 psImagePixelInterpolate(const psImage *input, float x, float y,
                               const psImage *mask, unsigned int maskVal,
-			      psC64 unexposedValue, psImageInterpolateMode mode);
+                              psC64 unexposedValue, psImageInterpolateMode mode);
 \end{verbatim}
 Perform interpolation of image pixel values to the given fractional
@@ -3291,10 +3291,10 @@
 \begin{verbatim}
 typedef struct {
-    const char *filename;		// Filename of time table
-    const psF64 validFrom, validTo;	// MJDs of validity of time table
-    bool loaded;			// Has the table been loaded?
-    psVector *mjd;			// MJD data, type is psF64
-    psVector *dut;			// delta UT = UT1 - UTC data
-    psVector *xp, *yp;			// Polar motion data
+    const char *filename;               // Filename of time table
+    const psF64 validFrom, validTo;     // MJDs of validity of time table
+    bool loaded;                        // Has the table been loaded?
+    psVector *mjd;                      // MJD data, type is psF64
+    psVector *dut;                      // delta UT = UT1 - UTC data
+    psVector *xp, *yp;                  // Polar motion data
 } psTimeTable;
 \end{verbatim}
@@ -3372,5 +3372,5 @@
 psLib.time.before.yp    F64     0.0                     # Value of YP for before the earliest MJD
 psLib.time.before.dut   F64     0.0                     # Value of UT1-UTC for before the earliest MJD
-							
+                                                        
 # Now follows formulae for predicting ahead of the most recent available table entry.
 # xp = [0] + [1]*cos A + [2]*sin A + [3]*cos C + [4]*sin C
