TM_21_6_22#

class stixcore.tmtc.tm.tm_21.TM_21_6_22(data, idb=None, *, keep_parse_tree=True)[source]#

Bases: GenericTMPacket

TM(21, 6) SSID 22: X-ray science data: X-ray data compression level 2.

Methods Summary

group_repeaters()

Combine the flattened data array of nested repeaters into a nested list.

is_datasource_for(tm_packet)

Methods Documentation

group_repeaters()[source]#

Combine the flattened data array of nested repeaters into a nested list.

Has to be overridden by individual TM packets with nested repeaters.

classmethod is_datasource_for(tm_packet)[source]#