Skip to content

v1.6.0

Compare
Choose a tag to compare
@jekhokie jekhokie released this 18 Mar 12:17
· 1603 commits to master since this release
ef4d41c

NOTES:

  • Several configuration parameters have been removed from the settings file in favor of modified variable names. Specifically, the following settings are no longer applicable and have no effect - please remove these from your config/settings.yml file and see new settings in config/settings.yml.sample that replace these:
    • schedule_noaa
    • schedule_meteor
    • receiver_gain
    • sun_min_elevation
    • sat_min_elevation
    • receiver_freq_offset
    • enable_bias_tee
    • sdr_device_id

Enhancements/Features:

  • Add ability to choose specific satellites to schedule/capture #241
  • Add ability to configure separate settings for each satellite pass to be captured #219
  • Add support script that can be run to collect information that is useful for troubleshooting #244
  • Add date output to test scanner script for easier use #248
  • Enable direct to Twitter push from framework #254
  • Increase output of support script for better support details #253
  • Add ability to configure a custom date/time format in the webpanel #240
  • Add ability to generate an azimuth/elevation polar graph for passes #261
  • Add ability to generate a directional polar graph showing pass direction, side (E/W), and elevation #266
  • Add ability to generate a histogram out of the NOAA Pristine image #281
  • Add ability to output all scheduled jobs (captures) and their respective commands to the support script output #284
  • Automatically create scanner test output in temp directory vs. relative paths, keeping things organized #289
  • Add ability to "extend" image for annotation, avoiding annotation overlay on image capture content #264

Bug Fixes:

  • Ensure existing stop script is terminated on test scanner completion #249
  • Add a couple of missing parameters to the settings schema validation #278
  • Fix bug where scheduler does not complete on a Pi reboot due to internet connectivity race condition #286