wataash / instr

Automates laboratory instruments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instr

Automates laboratory Instruments, visuallize aquired data.
This software is released under the MIT License, see LICENSE.txt.

Developing environment:

  • python 3.5
  • PyCharm Professional Edition 5.0.2

Requirements

  • python 3.5
  • ipython-notebook
  • keyring
  • matplotlib
  • mpltools
  • mysql-connector-python
  • numpy
  • pyvisa
  • scipy
  • statsmodels
  • unittest2

conda create -y -n lab35 python=3.5 ipython-notebook matplotlib mysql-connector-python numpy scikit-learn scipy seaborn statsmodels
source activate lab35 (For Linux, OS X)
activate lab35 (For Windows, doesn't work on PowerShell)
pip install keyring mpltools pyvisa unittest2

About

Automates laboratory instruments

License:MIT License


Languages

Language:Python 100.0%