mdfreader
mdfreader copied to clipboard
Read Measurement Data Format (MDF) versions 3.x and 4.x file formats in python
# Python version Please write here the output of printing ``sys.version`` 3.7.4 (default, Aug 9 2019, 18:34:13) [MSC v.1915 64 bit (AMD64)] # Platform information Please write here the output...
# Python version Please write here the output of printing ``sys.version`` '3.8.9 (default, ) \n[Clang 13.1.6 (clang-1316.0.21.2.3)]' # Platform information Please write here the output of printing ``platform.platform()`` 'macOS-12.1-arm64-arm-64bit' #...
# Python version 3.6.9 # Platform information Linux-5.4.0-72-generic-x86_64-with-Ubuntu-18.04-bionic # Numpy version 1.19.5 # mdfreader version 4.1 # Description import mdfreader yop = mdfreader.Mdf('x12.mf4') x12.mf4 is a file created by IMC...
# Python version 3.7.4 (default, Aug 9 2019, 18:34:13) [MSC v.1915 64 bit (AMD64)] # Platform information Windows-10-10.0.18362-SP0 # Numpy version 1.20.1 # mdfreader version 4.1 # Description https://github.com/ratal/mdfreader/blob/d1822ee4aa2b466ef0412756bef47ebd5a840dc3/mdfreader/mdf.py#L696 Passing...
How can I write only updated file_metadata dict from read file to same existing file without having to read in any other data?
# Python version 3.8.3 (default, May 19 2020, 06:50:17) [MSC v.1916 64 bit (AMD64)] # Platform information Windows-10-10.0.17134-SP0 # Numpy version 1.19.0 # mdfreader version 4.1 # Description There is...
# Python version 3.6.8 (tags/v3.6.8:3c6b436a57, Dec 24 2018, 00:16:47) [MSC v.1916 64 bit (AMD64)] # Platform information Windows-10-10.0.18362-SP0 # Numpy version 1.17.2 # mdfreader version 4.1 # Description It would...
To fix this, [this line](https://github.com/ratal/mdfreader/blob/bcf93307170ce6e2b4dba33a2c15b7240567d89c/mdfreader/mdfreader.py#L753) from `mdfreader.py` needs to change to this: ` f = open(filename, "wt", encoding=encoding, newline='')` _Originally posted by @cristi-neagu in https://github.com/ratal/mdfreader/issues/135#issuecomment-368018768_ Hello, Was trying to reopen...
# Python version 3.7.4 (default, Aug 9 2019, 18:34:13) [MSC v.1915 64 bit (AMD64)] # Platform information Windows-10-10.0.18362-SP0 # Numpy version 1.19.1 # mdfreader version 4.1 # Description I'm reading...
# Python version Please write here the output of printing ``sys.version`` 3.7.6 (tags/v3.7.6:43364a7ae0, Dec 19 2019, 00:42:30) [MSC v.1916 64 bit (AMD64)] # Platform information Please write here the output...