Glossary

Definitions of key terms in hardware observability, telemetry, and aerospace data analysis — from Sift.

Advanced Export

Advanced Export is a feature that extracts telemetry data from Sift for use in external analysis tools, archives, or third-party platforms.
Read full description

Annotation

An Annotation is a time-stamped note attached to telemetry data to record observations, findings, or anomalies discovered during analysis.
Read full description

AOS / LOS

AOS (Acquisition of Signal) and LOS (Loss of Signal) refer to the start and end of a communication link between a vehicle and a ground station.
Read full description

Asset

An Asset is a digital representation of a physical or virtual system, such as a vehicle, test rig, or satellite, that produces telemetry data.
Read full description

Avionics

Avionics are the onboard electronic systems used on aircraft, satellites, and spacecraft to perform functions including communications, navigation, flight control, power management, and data handling. In modern vehicles, avionics systems are highly integrated and generate continuous data streams across multiple buses throughout every phase of operation.
Read full description

Calculated Channel

A Calculated Channel is a derived signal created from one or more raw telemetry channels using mathematical or logical expressions.
Read full description

Calibration Coefficients

Mathematical constants used to convert raw sensor data, expressed as counts or voltage, into physical units like PSI, Celsius, or G-force.
Read full description

Campaign

A Campaign is a workspace in Sift that groups related Reports and Annotations to coordinate a large-scale review process across multiple systems.
Read full description

Channel

A Channel is an individual telemetry signal recorded from an Asset, typically represented as a time-series measurement like temperature, voltage, or pressure.
Read full description

Data Decimation

Data decimation is the process of reducing telemetry resolution by dropping samples from a data stream to reduce storage requirements or transmission bandwidth.
Read full description

Data Historian

A data historian is a software system specifically designed to collect, store, and retrieve time-series data from industrial equipment, sensors, and control systems. Historians were originally developed for process manufacturing industries and remain the dominant data infrastructure in energy, manufacturing, and utilities.
Read full description

Decommutation (Decom)

Decommutation is the process of extracting individual sensor measurements from a framed telemetry data stream by reversing the time-division multiplexing applied during commutation. Frame synchronization must be established before decommutation can begin.
Read full description

Delta-v

Delta-v is a scalar measure of the velocity change required to perform a spacecraft maneuver such as a launch, orbital insertion, course correction, or landing. It is the primary metric used in mission planning to determine propellant requirements, with the total mission delta-v budget setting the constraint on how much propellant a vehicle must carry.
Read full description

Explore

Explore is the primary interactive workspace in Sift used to visualize telemetry, plot Channels, and compare various Runs.
Read full description

Full-Fidelity Data

Full-fidelity data is telemetry preserved at its original sampling rate without downsampling, decimation, or lossy compression during storage.
Read full description

GNC (Guidance, Navigation, and Control)

Guidance, Navigation and Control (GNC) is the integrated discipline that combines sensor measurements of a vehicle's position and orientation, algorithms to determine desired trajectory corrections, and actuator commands to execute those corrections. GNC systems are present on all aerospace vehicles from launch vehicles to satellites to autonomous aircraft.
Read full description

Ground Support Equipment (GSE)

Ground support equipment (GSE) refers to the hardware, software, and facility systems used to support, fuel, test, and operate a vehicle or spacecraft during ground operations before and after flight.
Read full description

Hardware-in-the-Loop (HIL) Testing

Hardware-in-the-loop (HIL) testing is a technique for validating embedded control systems by connecting real controller hardware to a real-time simulation of the physical system it will operate. The simulation replicates sensors and actuators so the controller responds as it would in operation.
Read full description

Hardware Observability

Hardware observability is the ability to measure a physical system's internal state by analyzing the external telemetry and logs it generates.
Read full description

High-Cardinality Data

High-cardinality data refers to data sets characterized by a vast number of unique identifiers or sensors, common in complex aerospace vehicles.
Read full description

Ingestion Flow

A Flow is a processing step within a Sift ingestion configuration that determines how incoming telemetry is handled and mapped as it enters the system.
Read full description

Ingestion Latency

Ingestion latency is the time between a sensor generating a measurement and that data becoming queryable in an analysis system typically measured in milliseconds for real-time telemetry pipelines.
Read full description

IRIG 106 Chapter 10

