meanap.pipeline.example_data

Download the shared example dataset used by the MATLAB and Python test pipelines.

Mirrors downloadExampleData.m (Dropbox source only).

Functions

download_example_data(home_dir[, log])

Download the example recordings into home_dir/ExampleData.

meanap.pipeline.example_data.download_example_data(home_dir, log=None)[source]

Download the example recordings into home_dir/ExampleData.

Skips files that already exist. Returns the path to the ExampleData folder.

Parameters:
  • home_dir (Path)

  • log (Callable[[str], None] | None)

Return type:

Path