Changeset 3174 for trunk/doc/pslib/psLibSDRS.tex
- Timestamp:
- Feb 9, 2005, 12:00:38 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/doc/pslib/psLibSDRS.tex (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
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.
