equalize epoch counts for EpochsTFR

Hello Community,

currently the mne.epochs.equalize_epoch_counts() function only works on Epochs objects but not on TFREpochs, is there a reason for this?

Best,

Carina

no reason that I’m aware of. Would you have time to make a PR to add it? Seems like a useful addition / nice to be more consistent.

1 Like

corresponding GitHub issue: add equalize_event_counts method to EpochsTFR · Issue #11776 · mne-tools/mne-python · GitHub

1 Like