forked from sgcderek/satfreq
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
83 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
] | ||
} |