Would it make sense to set all arguments in pick_types to False by default? In other words, currently everything is False except for meg. I know where this is coming from, but for people working with EEG, NIRS, or other non-MEG signals, we always have to include meg=False in addition to e.g. eeg=True.
Would it make sense to set all arguments in
pick_typestoFalseby default? In other words, currently everything isFalseexcept formeg. I know where this is coming from, but for people working with EEG, NIRS, or other non-MEG signals, we always have to includemeg=Falsein addition to e.g.eeg=True.