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

Accuracy of data in .par file about VersaStudio #284

Open
Earnest-pyja opened this issue Nov 10, 2023 · 3 comments
Open

Accuracy of data in .par file about VersaStudio #284

Earnest-pyja opened this issue Nov 10, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@Earnest-pyja
Copy link

Hello,

I have a problem in dealing with the data in .par file. Because i found the Zre and Zim data in .par file in different from the data exported with VersaStudio.
The manual of VersaStudio also points out this issue:"The EIS data within the raw data file is un-calibrated and should not be used for data analysis. Only EIS data that is copied and pasted from within VersaStudio should be used for any data exportation and analysis. "
I read the code of impedance.py, it seems raw data of .par file is not processed.
So I want to know how to deal with it, or I missed the code dealing with this issue.

Thanks.

@Earnest-pyja Earnest-pyja added the enhancement New feature or request label Nov 10, 2023
@mdmurbach
Copy link
Member

Unfortunately, if the data in the .par file is not meant to be used for data analysis, then I don't think that impedance.py will be able to be used (unless you know what processing VersaStudio is applying and we can add it). You can see here, that the readVersaStudio is just reading in the Segment value directly. @BGerwe have you seen this issue at all? Should we add a disclaimer to the readVersaStudio function?

@Earnest-pyja do you have a link to the manual/section that you can share so we can add a reference?

@BGerwe
Copy link
Collaborator

BGerwe commented Nov 26, 2023

Unfortunately, I'm not very familiar with this issue. I briefly worked with data in .par format, but my collaborators collected the data so I never really interacted with their software

@Earnest-pyja
Copy link
Author

Earnest-pyja commented Nov 28, 2023

Unfortunately, if the data in the .par file is not meant to be used for data analysis, then I don't think that impedance.py will be able to be used (unless you know what processing VersaStudio is applying and we can add it). You can see here, that the readVersaStudio is just reading in the Segment value directly. @BGerwe have you seen this issue at all? Should we add a disclaimer to the readVersaStudio function?

@Earnest-pyja do you have a link to the manual/section that you can share so we can add a reference?

I found it in this website (page 104--Appendix 3): https://manualzz.com/doc/28282919/versastudio---princeton-applied-research.

"The EIS data within the raw data file is un-calibrated and should not be used for data analysis. Only EIS data that is copied and pasted from within VersaStudio should be used for any data exportation and analysis. "

Actually, this sentence is from "VersaStudio Software Manual", you could find it in official manual directly.

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

No branches or pull requests

3 participants