From 5ad5c8f3504a936028138ccbfd32f02570d624fd Mon Sep 17 00:00:00 2001 From: Danny Petschke <36198267+dpscience@users.noreply.github.com> Date: Mon, 16 Apr 2018 14:24:44 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c408a88..fa31ca4 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Handling errors using the callback functions by inheriting from class DLTPuls ![Generated Pulses](/pyDLTPulseGenerator/PulsesPythonAndPHS.png) A C/C++ wrapper in Python ([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 DLTPulseGenerator.dll ([x86](https://github.com/dpscience/DLTPulseGenerator/tree/master/pyDLTPulseGenerator/x86)/[x64](https://github.com/dpscience/DLTPulseGenerator/tree/master/pyDLTPulseGenerator/x64)) is provided.
-[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.

+[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.

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