GET OPTIMUM DIG POINTS

Evaluates a set of candidate digitisation (dig) point counts against one or more input curves and returns the single optimum number of dig points that best represents each curve’s shape. Use this worker when you need to determine the most efficient point-count for curve re-sampling or data reduction.

When to use

Classification: process.

Tagged: curve_sampling, data_reduction, dig_points, optimum_points, resampling.

Inputs

Label ID Type Default Required Description
Curve curve vector One or more input curves (X/Y vector pairs) to be evaluated; supply at least one curve — multiple curves are accepted for batch optimisation.
Dig Points evaluate points text 1,10,100 Comma-separated list of candidate dig-point counts to evaluate (e.g. ‘1,10,100’); defaults to ‘1,10,100’ — extend or refine this list to narrow the search range.

Outputs

Label ID Type Description
Optimum Point optimum_point dataset Dataset containing the optimum dig-point count(s) selected from the candidate list — one result row per input curve, indicating the point count that best preserves the curve’s shape with minimum redundancy.

Disciplines

  • data.curve.transform
  • data.signal_processing

Runnable example

A runnable example is registered for this worker. Open the example workflow on the d3VIEW canvas: /api/workflow/example?id=curves_get_optimum_dig_points


Auto-generated from transformation schema. Worker id: curves_get_optimum_dig_points. Schema hash: f62228529a3a. Hand-curated docs in workerexamples/ override this page when present.