Example of how to compute the collision cross section of a molecule.
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"