-
Notifications
You must be signed in to change notification settings - Fork 11
Description
Hello,
I'm getting an error while trying to open Famos dat file. I also tried to Famos own test data, same problem is occurring. Do you have any idea about the problem?
I'm also interested to understand source code of function. How can i reach or support to solve this problem.
Thank you,
I could not upload a picture of error therefore, i am copying the error below:
RuntimeError Traceback (most recent call last)
Cell In [9], line 2
1 try :
----> 2 imcraw = IMCtermite.imctermite(b"C:\Users\YSA9BU\Desktop\Coding_sy\Python_syaldiz\signal_processing_environment\Famos_dat_file_reading\tacho.raw")
3 except RuntimeError as e :
File IMCtermite.pyx:16, in IMCtermite.imctermite.cinit()
RuntimeError: failed to open raw-file and stream data in buffer: failed to open file
During handling of the above exception, another exception occurred:
Exception Traceback (most recent call last)
Cell In [9], line 4
2 imcraw = IMCtermite.imctermite(b"C:\Users\YSA9BU\Desktop\Coding_sy\Python_syaldiz\signal_processing_environment\Famos_dat_file_reading\tacho.raw")
3 except RuntimeError as e :
----> 4 raise Exception("failed to load/parse raw-file: " + str(e))
Exception: failed to load/parse raw-file: failed to open raw-file and stream data in buffer: failed to open file