The EPR project provides the measurement software for the EPR lab course as conducted at the University of Stuttgart, Germany.
- fix sweep from zero
- remove ghosting from other analog in channels see this threat
NI measurement Card
- Install Microsoft Visual Studio Build Tools with VC C++ 14.0 or greater (https://visualstudio.microsoft.com/de/visual-cpp-build-tools/)
- get Miniconda3
- [Windows Only] start Anaconda Powershell
- within Anaconda Powershell navigate cloned git folder EPR
- conda env create -f conda_epr.yml
- optional pip install pillow, nidaqmx, fonttools, enable, chaco, wxPython
- open conda shell
- source activate epr or conda activate epr or activate epr
- ipython
- run epr.py
Make sure Python 3.7.9 is installed The most critical package is: enable. Make sure MVC is installed - step 0 above.