cctbx.maptbx
index
/net/chevy/raid1/rwgk/dist/cctbx_project/cctbx/maptbx/__init__.py

 
Package Contents
       
real_space_refinement
real_space_refinement_simple
real_space_target_and_gradients
tst_real_space_refinement
tst_real_space_refinement_simple
tst_real_space_target_and_gradients

 
Classes
       
__builtin__.object
cluster_site_info
crystal_gridding
crystal_gridding_tags
peak_cluster_analysis
peak_search_parameters
cctbx_maptbx_ext.peak_list(Boost.Python.instance)
peak_list
cctbx_maptbx_ext.statistics(Boost.Python.instance)
statistics

 
class cluster_site_info(__builtin__.object)
     Methods defined here:
__init__(self, peak_list_index, grid_index, grid_height, site, height)

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

 
class crystal_gridding(__builtin__.object)
     Methods defined here:
__init__(self, unit_cell, d_min=None, resolution_factor=None, step=None, symmetry_flags=None, space_group_info=None, mandatory_factors=None, max_prime=5, assert_shannon_sampling=True)
change_space_group(self, space_group_info)
crystal_symmetry(self)
d_min(self)
mandatory_factors(self)
max_prime(self)
n_grid_points(self)
n_real(self)
resolution_factor(self)
space_group(self)
space_group_info(self)
symmetry_flags(self)
tags(self)
unit_cell(self)

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

 
class crystal_gridding_tags(crystal_gridding)
    
Method resolution order:
crystal_gridding_tags
crystal_gridding
__builtin__.object

Methods defined here:
__init__(self, gridding)
peak_search(self, parameters, map, verify_symmetry=True)
tags(self)

Methods inherited from crystal_gridding:
change_space_group(self, space_group_info)
crystal_symmetry(self)
d_min(self)
mandatory_factors(self)
max_prime(self)
n_grid_points(self)
n_real(self)
resolution_factor(self)
space_group(self)
space_group_info(self)
symmetry_flags(self)
unit_cell(self)

Data descriptors inherited from crystal_gridding:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

 
class peak_cluster_analysis(__builtin__.object)
     Methods defined here:
__init__(self, peak_list, special_position_settings, general_positions_only=False, effective_resolution=None, significant_height_fraction=None, cluster_height_fraction=None, min_cross_distance=None, max_clusters=None, min_cubicle_edge=5)
__iter__(self)
all(self, max_clusters=None)
all_site_cluster_analysis(self, max_clusters=None)
all_with_effective_resolution(self, max_clusters=None)
append_fixed_site(self, site, height=0)
cluster_height_fraction(self)
discard_last(self)
effective_resolution(self)
fixed_site_indices(self)
general_positions_only(self)
heights(self)
max_clusters(self)
max_grid_height(self)
min_cross_distance(self)
next(self)
next_site_cluster_analysis(self)
next_with_effective_resolution(self)
peak_list(self)
peak_list_indices(self)
significant_height_fraction(self)
site_cluster_analysis(self)
sites(self)
special_position_settings(self)

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

 
class peak_list(cctbx_maptbx_ext.peak_list)
    
Method resolution order:
peak_list
cctbx_maptbx_ext.peak_list
Boost.Python.instance
__builtin__.object

Methods defined here:
__init__(self, data, tags, peak_search_level=1, max_peaks=0, peak_cutoff=None, interpolate=True)

Methods inherited from cctbx_maptbx_ext.peak_list:
__reduce__ = (...)
grid_heights(...)
grid_heights( (peak_list)arg1) -> double :
 
    C++ signature :
        scitbx::af::shared<double> grid_heights(cctbx::maptbx::peak_list<scitbx::af::tiny<long, 3ul>, scitbx::vec3<double>, double> {lvalue})
grid_indices(...)
grid_indices( (peak_list)arg1, (int)arg2) -> tuple :
 
    C++ signature :
        scitbx::af::tiny<long, 3ul> grid_indices(cctbx::maptbx::peak_list<scitbx::af::tiny<long, 3ul>, scitbx::vec3<double>, double>,long)
gridding(...)
gridding( (peak_list)arg1) -> tuple :
 
    C++ signature :
        scitbx::af::tiny<long, 3ul> gridding(cctbx::maptbx::peak_list<scitbx::af::tiny<long, 3ul>, scitbx::vec3<double>, double> {lvalue})
heights(...)
heights( (peak_list)arg1) -> double :
 
    C++ signature :
        scitbx::af::shared<double> heights(cctbx::maptbx::peak_list<scitbx::af::tiny<long, 3ul>, scitbx::vec3<double>, double> {lvalue})
