Skip to content

v0.6 🎄

Compare
Choose a tag to compare
@hoechenberger hoechenberger released this 16 Dec 18:57
3f510bc

These are challenging days for many of us, and to make your lives ever so slightly easier, we've been working hard to deliver this early
Christmas present 🎁 And even if you do not celebrate Christmas, we are quite certain you will like what we got for you! So – what are you waiting for? It's time to unwrap!

Notable changes

  • The new Inspector, which can be invoked via :func:mne_bids.inspect_dataset, allows you to interactively explore your raw data,
    change the bad channels selection, and edit :class:mne.Annotations. It also performs automated detection of flat data segments
    or channels, to assist you during visual inspection. The capabilities of the inspector will be further expanded in upcoming releases of
    MNE-BIDS.

  • To further assist you during data inspection, we have added a function to summarize all events present in a dataset,
    :func:mne_bids.stats.count_events.

  • Sidecar JSON files can now be updated using a template via :func:mne_bids.update_sidecar_json.

  • You can now read and write FLASH MRI images using :func:mne_bids.write_anat. We also fixed some issues with MRI defacing
    along the way.

  • Event durations are now preserved upon reading and writing data (we used to set all event durations to zero before).