Hello there BST community,
I have a question regarding the below data-tree.

Each file named "_notch_band" has 2 active projectors; eye-blink SSP and EEG Average-Reference.
I would like to apply the exact same 2 active projectors to the corresponding "_notch_band_02" files.
For example, this means that I need to apply the 2 active projectors of the link to raw file "1k45N10_notch_band" to the corresponding "1k45N10_notch_band_02" and similarly for all other files in the data-tree.
What is the quickest way to achieve this?
I thought about saving the active projectors and importing the files manually to each "_notch_band_02" file but thought this might be too labor-intensive. Any ideas would be greatly appreciated!
Many thanks.
The situation is related to how the _notch_band_02 files are created:
_notch_band = Notch filter -> Bandpass filter -> SSPs computation
_notch_band_02 = Notch filter -> Bandpass filter
There are at least two ways to address this:
-
With programming: make a script that will copy the SSPs from each _notch_band file to its respective _notch_band_02 file
-
Changing the way _notch_band_02 file is to created. To create that file from _notch_band file, instead of the _notch file.
To do so, you can run a process that does not modify the data:
- Place the
_notch_band file in Process1 Tab
- Run the process Pre-process > Run Matlab command with
Data = Data; as script and for all sensors (empty field).

- This will create the
_notch_band_matlab file with has the SSPs applied (this means they cannot be turned off/on any more).