You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.
As mentioned in the previous issue, I am writing a .mpr reader for ixdat making use of eclabfiles, but get errors on many of the files.
For CVA, I get the error "Error: 51". I get this same error whether using
data, meta = eclabfiles.process("05_O2dose_COox_02_CVA_C01.mpr")
or
df = eclabfiles.to_df("05_O2dose_COox_02_CVA_C01.mpr")
I replied to your general issue in more detail over at #14 :)
Files generated from the CVA technique are unfortunately not supported by eclabfiles. Perhaps you could try with galvani (This does not allow you to extract the technique parameters, however.)
As mentioned in the previous issue, I am writing a .mpr reader for ixdat making use of eclabfiles, but get errors on many of the files.
For CVA, I get the error "Error: 51". I get this same error whether using
data, meta = eclabfiles.process("05_O2dose_COox_02_CVA_C01.mpr")
or
df = eclabfiles.to_df("05_O2dose_COox_02_CVA_C01.mpr")
The file is here, along with plots of the data (made with ixdat.Measurement.read("05_O2dose_COox_02_CVA_C01.mpt").plot() as demo'd in "plot_data.py"):
https://www.dropbox.com/scl/fo/cl0cnovmik7pjgcls2l9h/h?rlkey=v93snkrt2rq3uf95au26qdi0o&dl=0
Happy for any help or suggestions!
The text was updated successfully, but these errors were encountered: