remove assertions, check validity of file format
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
import raw_eater
|
||||
|
||||
eatraw = raw_eater.raweater(b"sample/pressure_Vacuum.raw")
|
||||
# eatraw = raw_eater.raweater(b"/home/mario/Downloads/FAMOS_Datenformat_ab61.pdf")
|
||||
|
||||
print(str(eatraw.validity()))
|
||||
|
||||
print(eatraw.channel_name())
|
||||
print(eatraw.unit())
|
||||
|
Reference in New Issue
Block a user