Skip to content

Commit

Permalink
creating entropy preprocessing bash script
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaneMcKeon committed Aug 13, 2024
1 parent c2cc68f commit 8100ded
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Entropy/01_Entropy_Preprocessing.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Preprocessing all resting state data for the Entropy project
# Pull in raw data from hera('Raw/EEG/7TBrainMech')
# run_preprocessing_pipeline.m (/Volumes/Hera/Projects/7TBrainMech/scripts/eeg/Shane/Preprocessing_Functions)
# Set task as 'Resting_State'
# Fully preprocessed data will be in Hera/Projects/7TBrainMech/scripts/eeg/Shane/preprocessed_data/Resting_State/AfterWhole/ICAwholeClean_homogenize

matlab -nodesktop -r "addpath(genpath('../Preprocessing_Functions/')); run_preprocessing_pipeline('Resting_State')"

0 comments on commit 8100ded

Please sign in to comment.