moabb.datasets.download.nemar_dl#

moabb.datasets.download.nemar_dl(nemar_id, dataset_code, path=None, force_update=False, subject=None, verbose=None, **bids_filters)[source]#

Download a NEMAR dataset and return the local BIDS root.

Parameters:
  • nemar_id (str) – NEMAR dataset identifier.

  • dataset_code (str) – MOABB dataset code used to choose the local dataset directory.

  • path (None | str) – Base path where MOABB stores datasets.

  • force_update (bool) – Remove an existing NEMAR download before downloading again.

  • subject (str | list of str | None) – BIDS subject label(s) to pass to nemar.download().

  • verbose (bool, str, int, or None) – If not None, override default verbose level.

  • **bids_filters – Additional BIDS filters forwarded to nemar.download().

Returns:

Local BIDS root for the downloaded NEMAR dataset.

Return type:

str

Raises:

NemarDownloadError – If nemar-py fails to download the selected files.