eradiate.pipelines.config#
- eradiate.pipelines.config(measure, mode=None, integrator=None)[source]#
Generate a pipeline configuration for a specific scene setup.
- Parameters:
measure (
Measure
)mode (
Mode
orstr
, optional) – Mode or mode ID for which the pipeline is configured. By default, the current active mode is used.integrator (
Integrator
orNone
, optional) – Integrator used for the experiment; indicates whether the moment was calculated during the integration.
- Returns:
See also