Changeset 3174
- Timestamp:
- Feb 9, 2005, 12:00:38 PM (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
r3159 r3174 1 %%% $Id: ChangeLogSDRS.tex,v 1.6 4 2005-02-08 09:57:29 jhoblittExp $1 %%% $Id: ChangeLogSDRS.tex,v 1.65 2005-02-09 22:00:33 price Exp $ 2 2 3 3 \subsection{Changes from version 00 to version 01} … … 459 459 \item renamed psDBInsertRow() to psDBInsertOneRow() 460 460 \item add psDBInsertRows() 461 \end{itemize} 461 \item Replaced \code{PS_INTERPOLATE_SINC} with \code{PS_INTERPOLATE_LANCZOS[234]}. 462 \end{itemize} -
trunk/doc/pslib/psLibSDRS.tex
r3163 r3174 1 %%% $Id: psLibSDRS.tex,v 1.17 7 2005-02-08 20:04:56price Exp $1 %%% $Id: psLibSDRS.tex,v 1.178 2005-02-09 22:00:38 price Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 2716 2716 PS_INTERPOLATE_FLAT, 2717 2717 PS_INTERPOLATE_BILINEAR, 2718 PS_INTERPOLATE_BICUBIC, 2719 PS_INTERPOLATE_SINC, 2718 PS_INTERPOLATE_LANCZOS2, 2719 PS_INTERPOLATE_LANCZOS3, 2720 PS_INTERPOLATE_LANCZOS4, 2720 2721 PS_INTERPOLATE_BILINEAR_VARIANCE, 2721 PS_INTERPOLATE_BICUBIC_VARIANCE, 2722 PS_INTERPOLATE_SINC_VARIANCE 2722 PS_INTERPOLATE_LANCZOS2_VARIANCE, 2723 PS_INTERPOLATE_LANCZOS3_VARIANCE, 2724 PS_INTERPOLATE_LANCZOS4_VARIANCE 2723 2725 } psImageInterpolateMode mode; 2724 2726 \end{verbatim} 2725 2727 2726 The first f our are fairly straightforward. The last three, however,2728 The first five are fairly straightforward. The last four, however, 2727 2729 require some explanation. When attempting to account for noise in a 2728 2730 CCD image, it is customary to carry an additional image containing the
Note:
See TracChangeset
for help on using the changeset viewer.
