Rosetta
|
Namespaces | |
correlation_time | |
Variables | |
correlation_time.parser = argparse.ArgumentParser() | |
correlation_time.nargs | |
correlation_time.default | |
correlation_time.type | |
correlation_time.int | |
correlation_time.action | |
correlation_time.arguments = parser.parse_args() | |
dictionary | correlation_time.colors |
correlation_time.title = os.path.basename(job) | |
correlation_time.trajectory_path = os.path.join(job, 'histogram/torsions.npz') | |
correlation_time.correlation_path = os.path.join(job, 'histogram/correlations.npz') | |
correlation_time.trajectories = np.load(trajectory_path) | |
correlation_time.correlations = np.load(correlation_path) | |
correlation_time.correlation = correlations[name] | |
correlation_time.steps = np.arange(arguments.limit_display) | |
string | correlation_time.label = '%s: %s' % (title, name) |
string | correlation_time.style = '--' if name.startswith('phi') else '-' |
correlation_time.loc | |