get_example_patch

function of dascore.examples source

get_example_patch(
    example_name ,
    **kwargs ,
)-> Patch

Load an example Patch.

Parameters

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

Raises

UnknownExample if unregistered patch is requested.