IRIG 106 Chapter 10 is a digital data acquisition and recording standard maintained by the Range Commanders Council that defines interfaces and operational requirements for solid-state on-board recorders. It specifies how multiple data types, including PCM, MIL-STD-1553, analog, video, and discrete signals, are captured and time-stamped in a single recording.
Read full description

ITAR-Controlled Data

Data subject to the International Traffic in Arms Regulations, requiring strict access controls, encryption, and US-based data residency.
Read full description

MIL-STD-1553

MIL-STD-1553 is a serial data bus standard published by the US Department of Defense that defines the mechanical, electrical, and functional characteristics of a command/response multiplexed data bus. Originally designed for military aircraft avionics, it is now widely used in spacecraft on-board data handling systems as well.
Read full description

Noise Floor

The noise floor is the threshold of background interference in a measurement system below which real signals cannot be distinguished from sensor or electrical noise.
Read full description

Nyquist Frequency

The Nyquist frequency is half the sampling rate of a data acquisition system. It represents the upper limit of frequencies that can be accurately captured without aliasing. To correctly sample a signal of a given frequency without distortion the sampling rate must exceed twice that frequency.
Read full description

Off-Nominal Behavior

Off-nominal behavior refers to any hardware or software performance that deviates from the predicted flight envelope or desired state.
Read full description

OPC UA

OPC UA (Open Platform Communications Unified Architecture) is a cross-platform, vendor-neutral communication standard that defines how industrial devices, controllers, and software systems exchange data. Defined by the IEC 62541 specification and maintained by the OPC Foundation, it supports both client-server and publish-subscribe communication patterns and includes built-in security through encryption and certificate-based authentication.
Read full description

Panel

A Panel is a modular visualization container within Sift's Explore workspace that displays telemetry data via charts, graphs, or tables.
Read full description

Protobuf Ingestion

Protobuf Ingestion is a method for streaming telemetry into Sift using Protocol Buffers, a language-neutral mechanism for serializing structured data.
Read full description

Report

A Sift Report is a structured summary of analysis results used to document findings and review telemetry behavior in a consistent format.
Read full description

Report Template

A Report Template is a reusable framework that standardizes how analysis results are recorded and reviewed across different test cycles.
Read full description

Root Cause Analysis (RCA)

Root cause analysis (RCA) in hardware engineering is the process of tracing an observed failure or off-nominal event back to its originating cause using telemetry logs and sensor data.
Read full description

Rule

A Rule is a defined condition that automatically evaluates telemetry data to detect patterns, threshold breaks, or specific events.
Read full description

Run

A Run is a defined, time-bounded period during which telemetry is recorded from an Asset, such as a flight test, experiment, or mission.
Read full description

SCADA

SCADA (Supervisory Control and Data Acquisition) is a system architecture that uses hardware and software to collect real-time data from sensors and equipment across industrial operations, enabling operators to supervise and control physical processes from a central interface.
Read full description

Specific Impulse (Isp)

Specific impulse (Isp) is a measure of rocket or jet engine efficiency expressed as the amount of thrust produced per unit of propellant mass flow rate per second. It is the primary metric used to compare propulsion system performance with higher values indicating more efficient use of propellant. It is measured in seconds.
Read full description

Stream Processing

Stream processing is a data handling technique where data is processed continuously as it is produced, rather than stored first and processed later. In hardware telemetry applications, stream processing enables rules, anomaly detection, and data shaping to run on incoming sensor data in real time as it flows from a vehicle or test rig into a storage and analysis system.
Read full description

Structural Fatigue

Structural fatigue is the progressive degradation of a material caused by repeated cyclic stress loading. Fatigue damage accumulates even when peak stress levels remain well below the material's rated tensile strength making it a primary concern in aerospace structures subject to vibration thermal cycling and repeated pressurization and depressurization events.
Read full description

Telemetry

Telemetry is the automated process of collecting and transmitting sensor data from remote or inaccessible systems to a ground station or data processing environment for analysis.
Read full description

Time Alignment

Time alignment is the synchronization of disparate data streams, including sensors, video, and logs, onto a single unified mission reference clock.
Read full description

User-Defined Function (UDF)

A User-Defined Function (UDF) is a reusable logic snippet written by users to transform or analyze telemetry data across multiple workflows.
Read full description