IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7556


Ignore:
Timestamp:
Jun 13, 2006, 5:38:32 PM (20 years ago)
Author:
Paul Price
Message:

Removing duplicate definition of psImageBicubeFit and psImageBicubeMin.

File:
1 edited

Legend:

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

    r7554 r7556  
    1 %%% $Id: psLibSDRS.tex,v 1.402 2006-06-14 01:33:49 price Exp $
     1%%% $Id: psLibSDRS.tex,v 1.403 2006-06-14 03:38:32 price Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    52855285based on significance of deviations
    52865286
    5287 \begin{prototype}
    5288 psPolynomial2D *psImageBicubeFit (psImage *image, int x, int y);
    5289 \end{prototype}
    5290 
    5291 \code{psImageBicubeFit} shall fit a 2D second order polynomial to the
    5292 9 pixels centered on (\code{x},\code{y}).
    5293 
    5294 \begin{prototype}
    5295 psPlane psImageBicubeMin (psPolynomial2D *poly);
    5296 \end{prototype}
    5297 
    5298 \code{psImageBicubeMin} shall detemine the minimum of the special 2D
    5299 second order polynomial.
    5300 
    53015287%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    53025288
Note: See TracChangeset for help on using the changeset viewer.