25 print 'min_q = ' + str(exp_profile.get_min_q())
26 print 'max_q = ' + str(exp_profile.get_max_q())
27 print 'delta_q = ' + str(exp_profile.get_delta_q())
34 model_profile.calculate_profile(particles)
35 model_profile.write_SAXS_file(
'6lyz.dat')
38 saxs_score = IMP.saxs.ProfileFitterChi(exp_profile)
39 chi = saxs_score.compute_score(model_profile)
40 print 'Chi = ' + str(chi)
45 model_profile.profile_2_distribution(pr, 48.0)
Select non water and non hydrogen atoms.
Hierarchies get_by_type(Hierarchy mhd, GetByType t)
std::string get_example_path(std::string file_name)
Return the path to installed example data for this module.
Basic functionality that is expected to be used by a wide variety of IMP users.
Functionality for loading, creating, manipulating and scoring atomic structures.
void read_pdb(base::TextInput input, int model, Hierarchy h)
Support for small angle X-ray scattering (SAXS) data.
Class for storing model, its restraints, constraints, and particles.