CompressedPixelData#
- class stixcore.products.level0.scienceL0.CompressedPixelData(*, service_type, service_subtype, ssid, control, data, idb_versions={}, **kwargs)[source]#
Bases:
ScienceProductAggregated (over time and/or energies) X-ray pixel counts: compression level 1.
In level 0 format.
Methods Summary
from_levelb(levelb[, parent, keep_parse_tree])Converts level binary science packets to a L1 product.
is_datasource_for(*, service_type, ...)Methods Documentation
- classmethod from_levelb(levelb, parent='', keep_parse_tree=True)[source]#
Converts level binary science packets to a L1 product.
- Parameters:
levelb (
stixcore.products.levelb.binary.LevelB) – The binary level product.parent (
str, optional) – The parent data file name the binary packed comes from, by default ‘’NIX00405_offset (int, optional) – [description], by default 0
keep_parse_tree (bool, optional) – Whether to keep the parse tree in each packet for debugging and printing, by default True
- Returns:
tuple (packets, idb_versions, control) – the converted packets all used IDB versions and time periods initialized control table