From 5ae6b3f5ba74aa4a1b5cafaf53835dcc3588c31c Mon Sep 17 00:00:00 2001 From: Mario Fink Date: Fri, 12 Feb 2021 13:29:53 +0100 Subject: [PATCH] add references --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cdfc58a..2db891e 100644 --- a/README.md +++ b/README.md @@ -195,8 +195,14 @@ channels = imcraw.get_channels(False) print(channels) ``` -A more complete example including the methods for obtaining the channels including -their data and or directly printing them to files can be found at -[Usage](python/usage.py). +A more complete [example[(python/usage.py) including the methods for obtaining the +channels including their data and or directly printing them to files can be found +in the python folder. ## References + +- https://www.imc-tm.de/produkte/messtechnik-software/imc-famos/funktionen/im-und-export/ +- https://www.imc-tm.de/produkte/messtechnik-hardware/imc-cronosflex/ueberblick/ +- https://cython.readthedocs.io/en/latest/src/userguide/wrapping_CPlusPlus.html +- https://github.com/Apollo3zehn/ImcFamosFile +