.. _auto_curves_apply_offset_by_slip: *APPLY OFFSET DUE TO SLIP* =========================== Applies a slip-based X-axis offset to a set of curves by shifting each curve according to pre-computed slip values. Use this worker when physical test curves need to be time- or displacement-aligned by correcting for measured slip at the sensor or fixture. When to use ----------- Classification: **process**. Tagged: ``curve_alignment``, ``offset``, ``slip``, ``slip_correction``, ``test_correction``, ``x_shift``. Inputs ------ .. list-table:: :header-rows: 1 :widths: 20 20 20 20 20 20 * - Label - ID - Type - Default - Required - Description * - Curves To Get The Slip-offset - curvestogettheslip-offset - vector - — - - Collection of curves (vector of curve objects) to which the slip-based offset will be applied; each curve's X-axis will be shifted by its corresponding slip value. * - Slip Values - slip_values - keyvalue - — - - Key-value map of slip magnitudes (dimensionless or in the curve's X-axis units) keyed by curve identifier; used to determine the per-curve offset amount applied during the transformation. Outputs ------- .. list-table:: :header-rows: 1 :widths: 20 20 20 20 * - Label - ID - Type - Description * - curves_apply_offset_by_slip_output_1 - curves_apply_offset_by_slip_output_1 - vector - Slip-corrected curves with the X-axis offset applied, returned as a vector of curve objects in the same format and units as the input curves. 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_apply_offset_by_slip `_ .. raw:: html

Auto-generated from transformation schema. Worker id: curves_apply_offset_by_slip. Schema hash: 80df92afa179. Hand-curated docs in workerexamples/ override this page when present.