Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.69 KB

README.md

File metadata and controls

30 lines (24 loc) · 1.69 KB

StarterPack

  • to learn python and neuroseries quickly.
  • This package is intended for the Peyrache Lab internal usage.
  • Scripts should be read and tested in your favorite python environment in the following order:
  1. main1_basics - Nice and gentle walktrough of python, numpy and matplotlib.
  2. main2_neuroseries - Introduction to neuroseries for handling spike times, time series and epochs.
  3. main3_tuningcurves - How to make an angular tuning curve?
  4. main4_raw_data - How to load data coming from the preprocessing pipeline (i.e. .res, .clu files)?
  5. main5_matlab_data - Too bad, Adrien asked you to analyse his old data saved in matlab...
  6. main6_autocorr - How to make an auto-correlogram ?
  7. main7_replay - How to do bayesian decoding?

Requirements

  • python 3
  • numpy
  • scipy
  • pandas
  • matplotlib
  • numba
  • pycircstats
  • pytables
  • nose
  • neuroseries (It's best to use version located inside the StarterPack)

Example data

The example session KA28-190405 that should be saved in /StarterPack/data_raw/ can be found here