Adam Li

Results 458 comments of Adam Li
trafficstars

My understanding of our simplification is to entirely remove the attempt at "matching basenames" inside `fpath`, and simply have `fpath` be an appendage of `BIDSPath.directory` and `BIDSPath.basename`. Is this correct?

I am running into an error with the emptyroom stuff, which I am now out of my depth as to how to address the issue. Those functions use `fpath` to...

Here's a code snippet that should reproduce given just any data file ```Python # read in raw that has a montage # set BIDSPath bids_path = BIDSPath(subject='01', session='01', run='01', suffix='ieeg',...

I haven't dealt much with needing to store reference chs, can you educate us a bit on what the purpose of storing an empty reference channel is in `*channels.tsv` BIDS...

> I initialize the mne.io.RawArray using raw data (either from fieldtrip or actual raw data) if reading from EDF, use instead `mne.io.read_raw_edf`, and things should work. I haven't tried from...

> glad you found a way out but in any case this step https://github.com/mne-tools/mne-bids/blob/master/examples/convert_ieeg_to_bids.py#L149 is really not nice. We should not do hacks like this in public facing examples. Yeah...

At the very minimum from an iEEG perspective, I would 200% use anything that helps me automate "flat" and "high-frequency" noise channels because it's super tedious for me to fire...

Not sure how likely it is to get an explicit BIDs guidance on adding `channels`, but we can follow HED as suggested in https://github.com/bids-standard/bids-specification/issues/959#issuecomment-995181723 for adding our channel names. The...

This looks good to me! I am okay with enabling this in one go with #928 ? From https://github.com/bids-standard/bids-specification/issues/959#issuecomment-995098334 it seems like generally BIDS would want the PR if we...

Hi @richardkoehler we've added some more details to the `convert ieeg to bids` example: https://github.com/mne-tools/mne-bids/pull/717 The main issue with MNE and BIDS is that there is only one iEEG coordinate...