Skip to content

Commit

Permalink
Merge pull request #82 from aglowacki/master
Browse files Browse the repository at this point in the history
revert per pixel fitting to lmfit since it performs better. Set step …
  • Loading branch information
aglowacki authored May 3, 2024
2 parents 652bf3a + fb671a0 commit 62e6af5
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 62e6af5

Please sign in to comment.