8 #ifndef IMPMULTIFIT_PCA_BASED_RIGID_FITTING_H
9 #define IMPMULTIFIT_PCA_BASED_RIGID_FITTING_H
18 #include <IMP/multifit/multifit_config.h>
24 IMPMULTIFIT_BEGIN_NAMESPACE
40 core::RigidBody rb,
Refiner *rb_refiner,
41 em::DensityMap *em_map,
Float threshold,
42 FloatKey wei_key=atom::Mass::get_mass_key(),
43 algebra::PrincipalComponentAnalysis dens_pca_input=
44 algebra::PrincipalComponentAnalysis());
61 em::DensityMap *em_map,
Float threshold,
62 FloatKey wei_key=atom::Mass::get_mass_key(),
63 algebra::PrincipalComponentAnalysis dens_pca_input=
64 algebra::PrincipalComponentAnalysis());
67 void write_markers(
const algebra::PrincipalComponentAnalysisD<3> &pca,
70 IMPMULTIFIT_END_NAMESPACE