-
Notifications
You must be signed in to change notification settings - Fork 13
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
abfwrite #8
Comments
not that i'm aware of... when i wrote stimulus files I used a text format to import into pclamp. |
For what it's worth it may be pretty simple to implement an ABF file writer. pyABF does this by writing ABF1 files - they have an extremely simple header and are easily loaded by clampex/clampfit and older analysis software like MiniAnalysis https://github.com/swharden/pyABF/blob/master/src/pyabf/abfWriter.py |
Ok, thanks for the link. Will try to make a matlab version at some point. |
Hi. Just had some time write a code for saving version 1.3 ABF files both in Python and Matlab. These functions save data matrix rows as separate channels rather than sweeps. |
awesome! we'll leave this issue open so that others can find your code. |
Is there an abfwrite equivalent for matlab?
The text was updated successfully, but these errors were encountered: