Metadata-Version: 2.1
Name: sxm-viewer
Version: 0.31
Summary: a PyQt5 based tool for inspecting *.sxm files and save them as figures swiftly.
Home-page: https://github.com/CoccaGuo/sxm-viewer
Author: Cocca Guo
Author-email: guojiadong@bnu.edu.cn
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: pySPM
Requires-Dist: PyQt5
Requires-Dist: matplotlib
Requires-Dist: opencv-python

# sxm-viewer

## About

A PyQt5 based tool for inspecting *.sxm files and save them as figures swiftly.

This tool aims to inspect and save figures fast.
Load a folder, and use up/down to switch the files swiftly. Press key S to save the .png file into the configured folder(in config.ini) directly.
In version 0.3, we support making dataset. press x or z to decide whether a pic is good or not, and change them into npy files easily.
Suppress this help in config.ini.
Have fun! 


## Install
```
pip install sxm_viewer
```

## Usage
```
sxmv
```

## Versions
- version 0.3 on 2021/5/4: add dataset support. You can make simple dataset by this tool.
- version 0.2 on 2021/1/7: add options pane. You can change your colormap, title and axis. You can view other files in folder even if you just open a file.
- version 0.1 on 2020/12/22: view .sxm files and folders. First version. A memorable day.



