add extension to convert and temporal unify multiple raw files with different measruemtn frequencies. to BE DEBUGGED

This commit is contained in:
Mario Fink
2020-02-17 17:24:06 +00:00
parent fe5aae4e83
commit 494c0bc6b1
15 changed files with 5600 additions and 2 deletions

12
pyt/example.py Normal file
View File

@@ -0,0 +1,12 @@
import raw_eater
eatraw = raw_eater.raweater(b"sample/pressure_Vacuum.raw")
print(eatraw.channel_name())
print(eatraw.unit())
print(eatraw.get_time())
print(eatraw.get_channel())
eatraw.print(b"mycsv.csv")