mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
59 lines
No EOL
1.7 KiB
JSON
59 lines
No EOL
1.7 KiB
JSON
{
|
|
"dmsp_rtd": {
|
|
"name": "DMSP RTD",
|
|
"live": [
|
|
1,
|
|
2
|
|
],
|
|
"frequencies": [
|
|
[
|
|
"Main",
|
|
2252.5e6
|
|
]
|
|
],
|
|
"parameters": {
|
|
"tag_bit_override": {
|
|
"type": "options",
|
|
"value": "VIS/IR",
|
|
"name": "Fine/Smooth channel configuration",
|
|
"options": [
|
|
"VIS/IR",
|
|
"IR/VIS",
|
|
"Auto"
|
|
],
|
|
"description": "Manual channel config setting.\nAuto detection can introduce\nextra errors."
|
|
},
|
|
"satellite_number": {
|
|
"type": "options",
|
|
"value": "18",
|
|
"name": "DMSP Satellite",
|
|
"options": [
|
|
"17",
|
|
"18"
|
|
],
|
|
"description": "DMSP does not transmit a satellite ID.\nAs instrument configurations does vary between them,\nit is required to identify the satellite."
|
|
},
|
|
"samplerate": {
|
|
"value": 2e6
|
|
}
|
|
},
|
|
"work": {
|
|
"baseband": {},
|
|
"soft": {
|
|
"module": "psk_demod",
|
|
"parameters": {
|
|
"constellation": "bpsk",
|
|
"symbolrate": 1.024e6,
|
|
"rrc_alpha": 0.5,
|
|
"pll_bw": 0.005
|
|
}
|
|
},
|
|
"frm": {
|
|
"module": "dmsp_rtd_decoder"
|
|
},
|
|
"products": {
|
|
"module": "dmsp_rtd_instruments"
|
|
}
|
|
}
|
|
}
|
|
} |