Skip to content

Commit

Permalink
Sorted downlinks by frequency and fixed few
Browse files Browse the repository at this point in the history
  • Loading branch information
sgcderek committed Jul 21, 2022
1 parent 1f50a44 commit 6a11789
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 49 deletions.
54 changes: 27 additions & 27 deletions json/ISS.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,31 +7,22 @@
"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,
"name": "Crew Voice",
"description": "ISS on-orbit analog FM voice",
"frequency": 130167000,
"bandwidth": 10000,
"polarization": "RHC",
"modulation": "FM",
"symrate": 1200
"symrate": null
},
{
"name": "APRS",
"description": "Mode U Automatic Packet Reporting System digipeater downlink",
"frequency": 437550000,
"name": "Crew Voice",
"description": "ISS space-to-ground analog FM voice",
"frequency": 143625000,
"bandwidth": 10000,
"polarization": "RHC",
"modulation": "FM",
"symrate": 1200
"symrate": null
},
{
"name": "Crew Voice",
Expand All @@ -43,30 +34,39 @@
"symrate": null
},
{
"name": "V/U TRSP",
"description": "Mode V/U amateur FM transponder",
"frequency": 437800000,
"name": "SSTV",
"description": "Special event Short Scan Television images",
"frequency": 145800000,
"bandwidth": 20000,
"polarization": "RHC",
"modulation": "FM",
"symrate": null
},
{
"name": "Crew Voice",
"description": "ISS on-orbit analog FM voice",
"frequency": 130167000,
"name": "APRS",
"description": "Mode V Automatic Packet Reporting System digipeater downlink",
"frequency": 145825000,
"bandwidth": 10000,
"polarization": "RHC",
"modulation": "FM",
"symrate": null
"symrate": 1200
},
{
"name": "Crew Voice",
"description": "ISS space-to-ground analog FM voice",
"frequency": 130167000,
"name": "APRS",
"description": "Mode U Automatic Packet Reporting System digipeater downlink",
"frequency": 437550000,
"bandwidth": 10000,
"polarization": "RHC",
"modulation": "FM",
"symrate": 1200
},
{
"name": "V/U TRSP",
"description": "Mode V/U amateur FM transponder",
"frequency": 437800000,
"bandwidth": 20000,
"polarization": "RHC",
"modulation": "FM",
"symrate": null
}
]
Expand Down
2 changes: 1 addition & 1 deletion json/Meteor-M N2-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
{
"name": "HRPT",
"description": "Real time High Resolution Picture Transmission of select imager and sounder data",
"frequency": 1700000,
"frequency": 1700000000,
"bandwidth": 3000000,
"polarization": "RHC",
"modulation": "BPSK",
Expand Down
2 changes: 1 addition & 1 deletion json/Meteor-M N2.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
{
"name": "HRPT",
"description": "Real time High Resolution Picture Transmission of select imager and sounder data",
"frequency": 1700000,
"frequency": 1700000000,
"bandwidth": 3000000,
"polarization": "RHC",
"modulation": "BPSK",
Expand Down
20 changes: 10 additions & 10 deletions json/NOAA-18.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,6 @@
"symrate": null,
"broadcast": true
},
{
"name": "HRPT",
"description": "Real time High Resolution Picture Transmission of all imager and sounder data",
"frequency": 1707000000,
"bandwidth": 3000000,
"polarization": "RHC",
"modulation": "BPSK",
"symrate": 665400,
"broadcast": true
},
{
"name": "GAC",
"description": "Global Access Coverage playback of select stored sounder and reduced resolution imager data",
Expand All @@ -75,6 +65,16 @@
"modulation": "BPSK",
"symrate": 2660000,
"broadcast": false
},
{
"name": "HRPT",
"description": "Real time High Resolution Picture Transmission of all imager and sounder data",
"frequency": 1707000000,
"bandwidth": 3000000,
"polarization": "RHC",
"modulation": "BPSK",
"symrate": 665400,
"broadcast": true
}
]
}
20 changes: 10 additions & 10 deletions json/NOAA-19.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,6 @@
"cospar": "2009-005A",
"norad": 33591,
"downlinks": [
{
"name": "DSB",
"description": "Real time Direct Sounder Broadcast of select sounder data",
"frequency": 137770000,
"bandwidth": 34000,
"polarization": "LIN",
"modulation": "BPSK",
"symrate": 8320,
"broadcast": true
},
{
"name": "APT",
"description": "Real time Automatic Picture Transmission of reduced resolution imager data",
Expand All @@ -27,6 +17,16 @@
"symrate": null,
"broadcast": true
},
{
"name": "DSB",
"description": "Real time Direct Sounder Broadcast of select sounder data",
"frequency": 137770000,
"bandwidth": 34000,
"polarization": "LIN",
"modulation": "BPSK",
"symrate": 8320,
"broadcast": true
},
{
"name": "S&R PDS",
"description": "Search and Rescue Processed Data Stream",
Expand Down

0 comments on commit 6a11789

Please sign in to comment.