Skip to content

Commit

Permalink
Revert back to original step size for per pixel fitting
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur Glowacki committed Jun 4, 2024
1 parent 20d3ea6 commit 4cf7deb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/mvc/PerPixelOptionsWidget.h
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ class PerPixelOptionsWidget : public QWidget
if (_proc_matrix->isChecked())
{
analysis_job.fitting_routines.push_back(data_struct::Fitting_Routines::GAUSS_MATRIX);

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

if (_save_avg->isChecked())
Expand Down

0 comments on commit 4cf7deb

Please sign in to comment.