sites(...)
sites( (peak_list)arg1) -> vec3_double :
 
    C++ signature :
        scitbx::af::shared<scitbx::vec3<double> > sites(cctbx::maptbx::peak_list<scitbx::af::tiny<long, 3ul>, scitbx::vec3<double>, double> {lvalue})
size(...)
size( (peak_list)arg1) -> int :
 
    C++ signature :
        unsigned long size(cctbx::maptbx::peak_list<scitbx::af::tiny<long, 3ul>, scitbx::vec3<double>, double> {lvalue})

Data descriptors inherited from Boost.Python.instance:
__dict__
__weakref__

Data and other attributes inherited from Boost.Python.instance:
__new__ = <built-in method __new__ of Boost.Python.class object at 0x2aaaac44c8c0>
T.__new__(S, ...) -> a new object with type S, a subtype of T

 
class peak_search_parameters(__builtin__.object)
     Methods defined here:
__init__(self, peak_search_level=1, max_peaks=0, peak_cutoff=None, interpolate=True, min_distance_sym_equiv=None, general_positions_only=False, effective_resolution=None, significant_height_fraction=None, cluster_height_fraction=None, min_cross_distance=None, max_clusters=None, min_cubicle_edge=5)
cluster_height_fraction(self)
effective_resolution(self)
general_positions_only(self)
interpolate(self)
max_clusters(self)
max_peaks(self)
min_cross_distance(self)
min_cubicle_edge(self)
min_distance_sym_equiv(self)
peak_cutoff(self)
peak_search_level(self)
significant_height_fraction(self)

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

 
class statistics(cctbx_maptbx_ext.statistics)
    
Method resolution order:
statistics
cctbx_maptbx_ext.statistics
Boost.Python.instance
__builtin__.object

Methods defined here:
__init__(self, map)

Methods inherited from cctbx_maptbx_ext.statistics:
__reduce__ = (...)
max(...)
max( (statistics)arg1) -> float :
 
    C++ signature :
        double max(cctbx::maptbx::statistics<double> {lvalue})
mean(...)
mean( (statistics)arg1) -> float :
 
    C++ signature :
        double mean(cctbx::maptbx::statistics<double> {lvalue})
mean_sq(...)
mean_sq( (statistics)arg1) -> float :
 
    C++ signature :
        double mean_sq(cctbx::maptbx::statistics<double> {lvalue})
min(...)
min( (statistics)arg1) -> float :
 
    C++ signature :
        double min(cctbx::maptbx::statistics<double> {lvalue})
show_summary(self, f=None, prefix='')
sigma(...)
sigma( (statistics)arg1) -> float :
 
    C++ signature :
        double sigma(cctbx::maptbx::statistics<double> {lvalue})

Data descriptors inherited from Boost.Python.instance:
__dict__
__weakref__

Data and other attributes inherited from Boost.Python.instance:
__new__ = <built-in method __new__ of Boost.Python.class object at 0x2aaaac44c8c0>
T.__new__(S, ...) -> a new object with type S, a subtype of T

 
Functions
       
as_CObjectZYX(map_unit_cell, first, last, apply_sigma_scaling=True)
asu_eight_point_interpolation(...)
asu_eight_point_interpolation( (double)arg1, (direct_space_asu_asu_mappings)arg2, (object)arg3) -> float :
 
    C++ signature :
        double asu_eight_point_interpolation(scitbx::af::const_ref<double, scitbx::af::flex_grid<scitbx::af::small<long, 10ul> > >,cctbx::crystal::direct_space_asu::asu_mappings<double, int> {lvalue},cctbx::fractional<double>)
average_densities(...)
average_densities( (unit_cell)unit_cell, (double)data, (vec3_double)sites_frac, (float)radius) -> double :
 
    C++ signature :
        scitbx::af::shared<double> average_densities(cctbx::uctbx::unit_cell,scitbx::af::const_ref<double, scitbx::af::c_grid<3ul, unsigned long> >,scitbx::af::const_ref<scitbx::vec3<double>, scitbx::af::trivial_accessor>,float)
box_map_averaging(...)
box_map_averaging( (unit_cell)arg1, (double)arg2, (float)arg3) -> double :
 
    C++ signature :
        scitbx::af::versa<double, scitbx::af::c_grid<3ul, unsigned long> > box_map_averaging(cctbx::uctbx::unit_cell,scitbx::af::const_ref<double, scitbx::af::c_grid<3ul, unsigned long> >,double)
closest_grid_point(...)
closest_grid_point( (grid)arg1, (object)arg2) -> tuple :
 
    C++ signature :
        scitbx::af::tiny<unsigned long, 3ul> closest_grid_point(scitbx::af::flex_grid<scitbx::af::small<long, 10ul> >,cctbx::fractional<double>)
