Skip to content

Commit

Permalink
try removal of tab_recon.py as script
Browse files Browse the repository at this point in the history
  • Loading branch information
talonchandler committed Jan 7, 2025
1 parent 358d514 commit e0e2715
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
3 changes: 3 additions & 0 deletions recOrder/cli/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ def cli():
cli.add_command(compute_tf)
cli.add_command(apply_inv_tf)
cli.add_command(gui)

if __name__ == "__main__":
cli()
8 changes: 0 additions & 8 deletions recOrder/plugin/tab_recon.py
Original file line number Diff line number Diff line change
Expand Up @@ -3103,11 +3103,3 @@ def setContentLayout(self, layout):
content_animation.setDuration(500)
content_animation.setStartValue(0)
content_animation.setEndValue(content_height)


# VScode debugging
if __name__ == "__main__":
import napari

napari.Viewer()
napari.run()

0 comments on commit e0e2715

Please sign in to comment.