ratal / mdfreader

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

missing information when saving to version 4 with noDataLoading=True #86

Closed danielhrisca closed 7 years ago

danielhrisca commented 7 years ago

Some important information is missing from the channels when saving to mdf version 4 noDataLoading=True:

For example the signal _MAINCLOCK from the test file:

image image

and the saved file has:

image

danielhrisca commented 7 years ago

with the latest commit the information are missing for all mdf options (nodataloading, compression, default)

ratal commented 7 years ago

Yes, I also noticed a regression there, investigating

danielhrisca commented 7 years ago

fixed