Sift | Docs

Tutorial 1: Get started with Sift by building your first telemetry workflow

Overview

This tutorial introduces Sift through a hands-on, end-to-end workflow using real-world telemetry. You will work with a preprocessed dataset from the Mars Environmental Monitoring Station (REMS), an instrument package aboard NASA’s Curiosity rover. The preprocessed dataset contains one year of environmental sensor readings collected on the Martian surface, including temperature, pressure, and ultraviolet radiation levels.

You will begin by importing and visualizing the dataset to explore environmental patterns and spot potential anomalies. After identifying a sharp temperature drop, you’ll define a condition to automatically detect similar behavior in the future. You’ll then create a summary view that highlights when and where this condition occurs across the dataset. Finally, you’ll generate a new signal by combining temperature readings, making it easier to track changes over time. This mirrors a typical hardware telemetry workflow: importing and exploring data, identifying patterns, automating checks, and extracting insights for review and analysis.

Deep

Prerequisites

Preprocessed dataset

earth_date_timemars_date_timesol_numbermax_ground_temp(C)min_ground_temp(C)max_air_temp(C)min_air_temp(C)mean_pressure(Pa)sunrisesunsetUV_Radiationweather
2021-12-20T00:00:00ZMars, Month 5 - LS 144Sol 3332-6-737-8070305:3317:23moderateSunny

On this page