Skip to content

Commit

Permalink
Added output option, will refactor it in the future to call a functio…
Browse files Browse the repository at this point in the history
…n set_dir that will handle this
  • Loading branch information
Arthur Glowacki committed Nov 18, 2024
1 parent 76fc75f commit 6d78a57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mvc/PerPixelFitWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ void PerPixelFitWidget::runProcessing()
// TODO: fix so we can do float
data_struct::Analysis_Job<double> analysis_job;
analysis_job.dataset_directory = _directory;
analysis_job.output_dir = analysis_job.dataset_directory;

_optionsWidget->setRunning();
_optionsWidget->updateAnalysisJob<double>(analysis_job);
Expand Down

0 comments on commit 6d78a57

Please sign in to comment.