Skip to content
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

"Error: 51" when reading .mpr file (technique=CVA) #15

Open
ScottSoren opened this issue Nov 11, 2023 · 1 comment
Open

"Error: 51" when reading .mpr file (technique=CVA) #15

ScottSoren opened this issue Nov 11, 2023 · 1 comment

Comments

@ScottSoren
Copy link

ScottSoren commented Nov 11, 2023

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!

@ScottSoren ScottSoren changed the title "Error: 51" When reading .mpr file (technique=CVA) "Error: 51" when reading .mpr file (technique=CVA) Nov 11, 2023
@vetschn
Copy link
Owner

vetschn commented Nov 11, 2023

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.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants