Metadata-Version: 2.1
Name: arf
Version: 2.6.1
Summary: Advanced Recording Format for acoustic, behavioral, and physiological data
Home-page: https://github.com/melizalab/arf
Download-URL: https://github.com/melizalab/arf/archive/2.6.1.tar.gz
Author: Dan Meliza
Maintainer: Dan Meliza
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: C++
Classifier: Topic :: Scientific/Engineering
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Natural Language :: English
License-File: COPYING


Library for reading and writing Advanced Recording Format files. ARF files
are HDF5 files used to store audio and neurophysiological recordings in a
rational, hierarchical format. Data are organized around the concept of an
entry, which is a set of data channels that all start at the same time.
Supported data types include sampled data and event data (i.e. spike times).
Requires h5py (at least 2.8) and numpy (at least 1.3).
