Skip to content

Commit

Permalink
revert per pixel fitting to lmfit since it performs better. Set step …
Browse files Browse the repository at this point in the history
…stize to .1 for per pixel
  • Loading branch information
aglowacki committed May 3, 2024
1 parent fbcd447 commit fb671a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/mvc/PerPixelOptionsWidget.h
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ class PerPixelOptionsWidget : public QWidget
if (_proc_matrix->isChecked())
{
analysis_job.fitting_routines.push_back(data_struct::Fitting_Routines::GAUSS_MATRIX);
analysis_job.set_optimizer("mpfit");

analysis_job.optimizer()->set_options({ { STR_OPT_STEP, (T_real)0.1 } });
}

if (_save_avg->isChecked())
Expand Down

0 comments on commit fb671a0

Please sign in to comment.