Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • bids_lossless_eeg bids_lossless_eeg
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • bucanl_pipelines
  • bids_lossless_eegbids_lossless_eeg
  • Wiki
  • Home

Last edited by Mike Cichonski Mar 13, 2019
Page history

Home

The Lossless Pipeline

Please note that the Wiki is currently under construction. For any questions please contact us.

This repository consists of the BIDS Lossless EEG pipeline package that contains everything you need to get started processing large scale EEG data.

The following can be found through links below:

  • A fully documented tutorial taking source data from a Biosemi system through each stage of the pipeline
  • Complete list of all parameters and their uses
  • The motivation and interpretation of the steps of the pipeline
  • Overviews of the various diagnostic systems in place
  • External links for plugins used

The Wiki adheres to the following style:

  • Commands that are to be run in either Matlab or the terminal are to be in code blocks (See example below)
  • Names of scripts or directories are to be emphasized as such: hello-world.m or derivatives/lossless/code
  • Bold will be used for emphasis and menu navigation, such as: File -> Vised Configuration

Example code block:

EEG = eeg_checkset(EEG);

Navigation

The Face13 Tutorial

  • Source to raw: EEG init and BIDS-ifying
    • Assumptions and Dependencies
    • Downloading the Sample
    • Init Scripts
    • BIDS-ifying
    • Staging
  • Raw to lossless: Running the pipeline
    • Opening EEGLAB
    • Setup Context Config
    • Configuring the Remote
    • Running Your First Job
  • Lossless to QC: Quality control and more!
    • QC Init
    • QC Procedure
    • Diagnostics - UNDER CONSTRUCTION

Lossless Pipeline

  • Updates via Git
  • Directories and Structure
  • Pipeline Scripts
  • Tuning Cluster Configs

External References and Legacy Help

  • BIDS Format
  • AMICA
  • ICLabel
  • EEGLAB
  • Contact us
  • ESS and Raw File Initialization

⬆ Top of Page

Clone repository
  • assumptions
  • bidsifying
  • configuring context config
  • configuring remote
  • contributing
  • developer workflow
  • directories
  • essinit
  • Home
  • init scripts
  • install download
  • opening eeglab
  • pipeline scripts
  • postprocessingscript
  • qc init
View All Pages