Richard Höchenberger

Results 160 issues of Richard Höchenberger

Docstring currently says it only accepts `str`, not sure if it's a doc error or we need to add support for `path-like`. In any case, we should support `path-like`. https://github.com/mne-tools/mne-bids/blob/87c7165b978cd064c5001d2737a74c2fe2ce1c01/mne_bids/write.py#L1725-L1729

enhancement

Currently, the parameters don't accept the same input data in both functions, see https://github.com/mne-tools/mne-bids/pull/977#issuecomment-1060007085 While looking into this, I also started thinking that `get_anat_landmarks()` should probably be rename to something...

enhancement
API
code-health

Converting a small-N study from @SophieHerbst to BIDS and passing `anonymize` to `write_raw_bids()`, we found that `participants.tsv` still contained the participants' ages. This is probably intentionally so, but it can...

enhancement

I'm looking for a way to easily update `*_events.tsv`. I have a dataset where I'd like to inject a few new events (experimental breaks) into the sidecar. I don't think...

enhancement

See https://github.com/mne-tools/mne-bids/pull/695#issuecomment-786165997

enhancement

This is just to inform you of some plans I have regarding ways to help users mark channels and time periods as bad by providing a pre-selection based on automated...

enhancement

This ensures that the value in the input field can only be changed via the datepicker. Without this attribute, users may click into the input field and add arbitrary text...

I've just started working with the Builder a bit, and it occurs to me that the routine tabs are always ordered alphabetically automatically when opening a Builder experiment, disregarding previous...

💻 app/ui
🐞 bug