id3c.plans.sim_plans#

For development and testing only, provides plans.

sim_count_plan(oregistry[, num, imax, md])

Demonstrate the count() plan.

sim_print_plan(oregistry)

Demonstrate a print() plan stub (no data streams).

sim_rel_scan_plan(oregistry[, span, num, ...])

Demonstrate the rel_scan() plan.

Attributes#

Functions#

sim_count_plan(oregistry[, num, imax, md])

Demonstrate the count() plan.

sim_print_plan(oregistry)

Demonstrate a print() plan stub (no data streams).

sim_rel_scan_plan(oregistry[, span, num, imax, ...])

Demonstrate the rel_scan() plan.

Module Contents#

id3c.plans.sim_plans.logger[source]#
id3c.plans.sim_plans.DEFAULT_MD[source]#
id3c.plans.sim_plans.sim_count_plan(oregistry, num: int = 1, imax: float = 10000, md: dict = DEFAULT_MD)[source]#

Demonstrate the count() plan.

id3c.plans.sim_plans.sim_print_plan(oregistry)[source]#

Demonstrate a print() plan stub (no data streams).

id3c.plans.sim_plans.sim_rel_scan_plan(oregistry, span: float = 5, num: int = 11, imax: float = 10000, center: float = 0, sigma: float = 1, noise: str = 'uniform', md: dict = DEFAULT_MD)[source]#

Demonstrate the rel_scan() plan.