CLIP THE CURVES BASED ON EITHER X OR Y RANGES¶
Clips one or more curves at the point of maximum Y value, discarding all data points beyond that peak. Use this worker to truncate curves at their highest response value, for example to remove post-failure noise from force-displacement or stress-strain signals.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Curves To Be Clipped | curvestobeclipped | vector | — | One or more input curves (vector) to be clipped at their maximum Y value; accepts multiple curves simultaneously — leave empty to pass through no data. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| curves_clipatmaxy_output_1 | curves_clipatmaxy_output_1 | vector | Transformed curves (vector) with each input curve truncated at its peak Y value; same units and format 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_clipatmaxy
Auto-generated from transformation schema. Worker id: curves_clipatmaxy. Schema hash: ac074bf18f35. Hand-curated docs in workerexamples/ override this page when present.