sarkit.sidd.LookupTableType

class LookupTableType

Transcoder for XML parameters containing a list of ints and a size attribute.

Methods

make_elem(tag, val)

Create a new XML element.

parse_elem(elem)

Returns space-separated ints as ndarray of ints

set_elem(elem, val)

Sets elem node using the list of integers in val.