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 (
Modeorstr, optional) – Mode or mode ID for which the pipeline is configured. By default, the current active mode is used.integrator (
IntegratororNone, optional) – Integrator used for the experiment; indicates whether the moment was calculated during the integration.
- Returns:
See also