add extension to convert and temporal unify multiple raw files with different measruemtn frequencies. to BE DEBUGGED
This commit is contained in:
12
pyt/example.py
Normal file
12
pyt/example.py
Normal 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")
|
Reference in New Issue
Block a user