.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.13. .TH GBINTERP "1" "June 2021" "gbinterp 6.2" "User Commands" .SH NAME gbinterp \- Compute equispaced curve from interpolated .SH SYNOPSIS .B gbinterp [\fI\,options\/\fR] .SH DESCRIPTION Compute the interpolating function of user provided data on a regular mesh. Data are read from standard input as couples (X,Y). The interpolation (x, f(x)) is printed for x in [rmin,rmax]. When rmin=rmax print a single value. With option \fB\-I\fR the points where the interpolation is computed are read from a file. .SH OPTIONS .TP \fB\-n\fR number of equispaced points (default 10) .TP \fB\-r\fR set the range 'rmin,rmax' (default full x range) .TP \fB\-I\fR read interpolation points from a file .TP \fB\-M\fR the interpolation method: (default 0) .TP 0 linear (requires at least 2 points) .TP 1 cspline (requires at least 3 points) .TP 2 Akima spline (requires at least 5 points) .TP \fB\-O\fR the type of output: (default 0) .TP 0 interpolation .TP 1 first derivative .TP 2 second derivative .TP \fB\-F\fR specify the input fields separators (default " \et") .TP \fB\-h\fR print this help .TP \fB\-v\fR verbose mode .SH AUTHOR Written by Giulio Bottazzi .SH "REPORTING BUGS" Report bugs to .PP .br Package home page .SH COPYRIGHT Copyright \(co 2001\-2018 Giulio Bottazzi This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License (version 2) as published by the Free Software Foundation; .PP This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.