Giter VIP home page Giter VIP logo

eeg_cit_analysis's Introduction

EEG-pupil CIT Analysis

This repository hold the preprocessing and analysis script for the EEG-pupil CIT study conducted by Robbert van der Mijn and Elkan Akyurek in 2023.

Getting started

Package managers

To run these analyses, clone this repository to your own system

git clone https://github.com/robbertmijn/eeg_cit_analysis

Install a package manager such as Anaconda. The GUI of Anaconda allows you to find IDE's in which you can write, review and run python scripts (such as Spyder or VSCode). From the terminal, you can ask Anaconda to create a new environment which can help keeping packages and their versions separated between projects:

conda create --name eeg

Each time you use python somewhere, make sure to activate that environment:

conda activate eeg

Most GUI's allow you to select which environment is used by default (which saves you from having to activate it each time you start the GUI.

Dependencies

Install eeg_eyetracking_parser. This will also install a number of other required packages. If installation is not succesfull, try to manually install the packages listed here. Make sure you do this step while your conda env is activated:

pip install eeg_eyetracking_parser

Processing data

Copy participant data to your cloned directory. The data should be in BIDS format. Start with 1 pp to test the pipeline.

Process data using the batch processor. We can pass some arguments to the scripts by using this syntax:

python batch_process.py --n-process 4 --subjects 3 --GA_stats False

eeg_cit_analysis's People

Contributors

robbertmijn avatar

Watchers

Sebastiaan Mathot avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.