ratal / mdfreader

Read Measurement Data Format (MDF) versions 3.x and 4.x file formats in python
Other
169 stars 74 forks source link

comment readed by the latest version is None #110

Closed aqkfatmtvvfb closed 6 years ago

aqkfatmtvvfb commented 6 years ago

ver 884b10 is right 2017/10/24 03:19:58

ver 76fbc5 is wrong 2017/11/14 06:35:30

ps: i run mdfreader a few days ago and i obtained desired result, then i run it again today and find this error. i reinstalled mdfreader and cython by pip and 'python install' when i want to give up ,i find the problem finally, and a whole day is passed by..

ratal commented 6 years ago

Hi, To help you, I would need a bit more details: What comment do you mention ? Is it date and time of file ? Which mdf version ?

aqkfatmtvvfb commented 6 years ago

@ratal result compare:

right

wrong

info

ratal commented 6 years ago

Last commit should have fixed it. line 846 was still having ['Text'], should be removed, it was from previous implementation of info reading.

ratal commented 6 years ago

For #114, I improved further the header reading. Can you please check or close this issue if you are ok with it.