README.md: some minor tweak
This commit is contained in:
parent
ecc1cd8005
commit
8c8ed10a90
11
README.md
11
README.md
@ -17,9 +17,9 @@ employed i.a. by the measurement hardware
|
|||||||
to dump and store data and the software packages
|
to dump and store data and the software packages
|
||||||
[imc Studio](https://www.imc-tm.de/produkte/messtechnik-software/imc-studio/ueberblick/)
|
[imc Studio](https://www.imc-tm.de/produkte/messtechnik-software/imc-studio/ueberblick/)
|
||||||
& [imc FAMOS](https://www.imc-tm.de/produkte/messtechnik-software/imc-famos/)
|
& [imc FAMOS](https://www.imc-tm.de/produkte/messtechnik-software/imc-famos/)
|
||||||
for measurement data control and analysis. The extracted measurement data can
|
for measurement data control and analysis. Thanks to the integrated Python module
|
||||||
be stored in various open-source file formats like _csv_, _json_, _parquet_ or
|
the extracted measurement data can be stored in any open-source file format
|
||||||
_hdf5_.
|
accessible by Python like i.a. _csv_, _json_ or _parquet_.
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
@ -194,8 +194,8 @@ channels = imcraw.get_channels(False)
|
|||||||
print(channels)
|
print(channels)
|
||||||
```
|
```
|
||||||
|
|
||||||
A more complete [example](python/usage.py), including the methods for obtaining the
|
A more complete [example](python/usage.py), including the methods for obtaining the
|
||||||
channels, i.a. their data and/or directly printing them to files, can be found
|
channels, i.a. their data and/or directly printing them to files, can be found
|
||||||
in the Python folder.
|
in the Python folder.
|
||||||
|
|
||||||
## References
|
## References
|
||||||
@ -204,4 +204,3 @@ in the Python folder.
|
|||||||
- https://www.imc-tm.de/produkte/messtechnik-hardware/imc-cronosflex/ueberblick/
|
- https://www.imc-tm.de/produkte/messtechnik-hardware/imc-cronosflex/ueberblick/
|
||||||
- https://cython.readthedocs.io/en/latest/src/userguide/wrapping_CPlusPlus.html
|
- https://cython.readthedocs.io/en/latest/src/userguide/wrapping_CPlusPlus.html
|
||||||
- https://github.com/Apollo3zehn/ImcFamosFile
|
- https://github.com/Apollo3zehn/ImcFamosFile
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user