@dglmoore/abf

0.0.2 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i @dglmoore/abf

Weekly Downloads

5

Version

0.0.2

License

MIT

Unpacked Size

11.1 MB

Total Files

53

Last publish

Collaborators

  • dglmoore