GUI application to convert smd files to Igor Pro files (Igor binary wave)
- ibwpy (library to Read/Write Igor binary waves)
- Install ibwpy to your Python environment
$ python -m pip install git+https://github.com/MiLL4U/ibwpy.git- Install SMD Converter
$ python -m pip install git+https://github.com/MiLL4U/smd-converter.git-
download a compressed file (*.zip) from Releases
-
Extract SMD Converter (smdconverter.exe) from the compressed file
-
Install ibwpy to your Python environment
-
download a wheel package (*.whl) from Releases
-
Install SMD Converter with pip
$ python -m pip install smdconverter-x.y.z-py3-none-any.whl(replace x.y.z with the version of SMD Converter which you downloaded)
-
Install ibwpy to your Python environment
-
Clone this repository
$ git clone https://github.com/MiLL4U/smd-converter.git- Go into the repository
$ cd smd-converter- Install SMD Converter with setup.py
$ python setup.py installLaunch GUI application with:
$ python -m smdconverteror:
$ python launch.py