get_example_spool
get_example_spool(
example_name = random_das,
**kwargs ,
)-> ‘dc.BaseSpool’
Load an example Spool.
Options are: random_das, diverse_das
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.