Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.
Dan Meliza edited this page Mar 11, 2014 · 6 revisions

File formats

mspikes works with a variety of different file formats:

  • ARF (Advanced Recording Format) files are HDF5 files that adhere to some specifications on how data and metadata are organized in the file. ARF is an archival format intended for storing neurophysiological, acoustic, and behavioral data. The specification and some useful libraries are managed under the arf github repository
  • ev-json files store time of event data and associated metadata in JSON (Javascript Object Notation). The format is intended for transmitting processed spike and behavioral event data over HTTP. A description of the format is here on the wiki at JSON Event Format

Resources

Clone this wiki locally