@@ -342,14 +342,17 @@ void wrap_powderpattern()
342
342
// ,init<PowderPatternDiffraction *>(bp::arg("powdiff")),with_custodian_and_ward_postcall<1,2>()
343
343
class_<SpaceGroupExplorer>(" SpaceGroupExplorer" , init<PowderPatternDiffraction * >
344
344
((bp::arg (" powdiff" ))) [with_custodian_and_ward<1 ,2 >()])
345
- .def (" Run" , (SPGScore (SpaceGroupExplorer::*)(const string&, const bool , const bool , const bool , const bool ))
345
+ .def (" Run" , (SPGScore (SpaceGroupExplorer::*)(const string&, const bool , const bool , const bool , const bool ,
346
+ const double , const double ))
346
347
&SpaceGroupExplorer::Run,
347
348
(bp::arg (" spg" ), bp::arg (" fitprofile" )=false , bp::arg (" verbose" )=false ,
348
- bp::arg (" restore_orig" )=false , bp::arg (" update_display" )=false ))
349
+ bp::arg (" restore_orig" )=false , bp::arg (" update_display" )=false ,
350
+ bp::arg (" relative_length_tolerance" )=0.01 , bp::arg (" absolute_angle_tolerance_degree" )=1 ))
349
351
.def (" RunAll" , &SpaceGroupExplorer::RunAll,
350
352
(bp::arg (" fitprofile_all" )=false , bp::arg (" verbose" )=true ,
351
353
bp::arg (" keep_best" )=true , bp::arg (" update_display" )=true ,
352
- bp::arg (" fitprofile_p1" )=true ))
354
+ bp::arg (" fitprofile_p1" )=true , bp::arg (" relative_length_tolerance" )=0.01 ,
355
+ bp::arg (" absolute_angle_tolerance_degree" )=1 ))
353
356
.def (" GetScores" , &_GetScores)
354
357
;
355
358
0 commit comments