Skip to content

Commit

Permalink
Added satellites
Browse files Browse the repository at this point in the history
  • Loading branch information
sgcderek committed Jul 21, 2022
1 parent fb35440 commit 63961ea
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 0 deletions.
28 changes: 28 additions & 0 deletions json/Es'Hail-2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "Es'Hail-2",
"altnames": [
"QO-100"
],
"cospar": "2018-090A",
"norad": 43700,
"downlinks": [
{
"name": "NB TRSP",
"description": "Narrowband amateur linear transponder downlink",
"frequency": 10489750000,
"bandwidth": 500000,
"polarization": "V",
"modulation": null,
"symrate": null
},
{
"name": "WB TRSP",
"description": "Wideband amateur linear transponder downlink",
"frequency": 10503000000,
"bandwidth": 8000000,
"polarization": "H",
"modulation": null,
"symrate": null
}
]
}
55 changes: 55 additions & 0 deletions json/ISS.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
{
"name": "ISS",
"altnames": [
"МКС"
],
"cospar": "1998-067A",
"norad": 25544,
"downlinks": [
{
"name": "SSTV",
"description": "Special event Short Scan Television images",
"frequency": 145800000,
"bandwidth": 20000,
"polarization": "RHC",
"modulation": "FM",
"symrate": null
},
{
"name": "APRS",
"description": "Mode V Automatic Packet Reporting System digipeater downlink",
"frequency": 145825000,
"bandwidth": 10000,
"polarization": "RHC",
"modulation": "FM",
"symrate": 1200
},
{
"name": "APRS",
"description": "Mode U Automatic Packet Reporting System digipeater downlink",
"frequency": 437550000,
"bandwidth": 10000,
"polarization": "RHC",
"modulation": "FM",
"symrate": 1200
},
{
"name": "Crew Contact",
"description": "ISS crew analog FM voice",
"frequency": 145800000,
"bandwidth": 20000,
"polarization": "RHC",
"modulation": "FM",
"symrate": null
},
{
"name": "V/U TRSP",
"description": "Mode V/U amateur FM transponder",
"frequency": 437800000,
"bandwidth": 20000,
"polarization": "RHC",
"modulation": "FM",
"symrate": null
}
]
}

0 comments on commit 63961ea

Please sign in to comment.