Rst-samples: Difference between revisions
Jump to navigation
Jump to search
no edit summary
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:rst-samples}} | |||
Navigation: [[Documentation]] / [[Methods]] / [[Restrained Dynamics]] / [[RST:Utilities]] / [[rst-samples]] | Navigation: [[Documentation]] / [[Methods]] / [[Restrained Dynamics]] / [[RST:Utilities]] / [[rst-samples]] | ||
---- | ---- | ||
{{RSTUtils}} | {{RSTUtils}} | ||
'''Name''' | <div style="text-align: center">rst-samples: version 5.271.40980cf (2020-03-02 15:18)</div>'''Name''' | ||
rst-samples | <span style="margin-left: 15px;">rst-samples</span> | ||
'''Synopsis''' | '''Synopsis''' | ||
<span style="color: maroon;">rst-samples</span> <span style="color: blue;">[OPTIONS]</span> [--] <span style="color: purple;">accuname sname </span> | <span style="color: maroon; margin-left: 15px;">rst-samples</span> <span style="color: blue;">[OPTIONS]</span> [--] <span style="color: purple;">accuname</span> <span style="color: purple;">sname</span> | ||
'''Description''' | '''Description''' | ||
It prints the number of samples accumulated during RST calculation. | <p style="text-indent: 1em; text-align: justify;">It prints the number of samples accumulated during RST calculation.</p> | ||
'''Arguments''' | '''Arguments''' | ||
{| style="margin-left: 2em; width: | {| style="margin-left: 2em; width: 95%;" | ||
|- style="vertical-align: top; background-color: #e6e6e6;" | |- style="vertical-align: top; background-color: #e6e6e6;" | ||
| <span style="color: purple;">accuname</span><br/> | | <span style="color: purple;">accuname</span><br/><div style="margin-left: 30px;">File name of the RST histogram file. If the name is '-' then the accumulator is read from the standard input.</div> | ||
< | |||
|- style="vertical-align: top;" | |- style="vertical-align: top;" | ||
| <span style="color: purple;">sname</span><br/> | | <span style="color: purple;">sname</span><br/><div 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.</div> | ||
< | |||
|} | |} | ||
Line 29: | Line 28: | ||
{| style="margin-left: 2em; width: 95%;" | {| style="margin-left: 2em; width: 95%;" | ||
|- style="vertical-align: top; background-color: #e6e6e6;" | |- style="vertical-align: top; background-color: #e6e6e6;" | ||
|<span style="color: blue;">-l, --limit LIMIT</span><br/>< | |<span style="color: blue;">-l, --limit LIMIT</span><br/><div style="margin-left: 30px;">only bins with the number of samples grater than or equal to LIMIT will be printed</div><span style="color:purple; margin-left: 30px;">(Default: 0)</span> | ||
|- style="vertical-align: top; " | |- style="vertical-align: top;" | ||
|<span style="color: blue;">--nognuplot</span><br/>< | |<span style="color: blue;">--nognuplot</span><br/><div style="margin-left: 30px;">do not print delimiters between records</div> | ||
|- style="vertical-align: top; background-color: #e6e6e6;" | |- style="vertical-align: top; background-color: #e6e6e6;" | ||
|<span style="color: blue;">--fx FORMAT</span><br/>< | |<span style="color: blue;">--fx FORMAT</span><br/><div style="margin-left: 30px;">output FORMAT of coordinate values</div><span style="color:purple; margin-left: 30px;">(Default: %15.7le)</span> | ||
|- style="vertical-align: top; " | |- style="vertical-align: top;" | ||
|<span style="color: blue;">--fe FORMAT</span><br/>< | |<span style="color: blue;">--fe FORMAT</span><br/><div style="margin-left: 30px;">output FORMAT of samples</div><span style="color:purple; margin-left: 30px;">(Default: %d)</span> | ||
|- style="vertical-align: top; background-color: #e6e6e6;" | |- style="vertical-align: top; background-color: #e6e6e6;" | ||
|<span style="color: blue;">-v, --verbose</span><br/>< | |<span style="color: blue;">-v, --verbose</span><br/><div style="margin-left: 30px;">increase output verbosity</div> | ||
|- style="vertical-align: top; " | |- style="vertical-align: top;" | ||
|<span style="color: blue;">--version</span><br/>< | |<span style="color: blue;">--version</span><br/><div style="margin-left: 30px;">output version information and exit</div> | ||
|- style="vertical-align: top; background-color: #e6e6e6;" | |- style="vertical-align: top; background-color: #e6e6e6;" | ||
|<span style="color: blue;">-h, --help</span><br/>< | |<span style="color: blue;">-h, --help</span><br/><div style="margin-left: 30px;">display this help and exit</div> | ||
|} | |} |