Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 443 Bytes

File metadata and controls

10 lines (8 loc) · 443 Bytes

Analysis code for IBL data

Code for analysing IBL data. See https://github.com/int-brain-lab/ibllib for instructions of how to access the data (through ONE) and metadata (through Alyx).

You must update the python/define_paths_template file to include your local path. Open the script, input your path in the location depicted below and save the file as 'define_paths'.

def fig_path():
  path = 'put/your/path/here'
  return path