sarkit.sicd.CmplxType
- class CmplxType(child_ns='')
Transcoder for double-precision floating point complex (CMPLX) XML parameter types.
- Parameters:
- child_ns
str, optional Namespace to use for child elements. Parent namespace used if unspecified.
- child_ns
Methods
make_elem(tag, val)Create a new XML element.
parse_elem(elem)Returns the complex number encoded in
elem.parse_subelements(elem)Returns an array containing the sub-elements encoded in
elem.set_elem(elem, val)Set
elemnode to the complex numberval.set_subelements(elem, val)Set
elemnode subelements usingval.