copy(...)
copy( (float)map, (grid)result_grid) -> float :
 
    C++ signature :
        scitbx::af::versa<float, scitbx::af::flex_grid<scitbx::af::small<long, 10ul> > > copy(scitbx::af::const_ref<float, scitbx::af::flex_grid<scitbx::af::small<long, 10ul> > >,scitbx::af::flex_grid<scitbx::af::small<long, 10ul> >)
 
copy( (double)map, (grid)result_grid) -> double :
 
    C++ signature :
        scitbx::af::versa<double, scitbx::af::flex_grid<scitbx::af::small<long, 10ul> > > copy(scitbx::af::const_ref<double, scitbx::af::flex_grid<scitbx::af::small<long, 10ul> > >,scitbx::af::flex_grid<scitbx::af::small<long, 10ul> >)
 
copy( (float)map_unit_cell, (object)first, (object)last) -> float :
 
    C++ signature :
        scitbx::af::versa<float, scitbx::af::flex_grid<scitbx::af::small<long, 10ul> > > copy(scitbx::af::const_ref<float, cctbx::maptbx::c_grid_padded_p1<3ul> >,scitbx::af::tiny<int, 3ul>,scitbx::af::tiny<int, 3ul>)
 
copy( (double)map_unit_cell, (object)first, (object)last) -> double :
 
    C++ signature :
        scitbx::af::versa<double, scitbx::af::flex_grid<scitbx::af::small<long, 10ul> > > copy(scitbx::af::const_ref<double, cctbx::maptbx::c_grid_padded_p1<3ul> >,scitbx::af::tiny<int, 3ul>,scitbx::af::tiny<int, 3ul>)
determine_gridding(...)
determine_gridding( (unit_cell)arg1, (float)arg2, (float)arg3, (object)arg4, (int)arg5, (bool)arg6) -> tuple :
 
    C++ signature :
        scitbx::af::tiny<int, 3ul> determine_gridding(cctbx::uctbx::unit_cell,double,double,scitbx::af::tiny<int, 3ul>,int,bool)
 
determine_gridding( (unit_cell)arg1, (float)arg2, (float)arg3, (search_symmetry_flags)arg4, (space_group_type)arg5, (object)arg6, (int)arg7, (bool)arg8) -> tuple :
 
    C++ signature :
        scitbx::af::tiny<int, 3ul> determine_gridding(cctbx::uctbx::unit_cell,double,double,cctbx::sgtbx::search_symmetry_flags,cctbx::sgtbx::space_group_type,scitbx::af::tiny<int, 3ul>,int,bool)
eight_point_interpolation(...)
eight_point_interpolation( (double)arg1, (object)arg2) -> float :
 
    C++ signature :
        double eight_point_interpolation(scitbx::af::const_ref<double, scitbx::af::c_grid_padded<3ul, unsigned long> >,scitbx::vec3<double>)
fft_to_real_map_unpadded(...)
fft_to_real_map_unpadded( (space_group)space_group, (object)n_real, (miller_index)miller_indices, (complex_double)data) -> double :
 
    C++ signature :
        scitbx::af::versa<double, scitbx::af::c_grid<3ul, unsigned long> > fft_to_real_map_unpadded(cctbx::sgtbx::space_group,scitbx::af::tiny<int, 3ul>,scitbx::af::const_ref<cctbx::miller::index<int>, scitbx::af::trivial_accessor>,scitbx::af::const_ref<std::complex<double>, scitbx::af::trivial_accessor>)
get_asu_mapper(...)
get_asu_mapper( (object)coordinate, (space_group)space_group, (direct_space_asu_float_asu)float_asu, (float)min_distance_sym_equiv, (bool)assert_min_distance_sym_equiv) -> basic_mapper :
 
    C++ signature :
        cctbx::maptbx::basic_mapper<void, double, long> get_asu_mapper(cctbx::fractional<double>,cctbx::sgtbx::space_group,cctbx::crystal::direct_space_asu::float_asu<double>,double,bool)
get_non_symmetric_mapper(...)
get_non_symmetric_mapper( (object)coordinate) -> basic_mapper :
 
    C++ signature :
        cctbx::maptbx::basic_mapper<void, double, long> get_non_symmetric_mapper(cctbx::fractional<double>)
get_unit_cell_mapper(...)
get_unit_cell_mapper( (object)coordinate) -> basic_mapper :
 
    C++ signature :
        cctbx::maptbx::basic_mapper<void, double, long> get_unit_cell_mapper(cctbx::fractional<double>)
