Skip to content

chrishalcrow/loadi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Download the repo

git clone https://github.com/chrishalcow/loadi
cd loadi

Then install into your environment:

pip install .

or run directly with uv from the loadi directory:

uv run python

Can be used to load data. E.g:

from loadi import NagelhusMoser2023Experiment
experiment = NagelhusMoser2023Experiment()
session = experiment.get_session('27207', 'CA3_12', 'object moved')
units = session.load_units()

Looping will loop through every session in the experiment (might take a while!)

for session in experiment:
    print(session.load_subject_position())

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages