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

abfwrite #8

Open
dervinism opened this issue Sep 17, 2021 · 5 comments
Open

abfwrite #8

dervinism opened this issue Sep 17, 2021 · 5 comments

Comments

@dervinism
Copy link

Is there an abfwrite equivalent for matlab?

@fcollman
Copy link
Owner

not that i'm aware of... when i wrote stimulus files I used a text format to import into pclamp.

@swharden
Copy link

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

@dervinism
Copy link
Author

Ok, thanks for the link. Will try to make a matlab version at some point.

@dervinism
Copy link
Author

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.
https://github.com/dervinism/abfUtilities

@fcollman
Copy link
Owner

awesome! we'll leave this issue open so that others can find your code.

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

3 participants