Rosetta
|
Namespaces | |
plot | |
Variables | |
plot.parser = argparse.ArgumentParser() | |
plot.nargs | |
plot.default | |
plot.arguments = parser.parse_args() | |
dictionary | plot.data = {} |
plot.phi | |
plot.psi | |
plot.value | |
plot.phis = sort(data.keys()) | |
plot.psis = sort(data.values()[0].keys()) | |
plot.num_phi = len(phis) | |
plot.num_psi = len(psis) | |
plot.function = zeros((num_phi, num_psi)) | |
plot.phi_function = function.sum(1) / function.sum() | |
plot.psi_function = function.sum(0) / function.sum() | |
plot.label | |
plot.color | |
list | plot.phi_hist = [] |
list | plot.psi_hist = [] |
plot.bins = arange(360) | |
plot.phi_bins = phi_bins[:-1] + (phi_bins[1] - phi_bins[0]) | |
plot.psi_bins = psi_bins[:-1] + (psi_bins[1] - psi_bins[0]) | |
plot.interpolation | |
plot.loc | |