Skip to main content

config

Config for the fluid volume calculation step (v1).

Classes

FluidCalculationConfig

class FluidCalculationConfig(**data: Any):

Config for the fluid volume calculation step.

All fields are required — defaults are provided by the YAML template.

Create a new model by parsing and validating input data from keyword arguments.

Raises [ValidationError][pydantic_core.ValidationError] if the input data cannot be validated to form a valid model.

self is explicitly positional-only to allow self as a field name.

Variables

  • static fluid_volume_include_segmentations : list[str]
  • static model_config