PolyConverter¶
- class ccsdspy.converters.PolyConverter(coeffs)[source]¶
Bases:
Converter
Post-processing conversion which applies calibration using a series of coefficients ordered from highest power to intercept.
Instantiate a PolyConverter object
- Parameters:
- coeffslist of float
Polynomial coefficients ordered from highest power to intercept.
Methods Summary
convert
(field_array)Apply the polynomial conversion.
Methods Documentation