Skip to content

Commit

Permalink
set vol level in View Tab
Browse files Browse the repository at this point in the history
  • Loading branch information
RodenLuo committed Sep 30, 2024
1 parent ec29a64 commit 15a5aae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -1073,6 +1073,7 @@ def show_results(self, e_sqd_log, mol_centers):
# print(self.settings)
print(self.settings.view_target_vol_path)
self.vol = run(self.session, "open {0}".format(self.settings.view_target_vol_path))[0]
run(self.session,f"volume #{self.vol.id[0]} level {self.settings.target_surface_threshold}")

# TODO: define mol_centers

Expand Down

0 comments on commit 15a5aae

Please sign in to comment.