rst-samples
		
		
		
		Jump to navigation
		Jump to search
		
Navigation: Documentation / Methods / Restrained Dynamics / RST:Utilities / rst-samples
RST Utilities
rst-samples: version 5.271.40980cf (2020-03-02 15:18)
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 
 |