0.0.2 • Published 6 years ago

@dglmoore/abf v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

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.

0.0.2

6 years ago

0.0.1

7 years ago

0.0.0

7 years ago