Skip to content

A package for reading Axon Binary Format (ABF) files

License

Notifications You must be signed in to change notification settings

ELIFE-ASU/abfjs

Repository files navigation

abf

A package for reading Axon Binary Format (ABF) files

Build Status

Installation

npm install @dglmoore/abf

Quickstart

const ABF = require('@dglmoore/abf');
const abf = ABF('demo.abf');
abf.set_sweep(0);
console.log(abf.sweep_x);
console.log(abf.sweep_y);

Acknowledgements

The abf package is and will continue to be heavily influenced by the pyABF project.

About

A package for reading Axon Binary Format (ABF) files

Resources

License

Stars

Watchers

Forks

Packages

No packages published