Skip to content

Commit

Permalink
brought back the code to the loading of the reconstructions. this refs
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanBilheux committed Aug 21, 2023
1 parent b2f590c commit ab656c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/hyperctui/autonomous_reconstruction/event_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,8 @@ def checking_state_of_projections_table(self):
self.parent.ui.autonomous_reconstruction_tabWidget.setCurrentIndex(1)

# fill table with as many as TOF regions reconstruction requested
tof_regions_dict = self.parent.session_dict[SessionKeys.tof_regions]
# tof_regions_dict = self.parent.session_dict[SessionKeys.tof_regions]
tof_regions_dict = self.parent.tof_regions
o_table = TableHandler(table_ui=self.parent.ui.autonomous_reconstructions_tableWidget)

row_index = 0
Expand Down Expand Up @@ -399,6 +400,8 @@ def refresh_reconstruction_table_clicked(self):





def fill_table_with_list_folders(self, list_folders=None, starting_row_index=0):

if list_folders is None:
Expand Down
1 change: 1 addition & 0 deletions static/reconstruction_config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}

0 comments on commit ab656c7

Please sign in to comment.