-
Notifications
You must be signed in to change notification settings - Fork 8
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
Load OCV Curve Data #15
Comments
The OCVCURVE table appears to be generated in framework 6.xx. As of Gamry Framework 7.07, the OCVCURVE table is not generated. Instead, we can look to 2 lines indicating activity:
DELAY indicates the desired stability threshold before the test may commence, and Related to this, data from any CONDITIONING period is not saved by framework (run chronoamperometry for a specific amount of time before starting the experiment) |
Do you have documentation for different versions of DTA files? I've found this description but no details for different versions (6.xx or 7.xx). |
Unfortunately not. It just happens that some potentiostats that we use are on older licenses that cannot run with the newer framework version. I put together most of the package based on real DTA files as well as Gamry's Framework Help Reference |
I have an initial implementation for this that returns either the contents of the ocvcurve table (or header param EOC), or None. Doesn't currently perform any number formatting, but will make sure it's locale-aware. https://github.com/bcliang/gamry-parser/tree/ocvcurve-and-missing-tests Once this feature is merged (along with tests), I'll rev the version of the package to 0.3.x |
Currently, OCVCURVE data is ignored by the parser (#13).
Instead, (if it exists) the OCV data should be kept and made accessible to the user.
Currently:
self.ocv_curve
indicates if the DTA file contained an OCV curve in the header.Fix:
The text was updated successfully, but these errors were encountered: