12 Example of how to compute the collision cross section of a molecule
20 fn = em2d.get_example_path(
"1z5s.pdb")
21 prot = atom.read_pdb(fn, m, atom.ATOMPDBSelector())
29 ccs = em2d.CollisionCrossSection(projections, resolution, pixel_size, img_size)
31 print "CCS", ccs.get_ccs(),
"A**2"
See IMP.em2d for more information.
void set_log_level(LogLevel l)
Set the current global log level.
See IMP.atom for more information.
Hierarchies get_leaves(const Selection &h)
Class for storing model, its restraints, constraints, and particles.