Net (‘stixpy.net’)#

The net submodule contains a Fido client and attrs for STIX data

stixpy.net Package#

stixpy.net.attrs Module#

Classes#

DataType(value)

Data type Quicklook (QL), science (SCI), or housekeeping (HK)

DataProduct(value)

Data product

Version(version)

Exact version of the data file

VersionU(version)

min version of the data file

MinVersion(version)

min version of the data file

MinVersionU(version)

min version of the data file

MaxVersion(version)

max version of the data file

MaxVersionU(version)

max version of the data file

Class Inheritance Diagram#

Inheritance diagram of stixpy.net.attrs.DataType, stixpy.net.attrs.DataProduct, stixpy.net.attrs.Version, stixpy.net.attrs.VersionU, stixpy.net.attrs.MinVersion, stixpy.net.attrs.MinVersionU, stixpy.net.attrs.MaxVersion, stixpy.net.attrs.MaxVersionU

stixpy.net.client Module#

Classes#

STIXClient(*[, source])

A Fido client to search and download STIX data from the STIX instrument archive

StixQueryResponse([data, masked, names, ...])

Class Inheritance Diagram#

Inheritance diagram of stixpy.net.client.STIXClient, stixpy.net.client.StixQueryResponse