diff --git a/README.md b/README.md index a91058f..c408a88 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Handling errors using the callback functions by inheriting from class DLTPuls # Example using Python ![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)).
+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.

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