derotation.sample_data#

Fetch and load sample datasets for derotation examples.

This module provides functions for fetching sample data used in examples. The data are stored in a remote repository and are downloaded to the user’s local machine the first time they are used.

Functions

fetch_data(filename)

Fetch a sample data file.

derotation.sample_data.fetch_data(filename)[source]#

Fetch a sample data file.

Parameters:

filename (str) – Name of the file to fetch.

Returns:

Path to the downloaded file.

Return type:

Path