Aymeric Rateau
Aymeric Rateau
Thanks for the idea, could be investigated. ZipFile allows read() and seek() so it could read the file transparently while decompressing it but I do not think it loads the...
The channel name is adjusted in mdfinfo.py mdfinfo3.py : line 210 to 233 mdfinfo4.py : in _unique_channel_name() function. In general, I estimated it was preferable to have the shortest name...
Thanks Daniel :) I do not get this issue for Windows and Linux.. wondering why you need this , newline="" For your time starting at 0, mdfreader is only reading...
Hi Meidland, I lately made modification to allow opening directly from submodule (in master, you might use released version) However, I would recommend you to open it using main module...
Hi Meidland, Your last lines are duplicated and I do not have final error line. But I guess this is this code : `self[chan].CFormat.unpack(temp[i].tobytes())[0]` I supposed the temp data type...
I guess you compiled dataRead and solved your issue (the python backup is not as robust) As no feed back since a while closed but do not hesitate to reopen
Looking in internet, empty return from read would mean either file is empty or pointer is at end of file. Can you print pointer and check it is within file...
My email address is [email protected] I will also have a look at it.
issue reopened
Currently mdfreader is not able to read version 2.x of MDF. As it seems relatively simple from 3.x, it could be implemented but it will require a bit of time.