Skip to content

christianbrodbeck/TRF-Tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

371 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TRF-Tools

Tools for data analysis with multivariate temporal response functions (mTRFs). This repository mostly contains tools that extend Eelbrain but are not deemed stable enough to be included in the main release. Includes a TRF extension of the Eelbrain Pipeline, documented here.

Installing

TRF-Tools works with the BIDS Pipeline, which is under active development. For experiments using the old file structure, see the legacy branch.

For setting up an environment for the BIDS TRF Pipeline, use the following Terminal commands:

curl -L -O https://github.com/christianbrodbeck/TRF-Tools/raw/main/env-trf.yml
mamba env create -f env-trf.yml

Then, activate the new environment:

mamba activate trf

To later update TRF-Tools to the latest version, use:

pip install -U https://github.com/christianbrodbeck/TRF-Tools/archive/main.zip

To see what version you have currently installed, run:

python -c "import trftools; print(trftools.__version__)"

About

Tools for analyzing TRFs

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages