mne-tools / mne-bids-pipeline

Automatically process entire electrophysiological datasets using MNE-Python.
https://mne.tools/mne-bids-pipeline/
BSD 3-Clause "New" or "Revised" License
138 stars 65 forks source link

ENH: Add T1 and FLASH BEM to website #758

Closed larsoner closed 1 year ago

larsoner commented 1 year ago

Before merging …

  1. Refactor BEM report plotting as helper
  2. Add it to the BEM surfaces step (will be replaced in the forward step e.g. if the BEM surfaces don't need to be made / already exist, which should be fine)
  3. Add back T1_BEM and FLASH_BEM to website now that their reports exist
  4. Add some ignores to mkdocs using mkdocs-exclude plugin to avoid some of the cruft visible here:

    image

larsoner commented 1 year ago

Okay it finally works after some cycles needed to properly DRY our CircleCI config a bit:

Just pushed a [ci skip] commit to fix the redirector, too, but we won't be able to see that work until it lands in main.

larsoner commented 1 year ago

@hoechenberger feel free to review and merge if you're happy

hoechenberger commented 1 year ago

Thanks @larsoner!