Rosetta
Variables
correlation_time Namespace Reference

Variables

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

Variable Documentation

◆ action

correlation_time.action

◆ arguments

correlation_time.arguments = parser.parse_args()

◆ colors

dictionary correlation_time.colors
Initial value:
1 = {
2  'uniform': tango.blue[1],
3  'rama': tango.green[2],
4  'biased-rama': tango.red[1]
5 }

Referenced by dump_residue_kinemage().

◆ correlation

correlation_time.correlation = correlations[name]

◆ correlation_path

correlation_time.correlation_path = os.path.join(job, 'histogram/correlations.npz')

◆ correlations

dictionary correlation_time.correlations = np.load(correlation_path)

◆ default

correlation_time.default

◆ int

correlation_time.int

◆ label

correlation_time.label = '%s: %s' % (title, name)

◆ loc

correlation_time.loc

◆ nargs

correlation_time.nargs

◆ parser

correlation_time.parser = argparse.ArgumentParser()

◆ steps

correlation_time.steps = np.arange(arguments.limit_display)

◆ style

correlation_time.style = '--' if name.startswith('phi') else '-'

◆ title

correlation_time.title = os.path.basename(job)

◆ trajectories

correlation_time.trajectories = np.load(trajectory_path)

◆ trajectory_path

correlation_time.trajectory_path = os.path.join(job, 'histogram/torsions.npz')

◆ type

correlation_time.type