LevelB#
- class stixcore.products.LevelB(*, service_type, service_subtype, ssid, control, data, **kwargs)[source]#
Bases:
BaseProductClass representing level binary data (TM products).
Attributes Summary
List of all parent data files this data product is compiled from.
List of all TM raw files this product is compiled from.
Methods Summary
Extract complete and incomplete packet sequences.
from_tm(tmfile)Process the given SOC file and creates LevelB FITS files.
is_datasource_for(**kwargs)to_files()Split the data into a sequence of LevelB objects each containing 1 daysworth of observations for continuous data or by request id in case of BSD.
Attributes Documentation
- fits_daily_file#
- parent#
List of all parent data files this data product is compiled from.
For level binary this will be always the parent raw TM file.
- Returns:
list[str] – the TM file that this data product contains.
- raw#
List of all TM raw files this product is compiled from.
- Returns:
list[str] – the TM file that this data product contains.
Methods Documentation
- extract_sequences()[source]#
Extract complete and incomplete packet sequences. :returns: tuple – LevelB products for the complete and incomplete sequences