Example of how to compute the collision cross section of a molecule.
6 from __future__
import print_function
13 Example of how to compute the collision cross section of a molecule
21 fn = em2d.get_example_path(
"1z5s.pdb")
22 prot = atom.read_pdb(fn, m, atom.ATOMPDBSelector())
30 ccs = em2d.CollisionCrossSection(projections, resolution, pixel_size, img_size)
32 print(
"CCS", ccs.get_ccs(),
"A**2")