Frequency-following response (FFR) analysis code for the EAM1 project
Manuscript in preparation – stay tuned for a preprint, coming soon!
TODO: Share data on OpenNeuro
- Extract precise sound onset timing from the EEG ergo channel: get_event_onsets_stimtrack.ipynb
- Convert the EEG data to the Brain Imaging Data Structure (EEG-BIDS): bids-conversion.ipynb
- Preprocess and analyze the FFRs: ffr_processing-minimal_mne-bids.ipynb
- Preprocess and analyze the cortical ERPs: erp_processing-minimal_mne-bids.ipynb
Before making a commit, please set up the following gitconfig filter to avoid metadata clutter:
- Make sure nbconvert is installed (pip install nbconvert or conda install nbconvert)
- Windows: in a bash terminal, run:
bash setup-git-jupyter-filters.sh - Mac: run
chmod +x setup-git-jupyter-filters.shthen./setup-git-jupyter-filters.sh