-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parse through mpr and mpt settings header. #12
Comments
A full set of |
Hi Peter, thanks for your effort in yadg and the whole team I was wondering if I need to edit 'param_from_key' to acount for 'ValueError: element '115' for parameter 'I_range' not understood.' |
hi! I wonder how can I read the offsets for my files, then I can add them, do you have another parser for binary somewhere? |
Hi Karim, I think the easiest way would be to export the mpr file into an mpt file using EC-Lab, and then compare and implement the missing parameters. Note that we're currently not supporting files generated by EC-Lab 11.50. |
I ranges up to 130 added in #153. |
The
param_map
ineclabtechniques.py
is incomplete for many parameters. It should be possible to complete it using a systematic set ofmpr/mpt
files.The text was updated successfully, but these errors were encountered: