SYNC CURVES SUCH THAT ALL CURVES WILL HAVE THE SAME XMIN AND XMAX USING EXTRAPOLATION¶
Synchronises a collection of curves so that every curve shares the same X-axis domain (Xmin and Xmax) by extrapolating values where needed. Use this worker before any operation that requires all curves to be defined over an identical X range, such as averaging, correlation, or batch plotting.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Curves In | curves_in | vector | — | Collection of one or more input curves (vector type, multi-select) whose X domains need to be unified; each curve will be extrapolated at its endpoints to match the global Xmin and Xmax across all provided curves. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| curves_sync_output_1 | curves_sync_output_1 | vector | Collection of synchronised output curves (vector type) with a common X domain (shared Xmin and Xmax), produced by extrapolating each input curve to the required range. |
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_sync
Auto-generated from transformation schema. Worker id: curves_sync. Schema hash: 7be68c4af644. Hand-curated docs in workerexamples/ override this page when present.