Stefan Appelhoff
Stefan Appelhoff
old and new PDFs are stored here: https://doi.org/10.5281/zenodo.3686061 --- the "Code of Conduct" works, because we have it in the `bids-standard/.github` repository, which tells GitHub to display it in any...
> in our internal google spreadsheet just so that I understand: I assume you mean the doc called "BEP project status" under `BIDS_maintainers/BEPs`?
this will be particularly interesting once MNE starts to export to pybv ... because we'll want to capture as much of the FIF data as possible for a round-trip. -...
as discussed in #77, the input for a `coordinates` parameter in `write_brainvision` could be a list of dicts: ``` [ { "name": "LPA", "x": 0.3, "y": 4.5, "z": 6.1, },...
we'd probably need to look at these three functions in mne - get_ras_to_neuromag_trans - compute_native_head_t - transform_to_head and simplify them for use here without adding mne as a dependency.
When we all agree that we should get a separate page (+ top level header) for the extensions, we can think about re-structuring the extensions table in general. #104 is...
Thanks Clemens, I will have time to review this later this week!
we should find a way to automate this / make it a responsibility of the BEP leads to update this using PRs. Perhaps we could tweak the bot so that...
> Coming from MNE, the private _export_mne_raw() function already does the job (it sets the type of all markers to Comment). I assume you are referring to this? https://github.com/bids-standard/pybv/blob/79dceaa02f6a2da77e8d5b27979ee3f378626137/pybv/_export.py#L126-L130 >...
@timonmerk I think the maintained repo of pylsl is https://github.com/labstreaminglayer/liblsl-Python @cboulay @chkothe would it perhaps be reasonable to make people aware of that in the README of this repo?