Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dpscience authored Apr 16, 2018
1 parent ec4f44c commit 5ad5c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Handling errors using the callback functions by inheriting from <i>class DLTPuls

![Generated Pulses](/pyDLTPulseGenerator/PulsesPythonAndPHS.png)
A <b>C/C++ wrapper</b> in <i>Python</i> ([pyDLTPulseGenerator.py](https://github.com/dpscience/DLTPulseGenerator/blob/master/pyDLTPulseGenerator/pyDLTPulseGenerator.py)) which demonstrates the usage of [ctypes-library](https://docs.python.org/3/library/ctypes.html) by calling functions from the linked library <b>DLTPulseGenerator.dll</b> ([x86](https://github.com/dpscience/DLTPulseGenerator/tree/master/pyDLTPulseGenerator/x86)/[x64](https://github.com/dpscience/DLTPulseGenerator/tree/master/pyDLTPulseGenerator/x64)) is provided.<br>
[pyDLTPulseGeneratorApp.py](https://github.com/dpscience/DLTPulseGenerator/blob/master/pyDLTPulseGenerator/pyDLTPulseGeneratorApp.py) calls the provided C++ wrapper functions of [pyDLTPulseGenerator.py](https://github.com/dpscience/DLTPulseGenerator/blob/master/pyDLTPulseGenerator/pyDLTPulseGenerator.py) to emit and show up the generated pulses. Additionally, the Pulse Height Spectra (PHS) are displayed.<br><br>
[pyDLTPulseGeneratorApp.py](https://github.com/dpscience/DLTPulseGenerator/blob/master/pyDLTPulseGenerator/pyDLTPulseGeneratorApp.py) calls the wrapper functions of [pyDLTPulseGenerator.py](https://github.com/dpscience/DLTPulseGenerator/blob/master/pyDLTPulseGenerator/pyDLTPulseGenerator.py) to emit and show up the generated pulses. Additionally, the Pulse Height Spectra (PHS) are displayed.<br><br>

requirements: [ctypes](https://docs.python.org/3/library/ctypes.html), [NumPy](http://www.numpy.org/), [matplotlib](https://matplotlib.org/)

Expand Down

0 comments on commit 5ad5c8f

Please sign in to comment.