Skip to content

Commit

Permalink
remove the run.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ercius committed Oct 6, 2023
2 parents be909e7 + 6fd5403 commit 8f43a8a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# ncempy_browser
A graphical user interface based on ScopeFoundry for viewing TEM data using ncempy
# TemDataBrowser
A graphical user interface based on ScopeFoundry for viewing TEM data.
7 changes: 0 additions & 7 deletions run.py

This file was deleted.

6 changes: 6 additions & 0 deletions run_TemDataBrowser.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
"""A script to run the GUI. Mainly for debugging."""

from TemDataBrowser import main

if __name__ == '__main__':
main()

0 comments on commit 8f43a8a

Please sign in to comment.