sarkit.crsd.XyzPolyType.parse_elem

XyzPolyType.parse_elem(elem)

Returns an array of coefficients describing the polynomials encoded in elem.

Parameters:
elemlxml.etree.Element

XML element to parse

Returns:
coefs(N, 3) ndarray

Array of coefficients ordered so that the coefficients for terms of degree n are contained in val[n]. Dimension two enumerates the X, Y, and Z polynomials.