Changeset 5525
- Timestamp:
- Nov 16, 2005, 11:34:48 AM (21 years ago)
- Location:
- trunk/doc/pslib
- Files:
-
- 2 edited
-
ChangeLogSDRS.tex (modified) (2 diffs)
-
psLibSDRS.tex (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/ChangeLogSDRS.tex
r5484 r5525 1 %%% $Id: ChangeLogSDRS.tex,v 1.17 8 2005-11-07 22:31:36price Exp $1 %%% $Id: ChangeLogSDRS.tex,v 1.179 2005-11-16 21:34:48 price Exp $ 2 2 3 3 \subsection{Changes from version 00 to version 01} … … 822 822 psFitsWriteTable}. 823 823 \item Added \code{psMetadataCopy}. 824 \end{itemize} 824 \item Clarified \code{psPlaneTransformAlloc} and 825 \code{psPlaneDistortAlloc}: arguments are polynomial order, not 826 number of terms. 827 \end{itemize} -
trunk/doc/pslib/psLibSDRS.tex
r5484 r5525 1 %%% $Id: psLibSDRS.tex,v 1.35 4 2005-11-07 22:31:41price Exp $1 %%% $Id: psLibSDRS.tex,v 1.355 2005-11-16 21:34:48 price Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 6466 6466 the same dimensions. 6467 6467 \begin{prototype} 6468 psPlaneTransform *psPlaneTransformAlloc(int n1, int n2);6469 psPlaneDistort *psPlaneDistortAlloc(int n1, int n2, int n3, int n4);6468 psPlaneTransform *psPlaneTransformAlloc(int order1, int order2); 6469 psPlaneDistort *psPlaneDistortAlloc(int order1, int order2, int order3, int order4); 6470 6470 \end{prototype} 6471 6471
Note:
See TracChangeset
for help on using the changeset viewer.
