The SatDbI11Data data record contains the Intelsat 11 parameter ephemeris data for one satellite. The fields in the SatDbI11Data data record are 1:1 replicas of the SQL database record from the intelsat_11parameters table. Please refer to the database model description at section Satellite Database how relations between tables are maintained using IDs.
Data Model
| Key | Type | Value |
|---|---|---|
| i11Id | Number | a unique ID of this SatDbI11Data record (auto generated). |
| satelliteId | Number | the ID of the satellite this SatDbI11Data record refers to. |
| i11Name | String | the name of the satellite as stated in the original I11 parameter set. |
| i11Data | String | the 11 ephemeris parameters, floating point, separated by semicolon characters |
| defaultI11 | Boolean | true means "this is the default I11 dataset for this satellite" |
| comment | String | free text describing the purpose of this dataset |
| modified | String | timestamp, generated by database at creation / modification time |