Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.16 KB

README.md

File metadata and controls

39 lines (23 loc) · 1.16 KB

EPR: Electron Paramagnetic Resonance

The EPR project provides the measurement software for the EPR lab course as conducted at the University of Stuttgart, Germany.

GUI screenshot

ToDo

  • fix sweep from zero
  • remove ghosting from other analog in channels see this threat

Pre-Requisites

NI measurement Card

Install

  1. Install Microsoft Visual Studio Build Tools with VC C++ 14.0 or greater (https://visualstudio.microsoft.com/de/visual-cpp-build-tools/)
  2. get Miniconda3
  3. [Windows Only] start Anaconda Powershell
  4. within Anaconda Powershell navigate cloned git folder EPR
  5. conda env create -f conda_epr.yml
  6. optional pip install pillow, nidaqmx, fonttools, enable, chaco, wxPython

Run

  1. open conda shell
  2. source activate epr or conda activate epr or activate epr
  3. ipython
  4. run epr.py

Troubleshooting

Make sure Python 3.7.9 is installed The most critical package is: enable. Make sure MVC is installed - step 0 above.