% @(#)interpti.hlq 14.1.1.1 (ESO-IPG) 09/16/99 09:25:28 %++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ %.COPYRIGHT (c) 1990 European Southern Observatory %.IDENT interpti.hlq %.AUTHOR JDP, IPG/ESO %.KEYWORDS MIDAS, help files, INTERPOLATE/TI %.PURPOSE On-line help file for the command: INTERPOLATE/TI %.VERSION 1.0 29-MAY-1987 : Creation, JDP %---------------------------------------------------------------- \se SECTION./TI \es\co INTERPOLATE/TI 29-MAY-1987 JDP \oc\su INTERPOLATE/TI outima intab i,d refima [s] [degree] interpolate Image to Image \us\pu Purpose: Spline interpolation of 1D data; table to image transformation. \up\sy Syntax: INTERPOLATE/TI outima intab i,d refima [s] [degree] \ys\pa outima = name of output image \ap\pa intab = name of input table \ap\pa refima = reference image \ap\pa i = column reference for independent variable \ap\pa d = column reference for dependent variable \ap\pa s = smoothness parameter (default 1.) \ap\pa degree = degree of spline (default 3, cubic splines) \ap\sa See also: INTERPOLATE/IT, REBIN/TI, CONVERT/TABLE \as\no Note: Values in the column used as independent variable must be monotonically increasing or decreasing. \\ The parameter s controls the degree of smoothing. This parameter has to be chosen carefully: too small s-values will result in an overfitting, too large s-values will produce an underfitting of the data. For s very large it returns the least-squares polynomial fit. \\ The number of spline knots and their positions are determined automatically, taking into account the specific behaviour of the function underlying the data. \\ Ref.: P. Dierckxx, 1982, Computer Graphics and Image Processing, vol. 20, 171-184. \on\sxe Examples: \ex INTERPOLATE/TI image table :X,:Y refima 1. 3 \xe \sxe