ratal / mdfreader

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

[Feature Request] Keep Original signalName in Result Dictionary #161

Closed bbto89 closed 4 years ago

bbto89 commented 5 years ago

Python version

Python 3.5.2

Platform information

'Linux-4.9.87-linuxkit-aufs-x86_64-with-centos-7.4.1708-Core'

Numpy version

'1.14.2'

mdfreader version

'2.7.6'

Description

ratal commented 5 years ago

Ok, I can try to propose you something. However, it would be better to understand your real problem you want to solve, to make sure it will definitely help you. Why only mdfinfo3/4 ? Don't you want to have the original name kept in mdfreader also ? By the way, self['CN'][dg][cg][cn]['orig_name'] is already existing in mdfinfo4.

ratal commented 5 years ago

I added a key in mdfinfo3 'orig_name' same as mdfinfo4 in dev branch. For info, in this branch I added a new export_to_parquet method using pandas. Coudl be interesting to

bbto89 commented 4 years ago

Thanks! Worked fine for mdf3 files.