CURVE ABS¶
Applies the absolute-value operation element-wise to every Y-value of the input curve, leaving the X-axis unchanged. Use this worker whenever a curve may contain negative amplitudes that should be reflected to positive (e.g. signed force or displacement signals).
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Curve | curve | vector | — | Input curve (X/Y vector) whose Y-values will be transformed to their absolute values; accepts any numeric time-history or XY signal. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| curve_abs_output_1 | curve_abs_output_1 | vector | Output curve with identical X-values as the input and all Y-values replaced by their absolute (non-negative) counterparts. |
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=curve_abs
Auto-generated from transformation schema. Worker id: curve_abs. Schema hash: 6eec61334a97. Hand-curated docs in workerexamples/ override this page when present.