Brian Gerwe
Brian Gerwe
Hi, I believe that's a limitation of the file type GitHub supports. You could share it by: 1. posting a link to another file hosting service (Dropbox or Google Drive)...
Hi @Gold247, sorry we didn't get back to you quickly. Your original post about including other error analysis metrics seems valuable to me. Feel free to reopen this issue if...
@hkennyv I can share an `.mpr` from EC-Lab v11.18, but I've never worked with reading binary files so I didn't want to mess with it originally. But we should discuss...
The data file is now in the `data/BioLogic_mpr` branch
Yep! Just pushed a commit replacing the `.mpr` with the same data that's in `exampleDataBioLogic.mpt`, and added a `.txt` version too. The `.txt` is also attached [here.](https://github.com/ECSHackWeek/impedance.py/files/4730726/exampleDataBioLogic.txt) To explain a...
It's been a little while since I've used Zview but it looks like only a selected subset of the data is being fit, whereas with impedance.py the whole data set...
I figured out the solution for my use-case by using Athena project Groups. However, I'll keep the issue open unless it is expected behavior. To show this behavior isn't tied...
I really like the idea of user defined elements! But I am leaning towards not allowing folks to overwrite the existing circuit components. IMO, if someone is going to write...
Hi @Negarrafiee, it looks like this can't be read in by `preprocessing.readCSV` because it's tab-delimited instead of comma separated. This should be a relatively easy fix by adding a kwarg...
With the addition of custom elements in #219, can we close this?