Skip to main content
Ground sensors are required to track spacecraft and collect telemetry data. The Sensors page allows you to create, view, and delete sensor configurations that are used for processing tracking measurements. Route: /orbits/measurements/sensors

Page Layout

The sensors page has a split-panel design: Sensors When multiple sensors are selected, a floating action bar appears at the bottom.

Viewing Sensors

The sensor list (left panel) displays all ground sensors in your organization. Each row shows:
  • Sensor ID (e.g., “DSN-15”)
  • Latitude (e.g., “35.43° N”)
  • Longitude (e.g., “116.89° E”)
  • Altitude (e.g., “1000 m”)
The first sensor is automatically selected when the page loads.

Viewing Sensor Details

Click any sensor row to view its details in the right panel:
SectionFieldFormat
IdentitySensor IDText (e.g., “DSN-15”)
LocationLatitudeXX.XXXX° N/S
LongitudeXX.XXXX° E/W
AltitudeXXXX m
CalibrationAzimuth BiasScientific notation (e.g., “1.00e-03°”) or ”—“
Elevation BiasScientific notation or ”—“
Downlink DelaySeconds (e.g., “0.5 s”) or ”—“

Creating a Sensor

Click + New Sensor in the top-right corner to open the creation dialog. New Sensor

Required Fields

FieldDescriptionExample
IDUnique sensor identifierDSN-15
Latitude (deg)WGS84 latitude in decimal degrees35.4261
Longitude (deg)WGS84 longitude in decimal degrees116.8895
Height (m)Elevation above WGS84 ellipsoid1000

Optional Fields (Calibration)

FieldDescriptionDefaultExample
Azimuth Bias (deg)Systematic azimuth errorNot set0.001
Elevation Bias (deg)Systematic elevation errorNot set0.0005
Downlink Delay (s)Signal propagation delay00.5

Default Configuration

When created, sensors are automatically configured with:
SettingDefault Value
TypeGROUND_STATION
Availabletrue
Elevation Mask0° at all azimuths
Measurement TypesAZEL and RANGE

Sensor Types

The platform supports two sensor types:
TypeDescriptionUI Support
GROUND_STATIONGround-based tracking stationYes (default)
TELESCOPEOptical telescopeAPI only
Only GROUND_STATION sensors can be created through the UI. TELESCOPE sensors must be configured via the API.

Outcomes

  • Success: Toast notification “Sensor ID created”, sensor list refreshes
  • Error: Toast with error message from API

Deleting a Sensor

Single Delete

  1. Select a sensor by clicking it
  2. Click the (three-dot menu) in the details panel header
  3. Click Delete Sensor
A confirmation dialog appears: Sensor Delete Outcomes:
  • Success: Toast “Deleted sensor ID”, list updates, next sensor auto-selected
  • 404 Error: Toast “Sensor ‘ID’ could not be deleted. It does not exist”
  • Other Error: Toast “Something went wrong deleting sensor ID”, list refreshes

Bulk Delete

  1. Select multiple sensors using checkboxes (checkboxes appear on hover)
  2. A floating action bar appears at the bottom
  3. Click Delete
ButtonAction
X selectedShows selection count
Select AllSelects all visible sensors
DeleteOpens bulk delete confirmation
ClearClears all selections
Outcomes:
  • Success: Toast “count sensor(s) deleted successfully”, list updates
  • Partial Failure: Toast “Failed to delete some sensors”, list refreshes
  • Selections are cleared after operation

Important Limitations

No Edit Functionality: Sensors cannot be modified after creation. To change a sensor’s configuration, you must delete and recreate it.
LimitationDescription
Fixed Measurement TypesAll sensors are created with AZEL and RANGE. Cannot be customized in UI.
Elevation MaskDefault 0° at all azimuths. Custom masks require API configuration.
Organization ScopeSensors are scoped to your organization.
Irreversible DeletionBoth single and bulk delete operations are permanent.
Sensor TypeOnly GROUND_STATION available in UI. TELESCOPE requires API.