Terrenus HRPT v2.2

Package terrenus.telemetry

Provides a number of classes for reading and decoding spacecraft telemetry streams such as HRPT and CHRPT.

See:
          Description

Interface Summary
SignatureChecker The SignatureChecker interface is for classes that implement a comparison between a series of data values and a known signature pattern.
TelemetryDecoder The TelemetryDecoder class uses a TelemetryStream to decode telemetry data from a spacecraft telemetry data stream.
TelemetryStream A TelemetryStream is a sequence of data values broadcast by a spacecraft.
 

Class Summary
AbstractTelemetryStream The AbstractTelemetryStream class is a stream that obtains data from a buffer.
CHRPTDecoder The CHRPTDecoder class uses a CHRPTStream to decode CMA CHRPT data.
CHRPTStream The CHRPTStream is a telemetry stream of China Meterological Administration (CMA) CHRPT data.
CMA1A5CHRPTStream The CMA1A5CHRPTStream class reads China Meteorological Administration (CMA) 1A5 format CHRPT data: 44360 byte header 44360 bytes per CHRPT frame composed of 3200 byte frame header and 40960 byte channel data as 20480 16-bit little endian values
CMA1A5HRPTStream The CMA1A5HRPTStream class reads China Meteorological Administration (CMA) 1A5 format HRPT data: 21980 byte header 21980 bytes per HRPT minor frame composed of 1500 byte frame header and 20480 byte channel data as 10240 16-bit little endian values
GlobalHRPTStream The GlobalHRPTStream class reads Global Imaging NOAA HRPT storage format.
HRPTAuxSyncChecker The HRPTAuxSyncChecker class checks NOAA HRPT auxiliary synchronization data.
HRPTDecoder The HRPTDecoder class uses an HRPTStream to decode NOAA HRPT data.
HRPTFrameSyncChecker The HRPTFrameSyncChecker class checks NOAA HRPT frame synchronization data.
HRPTStream The HRPTStream is a telemetry stream of NOAA HRPT data.
NOAA1bHRPTStream The NOAA1bHRPTStream class reads NOAA 1b format data files and extracts just the HRPT frame data.
QuorumCHRPTStream The QuorumCHRPTStream class reads Quorum QTrack CMA CHRPT storage format.
QuorumFile The QuorumFile class reads Quorum QTrack data files and reports various information such as the ephermeris data and pseudoframe positions.
QuorumHRPTStream The QuorumHRPTStream class reads Quorum QTrack NOAA HRPT storage format.
RawCHRPTStream The RawCHRPTStream class reads raw CMA CHRPT storage format.
RawHRPTStream The RawHRPTStream class reads raw NOAA HRPT storage format.
ShortSignatureChecker The ShortSignatureChecker class checks signatures of short (16-bit) values.
TelemetryStreamFactory The TelemetryStreamFactory class creates TelemetryStream objects from various different stream class implementations.
TeraScanCHRPTStream The TeraScanCHRPTStream class reads TeraScan CHRPT storage format.
TeraScanHRPTStream The TeraScanHRPTStream class reads SeaSpace TeraScan NOAA HRPT storage format.
TeraScanSwapHRPTStream The TeraScanSwapHRPTStream class reads SeaSpace TeraScan NOAA HRPT storage format.
 

Package terrenus.telemetry Description

Provides a number of classes for reading and decoding spacecraft telemetry streams such as HRPT and CHRPT.


Terrenus HRPT v2.2