/intanrhsreader

Python reader for .rhs data files

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Intan RHS Single File Data Loader

Intall the package directly from this repo by running:

pip install git+https://github.com/datajoint/intanrhsreader.git

To load a single rhs file:

from intanrhsreader import load_file

rhsdata = load_file("<filepath>")