gauss-integrate
Navigation: Documentation / Commands / gauss-integrate
gauss-integrate: version 2.231.418d045(2020-03-01 18:49) [CATs - Conversion And Analysis Tools]
Name
gauss-integrate
Synopsis
gauss-integrate [OPTIONS] [--] N input output
Description
Numerically integrate data using Gaussian quadrature.
Arguments
N number of points used in Gaussian quadrature
|
input input data file or - for data taken from standard input
|
output output result file or - for results printed to standard output
|
Options
-l, --start REAL left boundary of integration interval (Default: 0)
|
-r, --stop REAL right boundary of integration interval (Default: 1)
|
--offset REAL specify integration constant (Default: 0)
|
-p, --polynom NAME name of orthogonal polynom: legendre (Default: legendre)
|
--progress show integration progress
|
--noheader do not print header to output
|
--nosigma standard deviation of derivative is not present in input data
|
--fx FORMAT output FORMAT of echoed x values (Default: %15.7e)
|
--fy FORMAT output FORMAT of echoed derivative values (Default: %15.7e)
|
--fs FORMAT output FORMAT of echoed sigma values (Default: %14.6e)
|
--fi FORMAT output FORMAT of integrated values (Default: %15.7e)
|
--fe FORMAT output FORMAT of integrated error values (Default: %14.6e)
|
-v, --verbose increase output verbosity
|
--version output version information and exit
|
-h, --help display this help and exit
|