Graphical user interface to view Dual Space Crystallography data from the 4D Camera of the Molecular Foundry.
Project description
Dual Space Crystallography Explorer (DuSC_explorer)
A graphical user interface based on stempy and pyqtgraph to visualize sparse 4D-STEM data sets.
Installation
Using pip
The easiest way to install is to use python's pip command:
- (Optional) Set up a virtual environment (e.g. using conda)
- Run
$ pip install DuSC_explorer
at a command prompt
From source
If you want to develop or get the newest changes:
- Clone the repository using git.
- Change directories to the base directory containing the
pyproject.toml
file - Install locally and editable using
bash $ pip install -e .
Compatibility
This program requires pyqtgraph >=0.13. You may also need to install different versions of QT depending on your operating system. Python 3.9 and PyQt6 have been tested to work as specified in the table on the pyqtgaph Github README
Running the program
If you installed using pip or from source (see above) then you can run
$ DuSC_explorer
in a terminal or command prompt in the correct virtual environment and the GUI should start.
Alternatively, in a python interpreter for the correct environment you can run these commands to start the GUI:
>>> import DuSC_explorer
>>> DuSC_explorer.open_file()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for DuSC_explorer-1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 46d4bc6b5ebca40d3a2d86c60d4f612f7ad3acfd8e7933f98ad26cb81af7cfde |
|
MD5 | deae29a1868cb4d4465efd197500f0cf |
|
BLAKE2b-256 | 7ccca49ca2fd3fed47969b1e4af23a8056225ec56a57425cc8470f88ebff54db |