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.
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.ymlThen, activate the new environment:
mamba activate trfTo later update TRF-Tools to the latest version, use:
pip install -U https://github.com/christianbrodbeck/TRF-Tools/archive/main.zipTo see what version you have currently installed, run:
python -c "import trftools; print(trftools.__version__)"