Pmf-integrate

From PMFLib Wiki
Revision as of 13:31, 18 April 2016 by Xstepan3 (talk | contribs)
Jump to navigation Jump to search

Navigation: Documentation / Methods / Constrained Dynamics / CON:Utilities / pmf-integrate


CON Utilities

Name

pmf-integrate

Synopsis

con-integrate [OPTIONS] [--] input output

Description

Numerically integrate given data by Simpson method. Program reads three numbers from input file (x coordinate, derivative, and standard deviation of derivative). As output program prints copy of input data plus integrated values and its standard error.

Arguments

input

input data file or - for data taken from standard input

output

output data file or - for data written to standard output

Options

--offset REAL
specifies integration constant
(Default: 0)
-s, --skip LINES
number of lines skipped from the beginning of input file
(Default: 0)
-a, --anal LINES
number of LINES from input file to be analyzed
(Default: -1)
-p, --pad LINES
number of padding LINES between used records from input file
(Default: 0)
--nosigma
standard deviation of derivative is not present in input data
--noheader
do not print header to output
--fx FORMAT
output FORMAT of echoed x values
(Default: %15.7le)
--fy FORMAT
output FORMAT of echoed derivative values
(Default: %15.7le)
--fs FORMAT
output FORMAT of echoed sigma values
(Default: %14.6le)
--fi FORMAT
output FORMAT of integrated values
(Default: %15.7le)
--fe FORMAT
output FORMAT of integrated error values
(Default: %14.6le)
-v, --verbose
increase output verbosity
--version
output version information and exit
-h, --help
display this help and exit