Rst-samples: Difference between revisions

From PMFLib Wiki
Jump to navigation Jump to search
(Blanked the page)
No edit summary
Line 1: Line 1:
Navigation: [[Documentation]] / [[Methods]] / [[Restrained dynamics]] / [[RST:Utilities]] / [[rst-samples]]
----
{{RST\Utils}}
'''Name'''


rst-samples
'''Synopsis'''
<span style="color: maroon;">rst-samples</span> <span style="color: blue;">[OPTIONS]</span> [--] <span style="color: purple;">accuname sname </span>
'''Description'''
It prints the number of samples accumulated during RST calculation.
'''Arguments'''
{| style="margin-left: 2em; width: 75%;"
|- style="vertical-align: top; background-color: #e6e6e6;"
| <span style="color: purple;">accuname</span><br/>
<span style="margin-left: 30px;">File name of the RST histogram file. If the name is '-' then the accumulator is read from the standard input.</span>
|- style="vertical-align: top;"
| <span style="color: purple;">sname</span><br/>
<span style="margin-left: 30px;">Name of file where the info about samples will be printed. If the name is '-' then the output will be written to the standard output.</span>
|}
'''Options'''
{| style="margin-left: 2em; width: 95%;"
|- style="vertical-align: top; background-color: #e6e6e6;"
|<span style="color: blue;">-l, --limit LIMIT</span><br/><span style="margin-left: 30px;">only bins with the number of samples grater than or equal to LIMIT will be printed</span><br/><span style="color:purple; margin-left: 30px;"> (Default: 0)</span>
|- style="vertical-align: top; "
|<span style="color: blue;">--nognuplot</span><br/><span style="margin-left: 30px;">do not print delimiters between records</span>
|- style="vertical-align: top; background-color: #e6e6e6;"
|<span style="color: blue;">--fx FORMAT</span><br/><span style="margin-left: 30px;">output FORMAT of coordinate values</span><br/><span style="color:purple; margin-left: 30px;"> (Default: %15.7le)</span>
|- style="vertical-align: top; "
|<span style="color: blue;">--fe FORMAT</span><br/><span style="margin-left: 30px;">output FORMAT of samples</span><br/><span style="color:purple; margin-left: 30px;"> (Default: %d)</span>
|- style="vertical-align: top; background-color: #e6e6e6;"
|<span style="color: blue;">-v, --verbose</span><br/><span style="margin-left: 30px;">increase output verbosity</span>
|- style="vertical-align: top; "
|<span style="color: blue;">--version</span><br/><span style="margin-left: 30px;">output version information and exit</span>
|- style="vertical-align: top; background-color: #e6e6e6;"
|<span style="color: blue;">-h, --help</span><br/><span style="margin-left: 30px;">display this help and exit</span>
|}

Revision as of 14:02, 11 April 2016

Navigation: Documentation / Methods / Restrained dynamics / RST:Utilities / rst-samples


Template:RST\Utils Name

rst-samples

Synopsis

rst-samples [OPTIONS] [--] accuname sname

Description

It prints the number of samples accumulated during RST calculation.

Arguments

accuname

File name of the RST histogram file. If the name is '-' then the accumulator is read from the standard input.

sname

Name of file where the info about samples will be printed. If the name is '-' then the output will be written to the standard output.

Options

-l, --limit LIMIT
only bins with the number of samples grater than or equal to LIMIT will be printed
(Default: 0)
--nognuplot
do not print delimiters between records
--fx FORMAT
output FORMAT of coordinate values
(Default: %15.7le)
--fe FORMAT
output FORMAT of samples
(Default: %d)
-v, --verbose
increase output verbosity
--version
output version information and exit
-h, --help
display this help and exit