Simon Kern

Results 151 comments of Simon Kern

you can de-identify any field you like by just passing it to the function ```Python to_remove = ['patientname', 'birthdate', 'admin_code'] new_values = ["xxx", 0, 'test'] anonymize_edf(edf_file, to_remove=to_remove, new_values=new_values, verify=False, verbose=False)...

What error message is EDFBrowser giving? Can you send a sample file? The local patient information field (which combines a couple of fields like admincode, name, etc) can only be...

- The length of your array is not `15` but `738` (check with `len(array)`). Try transposing the array. - `NaN` should be converted to within-range units (just set to 0...

The last time I looked into this I ran into problems passing a FILE like object to the C extension that we are wrapping (`edflib`). Somehow I was not able...

Some functions have the `verbose` switch, but I have not been very consistently with that. I've added them in #103 just now for all functions and set the default to...

As far as I remember there is already a Python implementation of `edflib` [edflib-Python](https://www.teuniz.net/edflib_python/index.html) but it's horribyl slow and not using the same API. Not sure if you get the...

This should actually work, see #99 and related issues. It's a bit more tricky unfortunately, see at #100 for the details. The test case actually covers some chinese and korean...

- Which OS are you on and which version of `pyedflib` do you have installed? - Can you post the complete path to the file? the name itself seems not...

You can Google "utf8 support Windows 10" and follow the instructions? What is the filename? Additionally, can you install the master version from the repository? It might be that the...

The file itself is corrupt. This is not a problem of `pyedflib` - opening with EDFBrowser will tell you additional details w.r.t that