Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ercius/temdatabrowser
A graphical user interface based on ScopeFoundry for viewing TEM data.
https://github.com/ercius/temdatabrowser
gui tem
Last synced: 4 days ago
JSON representation
A graphical user interface based on ScopeFoundry for viewing TEM data.
- Host: GitHub
- URL: https://github.com/ercius/temdatabrowser
- Owner: ercius
- Created: 2023-07-04T01:08:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-28T16:54:51.000Z (6 months ago)
- Last Synced: 2024-05-29T07:57:21.748Z (6 months ago)
- Topics: gui, tem
- Language: Python
- Homepage:
- Size: 687 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TemDataBrowser
A graphical user interface based on ScopeFoundry for viewing TEM data.![GUI example](TemDataBrowser/images/TemDataBrowser_window.png)
# Installation
First install QT bindings. For example:`$ pip install PyQt5`
Then install this package and the rest of the dependencies:
`$ pip install TemDataBrowser`
# Running the GUI
## From a python interpreter
Start python interpreter, import the package, and run the `open_file` function:```
$ python
>>> import TemDataBrowser
>>> TemDataBrowser.main()
```to start the graphical user interface.
## From the command line
A script should be installed on your system such that opening a command line
and typing `TemDataBrowser` will open the graphical uiser interface.