Metadata-Version: 2.1
Name: FourDExplorer
Version: 0.5.2
Summary: Use 4D-Explorer to process and analyze 4D-STEM data.
Home-page: https://github.com/ManifoldsHu/FourDExplorer
Author: Hu Yiming
Author-email: FourDExplorer@gmail.com
License: GPLv3
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Scientific/Engineering :: Chemistry
Requires-Python: >=3.9.0
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy (>=1.20)
Requires-Dist: h5py (>=3.7)
Requires-Dist: matplotlib (>=3.5)
Requires-Dist: pyinstaller (>=5)
Requires-Dist: psutil (>=5.9)
Requires-Dist: pyside6 (>=6.2)
Requires-Dist: qt-material (>=2.12)
Requires-Dist: scikit-image (>=0.18)
Requires-Dist: scipy (>=1.8)


# 4D-Explorer
-----------

4D-Explorer is a software to analyze four-dimensional scanning transmission electron microscopy (4D-STEM) data. It can import and save 4D-STEM datasets and their metadata, calibrate them and reconstruct images in real spaces. 

The software will be released soon.

## Download 

Download packages according to your operating system. Unzip it, and run 4D-Explorer.exe (in Windows) directly.

## Test Data 

Test 4D-STEM data will be available soon. You can also use 4D-Explorer to open any HDF5 file directly.

## For Developers

It is recommended to use Anaconda to set up the programming environment:

```
conda create -n FourDExplorer
conda activate FourDExplorer
conda install python=3.10
pip install h5py 
pip install numpy
pip install matplotlib
pip install psutil
pip install pyinstaller 
pip install pyside6 
pip install qt-material
pip install scikit-image
pip install scipy  
```

Then, change the working directory to the source directory, and run the software
```
python FourDExplorer.py
```



[![Main Window of 4D-Explorer](https://iili.io/sRI8Ob.md.png)](https://freeimage.host/i/sRI8Ob)

Hu Yiming
Oct 6, 2022
Nanjing University


