Changeset 363
- Timestamp:
- Mar 31, 2004, 11:16:12 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/doc/pslib/psLibSDRS.tex (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/psLibSDRS.tex
r362 r363 1 %%% $Id: psLibSDRS.tex,v 1.2 4 2004-04-01 09:14:20eugene Exp $1 %%% $Id: psLibSDRS.tex,v 1.25 2004-04-01 09:16:12 eugene Exp $ 2 2 \documentclass[panstarrs]{panstarrs} 3 3 … … 1951 1951 psFloatArray *psImageSlice(psFloatArray *out, psImage *input, 1952 1952 int x, int y, int nx, int ny, 1953 int direction, const psStats *stats);1953 int direction, const psStats *stats); 1954 1954 \end{verbatim} 1955 1955 … … 1966 1966 psFloatArray *psImageCut(psFloatArray *out, psImage *input, 1967 1967 float xs, float ys, float xe, float ye, float dw, 1968 const psStats *stats);1968 const psStats *stats); 1969 1969 \end{verbatim} 1970 1970 … … 1979 1979 psFloatArray *psImageRadialCut(psFloatArray *out, psImage *input, 1980 1980 float x, float y, float radius, float dr, 1981 psStats *stats);1981 psStats *stats); 1982 1982 \end{verbatim} 1983 1983 … … 2079 2079 psImageFReadSection(psImage *output, 2080 2080 int x, int y, int nx, int ny, int z, 2081 char *extname, int extnum, FILE *f);2081 char *extname, int extnum, FILE *f); 2082 2082 \end{verbatim} 2083 2083 \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.
