CURVES Y ONLY¶
Strips the X-axis values from one or more input curves and replaces them with a zero-based integer index, retaining only the Y values. Use this worker when you need to compare or process curve amplitudes independently of their original X domain.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Curve In | curve_in | vector | — | One or more input curves (vector format) whose Y values will be extracted; X values are discarded and replaced with a zero-based integer index. Accepts multiple curves. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| curves_y_output_1 | curves_y_output_1 | vector | Group of re-indexed curves where each curve’s X axis is a zero-based integer sequence [0, 1, 2, …] and the Y values are unchanged from 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_y
Auto-generated from transformation schema. Worker id: curves_y. Schema hash: a5be72cce1a7. Hand-curated docs in workerexamples/ override this page when present.