Results 117 comments of gotzl

No feedback, closing

Hi, I never used Motec software, this means I also never checked if Motec would actually be able to read data written with this tool.. I also cannot say if...

Hi, just came back to this.. With the latest fix, I'm able to write a file like this ``` # create test dataframe df = pd.DataFrame(np.random.randn(100,4),columns=list('ABCD')) # create an lddata...

Closing due to inactivity, and I think this should work now. Feel free to reopen.

Hi, there is no function implemented in ldparser, but I did that somewhere else. Essentially, you don't need an extra list holding time, you only need the length of the...

Well, don't take my word for it ;) But that's how it appears to be in the data I saw so far. Also, you can check if the assumption holds...

Thanks for the suggestions. I'm hesitant to change l.channs to dict as this will break the code for others, and I haven't yet made up my mind about what's the...

Hi, I guess this actually already exists. Try ``` l = ldData.fromfile('sample.ld') l['Beacon'].data ``` Does this work for you? ---- Offtopic: Just to finish up on your earlier question, even...

You are not alone, I have similar problems and I think there are also comments like this on acc proton GitHub issue tracker. I think it's s.t. in wine/proton and...

> Can Fanatec's product also control raw data acquisition and handle with force feedback based on that library? I had a quick look into the code. I would say that...