Skip to content
Snippets Groups Projects
Commit b89292e1 authored by marco's avatar marco
Browse files

default parameter for SuperposeSVD

git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2398 5a81b35b-ba03-0410-adc8-b2c5c5119f08
parent fa2d9dad
No related branches found
No related tags found
No related merge requests found
......@@ -43,8 +43,8 @@ void export_svdSuperPose()
&SuperpositionResult::entity_view2)
;
def("SuperposeAtoms", &SuperposeAtoms,(arg("apply_transform")=true));
def("SuperposeSVD", sup1);
def("SuperposeSVD", sup2);
def("SuperposeSVD", sup1, (arg("apply_transform")=true));
def("SuperposeSVD", sup2, (arg("apply_transform")=true));
def("CalculateRMSD", &CalculateRMSD, (arg("transformation")=geom::Mat4()));
def("IterativeSuperposition", &IterativeSuperposition, (arg("ncycles")=200,
arg("dist_thres")=4.0,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment