Priyanka260895

Results 8 comments of Priyanka260895

is there any solution for multiple channel raw file?

`import IMCtermite import json import os import datetime import pdb # declare and initialize instance of "imctermite" by passing a raw-file try : imcraw = IMCtermite.imctermite(b"dn1.raw") # multiple channel raw...

but getting this error... number of channels: 6 Traceback (most recent call last): File "C:\Users\guptap15\Desktop\RAW\Raw4.py", line 20, in channelsdata = imcraw.get_channels(True) File "IMCtermite.pyx", line 25, in IMCtermite.imctermite.get_channels File "C:\Users\guptap15\AppData\Local\Programs\Python\Python310\lib\json\__init__.py", line...

@mario-fink Multi-channel file like in the above comment measurement.raw is having multiple channels and that means when it will be converted to csv every channel will have a different column....

@mario-fink Thankyou for your Continuous support. It is work fine but, I have converted "Measurement.raw" file into csv format using FAMOS software and I am getting the data with timestamp...

@mario-fink Thankyou I have updated the version but for given code output is as below:- time [s] AI_a01_x [m/s^2] ... AI_p05 [bar] AI_p06 [bar] 0 0.00000 -0.119239 ... 1.480193 1.022401...

@mario-fink Hi, could you please help me to this issues it would be great help. https://github.com/blackary/st_pages/issues/27#issue-1630263816