Skip to content

Commit

Permalink
Added multiple satellites
Browse files Browse the repository at this point in the history
  • Loading branch information
sgcderek committed Jul 16, 2022
1 parent ba4fa2a commit c7cfc6f
Show file tree
Hide file tree
Showing 10 changed files with 195 additions and 0 deletions.
18 changes: 18 additions & 0 deletions json/AQUA.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "AQUA",
"altnames": [
"EOS PM-1"
],
"cospar": "2002-022A",
"norad": 27424,
"downlinks": [
{
"name": "DB",
"frequency": 8160000000,
"bandwidth": 12000000,
"polarization": "RHC",
"modulation": "OQPSK",
"symrate": 7500000
}
]
}
18 changes: 18 additions & 0 deletions json/AURA.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "AURA",
"altnames": [
"EOS CH-1"
],
"cospar": "2004-026A",
"norad": 28376,
"downlinks": [
{
"name": "DB",
"frequency": 8160000000,
"bandwidth": 12000000,
"polarization": "RHC",
"modulation": "OQPSK",
"symrate": 7500000
}
]
}
16 changes: 16 additions & 0 deletions json/CloudSat.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "CloudSat",
"altnames": [],
"cospar": "2006-016A",
"norad": 29107,
"downlinks": [
{
"name": "CPR",
"frequency": 2217500000,
"bandwidth": 1500000,
"polarization": "RHC",
"modulation": "BPSK",
"symrate": 1000000
}
]
}
19 changes: 19 additions & 0 deletions json/Coriolis.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "Coriolis",
"altnames": [
"Coriolis/Windsat",
"P98-2"
],
"cospar": "2003-001A",
"norad": 27640,
"downlinks": [
{
"name": "WindSat",
"frequency": 2221500000,
"bandwidth": 1000000,
"polarization": "RHC",
"modulation": "BPSK",
"symrate": 512000
}
]
}
26 changes: 26 additions & 0 deletions json/Elektro-L N2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "Elektro-L N2",
"altnames": [
"Elektro-L 2"
],
"cospar": "2015-074A",
"norad": 41105,
"downlinks": [
{
"name": "DCP",
"frequency": 1697000000,
"bandwidth": 1000000,
"polarization": "LIN",
"modulation": null,
"symrate": null
},
{
"name": "RDAS",
"frequency": 7500000000,
"bandwidth": 60000000,
"polarization": "LHC",
"modulation": "BPSK",
"symrate": 30720000
}
]
}
34 changes: 34 additions & 0 deletions json/Elektro-L N3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"name": "Elektro-L N3",
"altnames": [
"Elektro-L 3"
],
"cospar": "2019-095A",
"norad": 44903,
"downlinks": [
{
"name": "LRIT",
"frequency": 1691000000,
"bandwidth": 500000,
"polarization": "RHC",
"modulation": "BPSK",
"symrate": 294000
},
{
"name": "DCP",
"frequency": 1697000000,
"bandwidth": 1000000,
"polarization": "LIN",
"modulation": null,
"symrate": null
},
{
"name": "RDAS",
"frequency": 7500000000,
"bandwidth": 60000000,
"polarization": "RHC",
"modulation": "BPSK",
"symrate": 30720000
}
]
}
16 changes: 16 additions & 0 deletions json/PROBA-1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "PROBA-1",
"altnames": [],
"cospar": "2001-049B",
"norad": 26958,
"downlinks": [
{
"name": "Payload data",
"frequency": 2235000000,
"bandwidth": 4000000,
"polarization": "RHC",
"modulation": "BPSK",
"symrate": 2000000
}
]
}
16 changes: 16 additions & 0 deletions json/PROBA-2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "PROBA-2",
"altnames": [],
"cospar": "2009-059B",
"norad": 36037,
"downlinks": [
{
"name": "Payload data",
"frequency": 2235000000,
"bandwidth": 4000000,
"polarization": "RHC",
"modulation": "BPSK",
"symrate": 2000000
}
]
}
16 changes: 16 additions & 0 deletions json/Yunhai 1-02.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "Yunhai 1-02",
"altnames": [],
"cospar": "2019-063A",
"norad": 44547,
"downlinks": [
{
"name": "Encrypted data",
"frequency": 1704000000,
"bandwidth": 7500000,
"polarization": "RHC",
"modulation": "QPSK",
"symrate": 4000000
}
]
}
16 changes: 16 additions & 0 deletions json/Yunhai 1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "Yunhai 1",
"altnames": [],
"cospar": "2016-068A",
"norad": 41857,
"downlinks": [
{
"name": "Encrypted data",
"frequency": 1704000000,
"bandwidth": 7500000,
"polarization": "RHC",
"modulation": "QPSK",
"symrate": 4000000
}
]
}

0 comments on commit c7cfc6f

Please sign in to comment.