| | |
- StringIO(...)
- StringIO([s]) -- Return a StringIO-like stream for reading or writing
- add_occupancy_selection(result, size, selection, hd_special=None)
- assert_xray_structures_equal(x1, x2, selection=None, sites=True, adp=True, occupancies=True)
- atom_selection(all_chain_proxies, string)
- combine_hd_exchangable(hierarchy)
- correct_drifted_waters(...)
- correct_drifted_waters( (vec3_double)sites_frac_all, (vec3_double)sites_frac_peaks, (bool)water_selection, (unit_cell)unit_cell) -> None :
C++ signature :
void correct_drifted_waters(scitbx::af::ref<scitbx::vec3<double>, scitbx::af::trivial_accessor>,scitbx::af::const_ref<scitbx::vec3<double>, scitbx::af::trivial_accessor>,scitbx::af::const_ref<bool, scitbx::af::trivial_accessor>,cctbx::uctbx::unit_cell)
- determine_experimental_phases(reflection_file_server, parameters, log, parameter_scope, working_point_group, symmetry_safety_check, ignore_all_zeros=True)
- explain_how_to_generate_array_of_r_free_flags(log, flags_parameter_scope)
- get_atom_selection(pdb_file_name, selection_string, iselection=False)
- get_atom_selections(all_chain_proxies, xray_structure, selection_strings=None, iselection=True, one_group_per_residue=False, hydrogens_only=False, one_selection_array=False, log=None)
- list_3d_as_bool_selection(list_3d, size)
- miller_array_symmetry_safety_check(miller_array, data_description, working_point_group, symmetry_safety_check, log)
- occupancy_selections(all_chain_proxies, xray_structure, ignore_hydrogens=True, add_water=False, other_individual_selection_strings=None, other_group_selection_strings=None, expect_exangable_hd=False, as_flex_arrays=True)
- print_header(line, out=None)
- print_programs_start_header(log, text)
- select_water_by_distance(...)
- select_water_by_distance( (vec3_double)sites_frac_all, (std_string)element_symbols_all, (size_t)water_selection_o, (float)dist_max, (float)dist_min_mac, (float)dist_min_sol, (unit_cell)unit_cell) -> size_t :
C++ signature :
scitbx::af::shared<unsigned long> select_water_by_distance(scitbx::af::shared<scitbx::vec3<double> >,scitbx::af::shared<std::string>,scitbx::af::shared<unsigned long>,double,double,double,cctbx::uctbx::unit_cell)
- set_log(args)
- write_pdb_file(xray_structure, pdb_hierarchy, pdb_atoms=None, write_cryst1_record=True, selection=None, atoms_reset_serial=True, out=None)
|