satdump/pipelines/DMSP.json
2024-08-25 12:39:06 +02:00

65 lines
No EOL
1.7 KiB
JSON

{
"dmsp_rtd": {
"name": "DMSP RTD",
"live": true,
"live_cfg": [
[
1,
0
],
[
2,
0
]
],
"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": {
"psk_demod": {
"constellation": "bpsk",
"symbolrate": 1.024e6,
"rrc_alpha": 0.5,
"pll_bw": 0.005
}
},
"frm": {
"dmsp_rtd_decoder": {}
},
"products": {
"dmsp_rtd_instruments": {}
}
}
}
}