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")
Restraints using electron microscopy 2D images (class averages).
void set_log_level(LogLevel l)
Set the current global log level.
Functionality for loading, creating, manipulating and scoring atomic structures.
Hierarchies get_leaves(const Selection &h)
Class for storing model, its restraints, constraints, and particles.