From 8100ded409fbb32e08de9e3a79ad92f381d2b0ee Mon Sep 17 00:00:00 2001 From: shanemckeon Date: Tue, 13 Aug 2024 15:54:38 -0400 Subject: [PATCH] creating entropy preprocessing bash script --- Entropy/01_Entropy_Preprocessing.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Entropy/01_Entropy_Preprocessing.sh diff --git a/Entropy/01_Entropy_Preprocessing.sh b/Entropy/01_Entropy_Preprocessing.sh new file mode 100644 index 0000000..d206c1c --- /dev/null +++ b/Entropy/01_Entropy_Preprocessing.sh @@ -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')"