Spectrogram#

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

Bases: ScienceProduct, L2Mixin

X-ray Spectrogram data product.

In level 2 format.

Attributes Summary

Methods Summary

from_level1(l1product[, parent, ...])

get_additional_extensions()

Get the additional extensions that should be added to the L2 fits file product.

is_datasource_for(*, service_type, ...)

Attributes Documentation

PRODUCT_PROCESSING_VERSION = 2#

Methods Documentation

classmethod from_level1(l1product, parent='', idlprocessor=None, ecc_manager=None)[source]#
get_additional_extensions()[source]#

Get the additional extensions that should be added to the L2 fits file product.

Returns:

list – List of additional extensions to add to the L2 product.

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