Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.09 KB

File metadata and controls

34 lines (24 loc) · 1.09 KB

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__)"