mario-fink

Results 9 comments of mario-fink

@Priyanka260895 on https://github.com/RecordEvolution/IMCtermite/commit/ef0bb7550d4845bc4481783e22e885a90b62e2d6#commitcomment-100284938 : Have you tried installing the latest version 2.0.6 of the package (https://pypi.org/project/IMCtermite/) ? Any of the given Python examples should be appropriate to decode a multichannel...

In order to extract the different channels of the above `Measurement.raw` file you might, for instance, use the following snippet: ``` import IMCtermite import pandas if __name__ == "__main__" :...

@Priyanka260895 Please check out the [new Python example](https://github.com/RecordEvolution/IMCtermite/blob/ff69c329ccc45c2f7ad5944f24f76573460d98cf/python/examples/multichannel.py) in order to get the requested output format. And don't forget to upgrade to version v2.0.7 :)

To get the full timestamp and a comma delimiter you might consider using: ``` import IMCtermite import pandas import datetime def add_trigger_time(trigger_time, add_time) : trgts = datetime.datetime.strptime(trigger_time,'%Y-%m-%dT%H:%M:%S') dt = datetime.timedelta(seconds=add_time)...

@Danarrow Can you please share an example (or at least a representative section) of the problematic raw-file?

Hi @sametyaldiz , can you actually provide a sample of the raw file "tacho.raw" ? The shown error message is pretty general and may be caused by a variety of...

@TallDaikon Do you happen to have any samples of the actual imc BUS format at hand that you are able to share? Instead of correcting the README I might as...

@dominikdh Judging from the error logs you provided, the problem is probably unrelated to the current imc2 DATA vs. imc BUS format issue. So please open a separate issue for...

Hi @TommasoBendinelli, do you actually get correct or reasonable result on Windows? I suspect Windows to simply swallow and hide the error message. The issue originates from a apparent mismatch...