LNCD

Table of Contents

  • LNCD Home
  • Administration
  • Notebooks
  • Journal Club Presentations
  • Publications
  • Current Projects
  • Completed Projects
  • Current Grants
  • Datasets by Project
  • Brain ROIs and Measures
  • ️Tools And Methods
  • Big Data
  • RA Homepage
  • Undergrad Resources
  • Recent Changes
  • Maintenance
  • Site Map
  • Random Page
LNCD
Admin » Anti @ EEG

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
tools:antisaccade:eeg [2025/04/30 16:24] – created willtools:antisaccade:eeg [2026/07/14 13:06] (current) – [Saccade scoring] will
Line 1: Line 1:
 ====== Anti @ EEG ====== ====== Anti @ EEG ======
  
-From [https://github.com/LabNeuroCogDevel/mgs_encode_memory.py/blob/master/vgs_anti.py|vgs_ant.py]] ([[:tools:psychopy]]) part of [[:tools:mgs|Memory Guided Saccade (MGS) Task]], same interface can also run [[:tools:vgs]].+Anti@EEG is a version of [[:tools:antisaccade]] originally developed for [[:grants:7t]]. 
 + 
 +The source is [[https://github.com/LabNeuroCogDevel/mgs_encode_memory.py/blob/master/vgs_anti.py|vgs_ant.py]] ([[:tools:psychopy]]) part of [[:tools:mgs|Memory Guided Saccade (MGS) Task]], same interface can also run [[:tools:vgs]].
  
 Used in [[:grants:7t:eeg]],  [[:grants:habit:eeg]],  [[:grants:spa:eeg]] Used in [[:grants:7t:eeg]],  [[:grants:habit:eeg]],  [[:grants:spa:eeg]]
 +
 +===== Saccade scoring =====
 +
 +Using EOG, see [[:tools:antisaccade#eog_data]]
 +
 +''Hera/Projects/7TBrainMech/scripts/eeg/eog_cal''
 +
 +<code make /Volumes/Hera/Projects/7TBrainMech/scripts/eeg/Makefile>
 +eog_cal/eye_scored_mgs_eog_cleanvisit.csv: eog_cal/eye_scored_mgs_eog.csv
 +        cd eog_cal && Rscript clean_eog_visit.R
 +
 +eog_cal/eye_scored_mgs_eog.csv: $(wildcard /Volumes/Hera/Raw/EEG/7TBrainMech/1*_2*/*_mgs*.bdf) $(wildcard /Volumes/Hera/Raw/EEG/7TBrainMech/1*_2*/*_MGS*.bdf)
 +        cd eog_cal && ml score_eog.m
 +</code>