add references

This commit is contained in:
Mario Fink 2021-02-12 13:29:53 +01:00
parent 4c082451fa
commit 5ae6b3f5ba

View File

@ -195,8 +195,14 @@ channels = imcraw.get_channels(False)
print(channels) print(channels)
``` ```
A more complete example including the methods for obtaining the channels including A more complete [example[(python/usage.py) including the methods for obtaining the
their data and or directly printing them to files can be found at channels including their data and or directly printing them to files can be found
[Usage](python/usage.py). in the python folder.
## References ## 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