Advertisement
darkhelmet46

SatDump CLI Config

Jun 14th, 2025
8
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.30 KB | Software | 0 0
  1.  
  2. "parameters": {
  3. "agc": false,
  4. "bias": true,
  5. "gain": 0.0,
  6. "ppm_correction": 0,
  7. "source": "rtlsdr",
  8. "samplerate": 1024000,
  9. "initial_frequency": 137.100,
  10. "fft_enable": true,
  11. "fft_size": 8192,
  12. "fft_rate": 125,
  13. "fft_avgn": 15.42199993133545,
  14. "fft_min": -97.20700073242188,
  15. "fft_max": -16.690000534057617
  16. },
  17. "finish_processing": true,
  18. "output_folder": "/home/[redacted]/SatDump/Output",
  19. "http_server": "0.0.0.0:8081",
  20. "qth": {
  21. "lat": 41.7484481,
  22. "lon": -71.147927,
  23. "alt": 20.0
  24. },
  25. "tracking": {
  26. "rotator_algo": {
  27. "meridian_flip_correction": false,
  28. "park_position": {
  29. "az": 0.0,
  30. "el": 0.0
  31. },
  32. "park_while_idle": false,
  33. "rotator_arrowkeys_enable": false,
  34. "rotator_az_max": 360,
  35. "rotator_az_min": 0,
  36. "rounding": false,
  37. "rounding_decimal_places": 3,
  38. "unpark_at_minus": 60.0,
  39. "update_period": 1.0
  40. },
  41. "autotrack_cfg": {
  42. "autotrack_min_elevation": 45.0,
  43. "stop_sdr_when_idle": true,
  44. "multi_mode": false,
  45. "use_localtime": true
  46. },
  47. "rotator_config": {
  48. "rotctl": {
  49. "address": "127.0.0.1",
  50. "port": 4533
  51. }
  52. }
  53. },
  54. "tracked_objects": [
  55. {
  56. "norad": 25338,
  57. "downlinks": [
  58. {
  59. "frequency": 137620000,
  60. "record": false,
  61. "live": true,
  62. "pipeline_name": "noaa_apt",
  63. "pipeline_params": {
  64. "autocrop_wedges": true,
  65. "dc_block": true,
  66. "freq_shift": 0,
  67. "iq_swap": false,
  68. "satellite_number": "15",
  69. "sdrpp_noise_reduction": true,
  70. "start_timestamp": -1.0
  71. },
  72. "baseband_format": "cs16",
  73. "baseband_decimation": 1
  74. }
  75. ]
  76. },
  77. {
  78. "norad": 28654,
  79. "downlinks": [
  80. {
  81. "frequency": 137912000,
  82. "record": false,
  83. "live": true,
  84. "pipeline_name": "noaa_apt",
  85. "pipeline_params": {
  86. "autocrop_wedges": true,
  87. "dc_block": true,
  88. "freq_shift": 0,
  89. "iq_swap": false,
  90. "satellite_number": "18",
  91. "sdrpp_noise_reduction": true,
  92. "start_timestamp": -1.0
  93. },
  94. "baseband_format": "cs16",
  95. "baseband_decimation": 1
  96. }
  97. ]
  98. },
  99. {
  100. "norad": 33591,
  101. "downlinks": [
  102. {
  103. "frequency": 137100000,
  104. "record": false,
  105. "live": true,
  106. "pipeline_name": "noaa_apt",
  107. "pipeline_params": {
  108. "autocrop_wedges": true,
  109. "dc_block": true,
  110. "freq_shift": 0,
  111. "iq_swap": false,
  112. "satellite_number": "19",
  113. "sdrpp_noise_reduction": true,
  114. "start_timestamp": -1.0
  115. },
  116. "baseband_format": "cs16",
  117. "baseband_decimation": 1
  118. }
  119. ]
  120. },
  121. {
  122. "norad": 57166,
  123. "downlinks": [
  124. {
  125. "frequency": 137900000,
  126. "record": false,
  127. "live": true,
  128. "pipeline_name": "meteor_m2-x_lrpt",
  129. "pipeline_params": {
  130. "dc_block": true,
  131. "fill_missing": true,
  132. "freq_shift": 0,
  133. "iq_swap": false,
  134. "rs_usecheck": true,
  135. "satellite_number": "M2-3"
  136. },
  137. "baseband_format": "cs16",
  138. "baseband_decimation": 1
  139. }
  140. ]
  141. },
  142. {
  143. "norad": 59051,
  144. "downlinks": [
  145. {
  146. "frequency": 137900000,
  147. "record": false,
  148. "live": true,
  149. "pipeline_name": "meteor_m2-x_lrpt",
  150. "pipeline_params": {
  151. "dc_block": true,
  152. "fill_missing": true,
  153. "freq_shift": 0,
  154. "iq_swap": false,
  155. "rs_usecheck": true,
  156. "satellite_number": "M2-4"
  157. },
  158. "baseband_format": "cs16",
  159. "baseband_decimation": 1
  160. }
  161. ]
  162. }
  163. ]
  164. }
  165.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement