get_example_spool

function of dascore.examples source

get_example_spool(
    example_name = random_das,
    **kwargs ,
)-> ‘dc.BaseSpool’

Load an example Spool.

Supported example spools are:

Name Description
random_das Several random patches in the spool.
diverse_das A spool with a diverse set of patch metadata for testing.

Parameters

Parameter Description
example_name The name of the example to load. Options are:
**kwargs Passed to the corresponding functions to generate data.

Raises

UnknownExample if unregistered patch is requested.