IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 31, 2004, 11:16:12 PM (22 years ago)
Author:
eugene
Message:

cleaned tabs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/pslib/psLibSDRS.tex

    r362 r363  
    1 %%% $Id: psLibSDRS.tex,v 1.24 2004-04-01 09:14:20 eugene Exp $
     1%%% $Id: psLibSDRS.tex,v 1.25 2004-04-01 09:16:12 eugene Exp $
    22\documentclass[panstarrs]{panstarrs}
    33
     
    19511951psFloatArray *psImageSlice(psFloatArray *out, psImage *input,
    19521952                           int x, int y, int nx, int ny,
    1953                            int direction, const psStats *stats);
     1953   int direction, const psStats *stats);
    19541954\end{verbatim}
    19551955
     
    19661966psFloatArray *psImageCut(psFloatArray *out, psImage *input,
    19671967                         float xs, float ys, float xe, float ye, float dw,
    1968                         const psStats *stats);
     1968 const psStats *stats);
    19691969\end{verbatim}
    19701970
     
    19791979psFloatArray *psImageRadialCut(psFloatArray *out, psImage *input,
    19801980                               float x, float y, float radius, float dr,
    1981                                psStats *stats);
     1981       psStats *stats);
    19821982\end{verbatim}
    19831983
     
    20792079psImageFReadSection(psImage *output,
    20802080                    int x, int y, int nx, int ny, int z,
    2081                     char *extname, int extnum, FILE *f);
     2081    char *extname, int extnum, FILE *f);
    20822082\end{verbatim}
    20832083\tbd{The use of \code{FILE*} to carry around the file descriptor is to be reviewed.}
Note: See TracChangeset for help on using the changeset viewer.