Skip to content

A brief tutorial for working with single unit spiking data.

Notifications You must be signed in to change notification settings

HSUPipeline/SpikeTutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpikeTutorial

This is a tutorial for working with spiking data, in particular single-unit data collected from human subjects.

Overview

For a related list of relevant tools and resources, see the SpikeResources open list.

Data

There are two data files associated with this tutorial:

  • object_data.nwb is an example data file with a visual object recognition task
  • spatial_data.nwb is an example data file with a spatial task

Note that these datafiles are organized in the NWB format.

For examples and resources relating to storing human single neuron data in NWB files, see these NWB Examples.

Requirements

As well as standard scientific Python modules (numpy, matplotlib, etc), this repository requires:

The full set of requirements is described in the requirements.txt file.