9 #ifndef IMPEM_COARSE_CC_H
10 #define IMPEM_COARSE_CC_H
12 #include <IMP/em/em_config.h>
53 float scalefactor,
bool recalc_rms =
true,
57 #if !defined(IMP_DOXYGEN) && !defined(SWIG)
76 const float &scalefac,
108 static double cross_correlation_coefficient(
const DensityMap *grid1,
110 float grid2_voxel_data_threshold,
111 bool allow_padding =
false,
116 static float local_cross_correlation_coefficient(
const DensityMap *em_map,
118 float voxel_data_threshold);
Calculates and stores Gaussian kernel parameters.
#define IMP_OBJECT_METHODS(Name)
Define the basic things needed by any Object.
std::pair< double, double > FloatPair
A generic pair of floats.
Represent a molecule as shells of distance from the surface.
An approximation of the exponential function.
Responsible for performing coarse fitting between two density objects.
Class for handling density maps.
Class for handling density maps.
Class for sampling a density map from particles.
Common base class for heavy weight IMP objects.
Refine a particle into a list of particles.
functionality for defining rigid bodies
Object(std::string name)
Construct an object with the given name.