RIAssigner.compute.CubicSpline

Classes

CubicSpline

Helper class that provides a standard way to create an ABC using

Module Contents

class RIAssigner.compute.CubicSpline.CubicSpline[source]

Bases: RIAssigner.compute.ComputationMethod.ComputationMethod

Helper class that provides a standard way to create an ABC using inheritance.

compute(query: RIAssigner.data.Data, reference: RIAssigner.data.Data) List[RIAssigner.data.Data.RetentionIndexType][source]

Compute RI using cubic spline interpolation

Parameters:
  • query (Data) – Data for which to compute the retention index

  • reference (Data) – Reference data with retention time and index

Returns:

Computed retention indices

Return type:

List[Data.RetentionIndexType]