CREATE A NEW CURVE USING Y FROM CURVE 1 AND THE Y FROM CURVE 2¶
<a class=’btn btn-xs btn-default’ target=’_blank’ href=’/api/workflow/example?id=curves_crossplot’><i class=’fa fa-external-link’></i> Example workflow</a>
When to use¶
Classification: process.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Curve X | Curve X | vector | — | Curve 1 whose Y-values will be come the X-Values <a class=’btn btn-xs btn-default’ target=’_blank’ href=’https://www.d3view.com/docs/master/workflows/Glossary.html#curveinput’> <i class=’fa fa-external-link’> </i> View more </a> | |
| Curve Y | Curve Y | vector | — | Curve 2 whose Y-values will become the new Y-Values <a class=’btn btn-xs btn-default’ target=’_blank’ href=’https://www.d3view.com/docs/master/workflows/Glossary.html#curveinput’> <i class=’fa fa-external-link’> </i> View more </a> | |
| Curve X X-Scale Factor | Curve X X-Scale Factor | scalar | 1 | Scale the X-Value of Curve 1 before cross-plotting | |
| Curve X Y-Scale Factor | Curve X Y-Scale Factor | scalar | 1 | Scale the Y-Value of the first curve before cross-plotting | |
| Curve Y X-Scale Factor | Curve Y X-Scale Factor | scalar | 1 | Scale the X-Value of the second curve before cross-plotting | |
| Curve Y Y-Scale Factor | Curve Y Y-Scale Factor | scalar | 1 | Scale the Y-Value of the second curve beofre cross-plotting | |
| Skip Interpolation | skip_interpolation | list | no | ||
| Digitize | digitize | list | no | ||
| Remove Sudden Jumps In X | remove_sudden_jumps_in_x | list | no | ||
| Slope Type | slope_type | list | averaged | ||
| Slope detection constant | slope_c1 | text | 0.2 | When slope-type is averaged, this value is the fraction of XMAX that is used to determine the average slope. If linear fit is used, this is the mminimum R2 value | |
| Percentage of Points (sliding window for failure detection) | percentage_of_points | scalar | 0.01 | Fraction of curve_x points used as the sliding regression window when remove_sudden_jumps_in_x = yes (default 0.01 = 1%). Forwarded to curve_failure_regression. | |
| Regression R^2 Limit | regression_limit | scalar | 0.7 | R^2 threshold below which the sliding regression window is treated as non-linear and failure is declared (default 0.7). Forwarded to curve_failure_regression. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| curves_crossplot_output_1 | curves_crossplot_output_1 | vector |
Runnable example¶
A runnable example is registered for this worker. Open the example workflow on the d3VIEW canvas: /api/workflow/example?id=curves_crossplot
Auto-generated from transformation schema. Worker id: curves_crossplot. Schema hash: 3745f32d4cda. Hand-curated docs in workerexamples/ override this page when present.