Rosetta
|
Namespaces | |
3d_histogram | |
Variables | |
3d_histogram.parser = argparse.ArgumentParser() | |
3d_histogram.type | |
3d_histogram.int | |
3d_histogram.default | |
3d_histogram.arguments = parser.parse_args() | |
3d_histogram.fig = plt.figure() | |
3d_histogram.data = np.load(os.path.join(arguments.job, 'histogram/torsions.npz')) | |
3d_histogram.phi = data['phi' + arguments.residue] | |
3d_histogram.psi = data['psi' + arguments.residue] | |
3d_histogram.hist | |
3d_histogram.xedges | |
3d_histogram.yedges | |
3d_histogram.bins | |
3d_histogram.interpolation | |
3d_histogram.residue | |
3d_histogram.rotation | |
3d_histogram.ticks = np.arange(0, 360, 60) | |