GUI for analyzing resistive switching data. Useful for analyzing experiments involving memristor transport measurements. This program treats raw data of resistive switching measurements and generates several key statistical values. It can save treated data with the extension .rs and export data for plotting with other software.
author: Daniel Silva (djsilva99@gmail.com)
current version: v0.1.4
To install simply use the pip package manager:
$ pip install resswitch
To open the GUI type in the bash shell:
$ resswitch
The latest version compatible with windows is v0.1.3.
Python and pip package manager must be installed beforehand. Go directly to installation if already installed.
install the latest version of python2.7.
Download get-pip.py from https://pip.pypa.io/en/stable/installing/ and execute the file.
Open the command line and type:
> pip install resswitch==0.1.3
To open the resswitch window you can either open the python shell and type
>>> import resswitch
>>> resswitch.resSwitch.ResSwitch().mainloop()
or you can download the resswitch-windows.py file and double click it.