sarkit.crsd.XyzPolyType.parse_elem
- XyzPolyType.parse_elem(elem)
Returns an array of coefficients describing the polynomials encoded in
elem.- Parameters:
- elem
lxml.etree.Element XML element to parse
- elem
- 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.
- coefs(N, 3)