grid_indices_around_sites(...)
grid_indices_around_sites( (unit_cell)unit_cell, (object)fft_n_real, (object)fft_m_real, (vec3_double)sites_cart, (object)site_radii) -> unsigned :
 
    C++ signature :
        boost::shared_ptr<std::vector<unsigned int, std::allocator<unsigned int> > > grid_indices_around_sites(cctbx::uctbx::unit_cell,scitbx::af::tiny<int, 3ul>,scitbx::af::tiny<int, 3ul>,scitbx::af::const_ref<scitbx::vec3<double>, scitbx::af::trivial_accessor>,scitbx::af::const_ref<double, scitbx::af::trivial_accessor>)
non_crystallographic_eight_point_interpolation(...)
non_crystallographic_eight_point_interpolation( (double)map, (object)gridding_matrix, (object)site_cart [, (bool)allow_out_of_bounds=False [, (float)out_of_bounds_substitute_value=0]]) -> float :
 
    C++ signature :
        double non_crystallographic_eight_point_interpolation(scitbx::af::const_ref<double, scitbx::af::flex_grid<scitbx::af::small<long, 10ul> > >,scitbx::mat3<double>,scitbx::vec3<double> [,bool=False [,double=0]])
real_space_gradients_simple(...)
real_space_gradients_simple( (unit_cell)unit_cell, (double)density_map, (vec3_double)sites_cart, (float)delta) -> vec3_double :
 
    C++ signature :
        scitbx::af::shared<scitbx::vec3<double> > real_space_gradients_simple(cctbx::uctbx::unit_cell,scitbx::af::const_ref<double, scitbx::af::c_grid_padded<3ul, unsigned long> >,scitbx::af::const_ref<scitbx::vec3<double>, scitbx::af::trivial_accessor>,double)
real_space_refinement_gradients(...)
real_space_refinement_gradients( (basic_map)basic_map, (vec3_double)sites [, (float)delta_h=1.0 [, (int)max_iter=0]]) -> vec3_double :
 
    C++ signature :
        scitbx::af::shared<scitbx::vec3<double> > real_space_refinement_gradients(cctbx::maptbx::basic_map<double, long>,scitbx::af::const_ref<scitbx::vec3<double>, scitbx::af::trivial_accessor> [,double=1.0 [,unsigned long=0]])
real_space_refinement_residual(...)
real_space_refinement_residual( (basic_map)basic_map, (vec3_double)sites, (object)weights) -> float :
 
    C++ signature :
        double real_space_refinement_residual(cctbx::maptbx::basic_map<double, long>,scitbx::af::const_ref<scitbx::vec3<double>, scitbx::af::trivial_accessor>,scitbx::af::const_ref<double, scitbx::af::trivial_accessor>)
real_space_target_simple(...)
real_space_target_simple( (unit_cell)unit_cell, (double)density_map, (vec3_double)sites_cart) -> float :
 
    C++ signature :
        double real_space_target_simple(cctbx::uctbx::unit_cell,scitbx::af::const_ref<double, scitbx::af::c_grid_padded<3ul, unsigned long> >,scitbx::af::const_ref<scitbx::vec3<double>, scitbx::af::trivial_accessor>)
set_if_less_than(...)
set_if_less_than( (float)arg1, (float)arg2, (float)arg3) -> None :
 
    C++ signature :
        void set_if_less_than(scitbx::af::versa<float, scitbx::af::flex_grid<scitbx::af::small<long, 10ul> > > {lvalue},float,float)
 
set_if_less_than( (double)arg1, (float)arg2, (float)arg3) -> None :
 
    C++ signature :
        void set_if_less_than(scitbx::af::versa<double, scitbx::af::flex_grid<scitbx::af::small<long, 10ul> > > {lvalue},double,double)
unpad_in_place(...)
unpad_in_place( (float)map) -> None :
 
    C++ signature :
        void unpad_in_place(scitbx::af::versa<float, scitbx::af::flex_grid<scitbx::af::small<long, 10ul> > > {lvalue})
 
unpad_in_place( (double)map) -> None :
 
    C++ signature :
        void unpad_in_place(scitbx::af::versa<double, scitbx::af::flex_grid<scitbx::af::small<long, 10ul> > > {lvalue})
value_at_closest_grid_point(map, x_frac)

 
Data
        debug_peak_cluster_analysis = ''
structure_factors = {'to_map': <class 'cctbx_maptbx_ext.structure_fa...s 'cctbx_maptbx_ext.structure_factors_from_map'>}
use_space_group_symmetry = <cctbx_sgtbx_ext.search_symmetry_flags object at 0xf9d520>