.. _auto_curves_divide_pairs: *DIVIDE PAIRS OF CURVES* ======================== Divides paired curves element-wise, producing a single output curve whose Y-values are the quotient of Curve Group 1 divided by Curve Group 2. Use this worker when you need to normalise, ratio, or compare two matching curve sets within a workflow. When to use ----------- Classification: **process**. Tagged: ``curve_division``, ``curve_math``, ``divide``, ``element_wise``, ``pair``, ``ratio``. Inputs ------ .. list-table:: :header-rows: 1 :widths: 20 20 20 20 20 20 * - Label - ID - Type - Default - Required - Description * - Curve 1 - curve_group1 - vector - — - - Numerator curve or collection of curves (dividend); each curve's Y-values are divided by the corresponding Y-values of Curve Group 2. Accepts multiple curves when performing batch pair-wise division. * - Curve 2 - curve_group2 - vector - — - - Denominator curve or collection of curves (divisor); must be paired and x-aligned with Curve Group 1. Ensure no Y-values are zero to avoid division-by-zero artefacts. Outputs ------- .. list-table:: :header-rows: 1 :widths: 20 20 20 20 * - Label - ID - Type - Description * - curves_divide_pairs_output_1 - curves_divide_pairs_output_1 - vector - Resulting curve (or batch of curves) where each Y-value is the element-wise quotient of Curve Group 1 divided by Curve Group 2, sharing the same X-axis as the inputs. Disciplines ----------- - data.curve.pair - data.curve.transform Runnable example ---------------- A runnable example is registered for this worker. Open the example workflow on the d3VIEW canvas: `/api/workflow/example?id=curves_divide_pairs `_ .. raw:: html

Auto-generated from transformation schema. Worker id: curves_divide_pairs. Schema hash: 9ab3e9a62600. Hand-curated docs in workerexamples/ override this page when present.