1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00
VILLASnode/tools/python
2016-06-08 23:31:58 +02:00
..
villas renamed S2SS to VILLASnode 2016-06-08 23:31:58 +02:00
.gitignore restructured repository 2015-11-23 17:44:14 +01:00
file-filter.py renamed S2SS to VILLASnode 2016-06-08 23:31:58 +02:00
file-merge.py renamed S2SS to VILLASnode 2016-06-08 23:31:58 +02:00
README.md renamed S2SS to VILLASnode 2016-06-08 23:31:58 +02:00

Python tools

These python scripts are intended to manipulate measurements recorded by VILLASnode's file node-type.

Exampples

Merge two files and filter the output based on timestamps
./file-merge.py testfile.dat testfile2.dat | ./file-filter.py 3 5 > output.dat