Aspect#

class stixcore.products.level0.scienceL0.Aspect(*, service_type, service_subtype, ssid, control, data, idb_versions={}, **kwargs)[source]#

Bases: ScienceProduct

Bulk Aspect data.

In level 0 format.

Attributes Summary

Methods Summary

from_levelb(levelb[, parent, keep_parse_tree])

Converts level binary science packets to a L1 product.

is_datasource_for(*, service_type, ...)

Attributes Documentation

bunit#
dmax#
dmin#

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

classmethod is_datasource_for(*, service_type, service_subtype, ssid, **kwargs)[source]#