.. _auto_curves_sqrt: *COMPUTE THE Y-SQRT OF THE CURVES* ================================== Applies a square-root transformation to the y-values of one or more input curves (equivalent to raising each y-value to the power of 0.5). Use this worker when you need to compress the dynamic range of curve amplitudes or linearise a relationship before further analysis. When to use ----------- Classification: **process**. Tagged: ``curve``, ``math``, ``power``, ``sqrt``, ``y-transform``. Inputs ------ .. list-table:: :header-rows: 1 :widths: 20 20 20 20 20 20 * - Label - ID - Type - Default - Required - Description * - Curve - input_curve - vector - — - - One or more input curves whose y-values will be square-rooted; accepts multiple vector curves — leave empty to pass through nothing (input is optional). Outputs ------- .. list-table:: :header-rows: 1 :widths: 20 20 20 20 * - Label - ID - Type - Description * - curves_sqrt_output_1 - curves_sqrt_output_1 - vector - Transformed curve(s) with y-values replaced by their square root (y_out = √y_in); x-values are preserved unchanged. Disciplines ----------- - 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_sqrt `_ .. raw:: html

Auto-generated from transformation schema. Worker id: curves_sqrt. Schema hash: 66ff42fbcfc7. Hand-curated docs in workerexamples/ override this page when present.