BhallaLab / Asymmetries-Analysis-Scripts

Short scripts to analyse and plot grid stimulation data for asymmetries project
0 stars 1 forks source link

ABF file reading problem #2

Open AdityaAsopa opened 5 years ago

AdityaAsopa commented 5 years ago

Locating which bytes correspond to what information by reading through the whole binary files byte-by-byte.

dilawar commented 5 years ago

https://github.com/swharden/pyABF/blob/master/docs/advanced/abf-file-format/readme.md

This will be of great help.

⁣Sent from handheld device. Please pardon brevity and typos.

Get BlueMail for Android ​

On 22 Apr 2019, 10:58 PM, at 10:58 PM, Aditya Asopa notifications@github.com wrote:

Locating which bytes correspond to what information by reading through the whole binary files byte-by-byte.

-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/BhallaLab/Asymmetries-Analysis-Scripts/issues/2

AdityaAsopa commented 5 years ago

Yes, I saw. I am using this info from pyABF to implement it in MATLAB. Thanks :)