get_example_patch

function of dascore.examples source

get_example_patch(
    example_name = random_das,
    **kwargs ,
)-> ‘dc.Patch’

Load an example Patch.

Options are: random_das, patch_with_null, wacky_dim_coords_patch, sin_wav, random_patch_with_lat_lon, example_event_1, example_event_2, ricker_moveout, dispersion_event

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.