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
tools:antisaccade:eeg [2026/07/14 13:02] – [Saccade scoring] willtools:antisaccade:eeg [2026/07/14 13:06] (current) – [Saccade scoring] will
Line 12: Line 12:
  
 ''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>