CUSTOM DIGITIZER¶
Resamples (digitizes) an input curve at a custom set of user-specified X coordinates, returning a new curve whose X values match the provided points. Use this worker when you need to extract curve values at arbitrary, non-uniform X locations rather than at the original sampled points.
When to use¶
Classification: process.
Tagged: curve, custom_x, digitizer, interpolation, resample, transformations.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Curve 1 | curve1 | vector | — | Input curve (X/Y vector) to be digitized; if omitted the worker expects the curve to be provided via pipeline context. | |
| X-points | x_points | textarea | — | Whitespace- or comma-separated list of X coordinates at which the input curve will be evaluated (interpolated); leave blank only if the desired X points are supplied by an upstream connection. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| Digitized Curve | digitized_curve | vector | Resampled curve whose X values are exactly the user-specified X points and whose Y values are interpolated from the input curve. |
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_custom_digitizer
Auto-generated from transformation schema. Worker id: curve_custom_digitizer. Schema hash: e976e3045981. Hand-curated docs in workerexamples/ override this page when present.