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

Both sides previous revisionPrevious revision
Next revision
Previous revision
tools:antisaccade:eeg [2026/07/14 13:01] – [Saccade scoring] willtools:antisaccade:eeg [2026/07/14 13:06] (current) – [Saccade scoring] will
Line 11: Line 11:
 Using EOG, see [[:tools:antisaccade#eog_data]] Using EOG, see [[:tools:antisaccade#eog_data]]
  
-''/Volumes/Hera/Projects/7TBrainMech/scripts/eeg/eog_cal''+''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>