All satellites known to this system. Number may vary from a dozen to hundreds.
| Field | null | Description |
|---|---|---|
| satellite_id | no | unique, primary key, auto increment |
| name | no | free text, typically the name as given by satellite operator |
| operator_id | yes | 1:1 relation to table satellite-operators |
| norad_number | yes | unique name (world wide standardized), 1:1 relation to table norad_tle |
| int_designator | yes | unique name (world wide standardized) |
| orbit_position | yes | satellite orbit position in degrees |
| inclination | yes | satellite inclination in degrees |
| alias | yes | free text, can be used by customer to add own name |
| modified | no | automatically created timestamp of last change |