IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 9, 2005, 12:00:38 PM (21 years ago)
Author:
Paul Price
Message:

Replaced PS_INTERPOLATE_SINC with PS_INTERPOLATE_LANCZOS.

File:
1 edited

Legend:

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

    r3163 r3174  
    1 %%% $Id: psLibSDRS.tex,v 1.177 2005-02-08 20:04:56 price Exp $
     1%%% $Id: psLibSDRS.tex,v 1.178 2005-02-09 22:00:38 price Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    27162716    PS_INTERPOLATE_FLAT,
    27172717    PS_INTERPOLATE_BILINEAR,
    2718     PS_INTERPOLATE_BICUBIC,
    2719     PS_INTERPOLATE_SINC,
     2718    PS_INTERPOLATE_LANCZOS2,
     2719    PS_INTERPOLATE_LANCZOS3,
     2720    PS_INTERPOLATE_LANCZOS4,
    27202721    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
    27232725} psImageInterpolateMode mode;
    27242726\end{verbatim}
    27252727
    2726 The first four are fairly straightforward.  The last three, however,
     2728The first five are fairly straightforward.  The last four, however,
    27272729require some explanation.  When attempting to account for noise in a
    27282730CCD image, it is customary to carry an additional image containing the
Note: See TracChangeset for help on using the changeset viewer.