I would like to subset my Epochs variable by selecting epochs which are present in one condition but not present in another. For example, to use the sample dataset ‘sample_audvis_filt-0-40_raw.fif’, I would like to know how to select the epochs around ‘auditory’ events but not ones which are also ‘left’. Is this a way that I can do this that is similar to new_epochs = epochs[‘auditory/left’]?
I know in this example that I could just select the ‘right’ events instead but in my own data I have several levels to one variable and would like to select all but one of these levels.