Index: trunk/doc/pslib/psLibSDRS.tex
===================================================================
--- trunk/doc/pslib/psLibSDRS.tex	(revision 362)
+++ trunk/doc/pslib/psLibSDRS.tex	(revision 363)
@@ -1,3 +1,3 @@
-%%% $Id: psLibSDRS.tex,v 1.24 2004-04-01 09:14:20 eugene Exp $
+%%% $Id: psLibSDRS.tex,v 1.25 2004-04-01 09:16:12 eugene Exp $
 \documentclass[panstarrs]{panstarrs}
 
@@ -1951,5 +1951,5 @@
 psFloatArray *psImageSlice(psFloatArray *out, psImage *input, 
                            int x, int y, int nx, int ny, 
-			   int direction, const psStats *stats);
+   int direction, const psStats *stats);
 \end{verbatim}
 
@@ -1966,5 +1966,5 @@
 psFloatArray *psImageCut(psFloatArray *out, psImage *input, 
                          float xs, float ys, float xe, float ye, float dw, 
-			 const psStats *stats);
+ const psStats *stats);
 \end{verbatim}
 
@@ -1979,5 +1979,5 @@
 psFloatArray *psImageRadialCut(psFloatArray *out, psImage *input, 
                                float x, float y, float radius, float dr, 
-			       psStats *stats);
+       psStats *stats);
 \end{verbatim}
 
@@ -2079,5 +2079,5 @@
 psImageFReadSection(psImage *output, 
                     int x, int y, int nx, int ny, int z, 
-		    char *extname, int extnum, FILE *f);
+    char *extname, int extnum, FILE *f);
 \end{verbatim}
 \tbd{The use of \code{FILE*} to carry around the file descriptor is to be reviewed.}
