Control#
- class stixcore.products.product.Control(data=None, masked=False, names=None, dtype=None, meta=None, copy=True, rows=None, copy_indices=True, units=None, descriptions=None, **kwargs)[source]#
Bases:
QTable,AddParametersMixinMethods Summary
from_packets(packets[, NIX00405_offset])Common generator method the create and prepare the control table.
Methods Documentation
- classmethod from_packets(packets, NIX00405_offset=0)[source]#
Common generator method the create and prepare the control table.
- Parameters:
packets (
PacketSequence) – The set of packets of same data type for what the data product will be created.NIX00405_offset (int, optional) – NIX00405 (integration time) is used in two ways (X * 0.1s) or ((X+1) * 0.1s), by default 0
- Returns:
Control– The Control object for the data product.