Skip to content

Commit

Permalink
Update regtoolbox.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
frankyeh committed Jul 17, 2024
1 parent 991f8fa commit 1aaa4ce
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion regtoolbox.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,10 @@ void RegToolBox::on_run_reg_clicked()
return;
}


reg.match_resolution(false);
setup_slice_pos(true);
setup_slice_pos(false);
show_image();

auto run_reg = [this](auto& reg)
{
Expand All @@ -535,6 +538,7 @@ void RegToolBox::on_run_reg_clicked()
timer->start();
ui->stop->show();
ui->run_reg->hide();

}
bool load_nifti_file(std::string file_name_cmd,
tipl::image<3>& data,
Expand Down

0 comments on commit 1aaa4ce

Please sign in to comment.