jekhokie / raspberry-noaa-v2

V2 of the fantastic Raspberry Pi NOAA setup
GNU General Public License v3.0
534 stars 100 forks source link

Getting very noisy images #384

Closed mk1blacklimited closed 2 years ago

mk1blacklimited commented 3 years ago

Describe the bug Probably not a bug. :)

Screenshots and/or logs All my images are very noisy, this is the best I've captured so far. image

Spectrogram: image

settings:

---
# base station configurations
#   latitude: south values are negative
#   longitude: west values are negative
latitude: 59.945454
longitude: 11.009236

# time zone offset from UTC (for example, '-5' for US Eastern)
timezone_offset: 1

# ntp configurations
#   ntp_server - if you have a local server (e.g. stratum1), you can use this setting
#        to specify a hostname or ip address to communicate with the ntp server
ntp_server: ''

# test settings when running test scripts
#   test_gain - gain to use for scanner test scripts
#   test_sdr_device_id - device ID of the SDR device to be used for scanner test scripts
#   test_enable_bias_tee - whether to enable bias tee when running scanner test scripts
#   test_freq_offset - receiver frequency offset (PPM)
test_gain: 7.7
test_sdr_device_id: 0
test_enable_bias_tee: true
test_freq_offset: -6

# receiver settings
#   meteor_receiver - which receiver method to use (either 'rtl_fm' or 'gnuradio')
#     **WARNING**: 'gnuradio' does not work with certain SDR devices (e.g. it will not currently
#                  work with a RTL-SDR v3 dongle, as no image will be decoded from the bitstream)
meteor_receiver: 'rtl_fm'

# whether to schedule specific orbiting objects for capture
#   <satellite_name>_schedule - whether to schedule captures for the satellite
#   <satellite_name>_sdr_device_id - device ID of the SDR device to be used for recording for the satellite
#   <satellite_name>_freq_offset - receiver frequency offset (PPM) for the satellite capture
#   <satellite_name>_enable_bias_tee - whether to enable bias tee for the recording of the satellite
#   <satellite_name>_gain - gain setting for specific satellite captures
#   <satellite_name>_sun_min_elevation - threshold for sun elevation for specific satellite captures
#   <satellite_name>_sat_min_elevation - threshold for sat elevation for specific satellite captures
noaa_15_schedule: true
noaa_15_sdr_device_id: 0
noaa_15_freq_offset: -6
noaa_15_enable_bias_tee: true
noaa_15_gain: 0
#noaa_15_gain: 7.7
noaa_15_sun_min_elevation: 6
noaa_15_sat_min_elevation: 30

noaa_18_schedule: true
noaa_18_sdr_device_id: 0
noaa_18_freq_offset: -6
noaa_18_enable_bias_tee: true
noaa_18_gain: 0
#noaa_18_gain: 8.7
noaa_18_sun_min_elevation: 6
noaa_18_sat_min_elevation: 30

noaa_19_schedule: true
noaa_19_sdr_device_id: 0
noaa_19_freq_offset: -6
noaa_19_enable_bias_tee: true
noaa_19_gain: 0
#noaa_19_gain: 7.7
noaa_19_sun_min_elevation: 6
noaa_19_sat_min_elevation: 30

meteor_m2_schedule: true
meteor_m2_sdr_device_id: 0
meteor_m2_freq_offset: -6
meteor_m2_enable_bias_tee: true
meteor_m2_gain: 0
#meteor_m2_gain: 7.7
meteor_m2_sun_min_elevation: 6
meteor_m2_sat_min_elevation: 30

# how many days to schedule passes - note this MUST be an even integer,
# and the current day counts as "1" - passes will be scheduled until midnight
# of the `days_to_schedule_passes` final day
#
# NOTE: If you want to set this value LOWER than a previously configured
#       value, you must run the schedule script manually and pass the '-x' switch
#       after re-running the ./install_and_upgrade.sh script to align the variables:
#           ./scripts/schedule.sh -x
days_to_schedule_passes: 1

# whether audio files should be deleted after images are created
delete_audio: false

# processing settings
#   flip_meteor_image - whether the meteor image should be flipped
#   produce_spectrogram - whether to produce a spectrogram image of the audio recording
#   noaa_crop_telemetry - whether to crop the left/right telemetry in image captures
#   image_annotation_location - where to place the annotation in images - valid options are:
#        NorthWest, North, NorthEast, West, Center, East, SouthWest, South, SouthEast
#   extend_for_annotation - whether to create a black extension on the north/south location of
#        the image to place the annotation into (vs. overlaying on the captured data)
#        (note: this will ONLY work if the image_annotation_location is NOT one of [West|Center|East])
#   produce_noaa_pristine_image - whether to produce a pristine image (unmodified) for larger
#        composite-based use cases
#   produce_noaa_pristine_histogram - whether to produce a histogram of the NOAA pristine image
#        NOTE: produce_noaa_pristine_image MUST BE ENABLED for the histogram to be produced
#   produce_polar_az_el_graph - whether to produce a polar graph that shows the pass
#        azimuth and elevation over the course of the pass, truncated to satellite min elevation
#   produce_polar_direction_graph - whether to produce a polar graph that shows the pass
#        direction over the course of the pass, including AOS and LOS
#   ground_station_location - free-form text for indicating ground station location in image
#        annotation (leave blank if you wish to exclude the ground station annotation)
#   show_sun_elevation - whether to show sun elevation in annotation
#   show_pass_direction - show which direction the satellite is moving in the image annotation
#   noaa_daytime_enhancements - list of enhancements to create images using during daytime captures
#        (note: default value is total list of supported image processors)
#   noaa_nighttime_enhancements - list of enhancements to create images using during nighttime captures
#        (note: default value is total list of supported image processors)
#   noaa_crop_toptobottom - whether to crop the top and bottom noise out of the noaa capture
#   noaa_interpolate - whether to interpolate and oversample the images (larger images produced)
flip_meteor_image: true
produce_spectrogram: true
noaa_crop_telemetry: false
image_annotation_location: 'NorthWest'
extend_for_annotation: false
produce_noaa_pristine_image: false
produce_noaa_pristine_histogram: false
produce_polar_az_el_graph: false
produce_polar_direction_graph: true
ground_station_location: ''
show_sun_elevation: true
show_pass_direction: true
noaa_daytime_enhancements: 'ZA MCIR MCIR-precip MSA MSA-precip HVC-precip HVCT-precip HVC HVCT therm avi'
noaa_nighttime_enhancements: 'ZA MCIR HVCT MCIR-precip therm avi'
noaa_crop_toptobottom: true
noaa_interpolate: false

# noaa map configurations
# http://usradioguy.com/wp-content/uploads/2020/05/wxtoimgcommand-line.pdf
#
# note - colors are in format 0xRRGGBB (only applicable when the
#        feature is enabled), where:
#   RR: Red hex value
#   GG: Green hex value
#   BB: Blue hex value
# Colors can alternatively be specified as one of the following:
#   black, white, gray, light-gray, dark-gray, red, pink dark-red,
#   light-red, # green, light-green, dark-green, black-green, blue,
#   light-blue, dark-blue, black-blue, yellow, light-yellow, dark-yellow,
#   magenta, light-magenta, dark-magenta, cyan, light-cyan, dark-cyan,
#   orange, dark-orange, purple, lavender, violet, navy, turquoise,
#   aquamarine, chartreuse, gold, beige, tan, brown, and maroon
#
#   noaa_map_crosshair_enable - whether to place a crosshairs on the base station location
#   noaa_map_crosshair_color - color of base station crosshair
#   noaa_map_grid_degrees - latitude/longitude lines drawn every grid degrees (default 10.0, 0.0 to disable)
#   noaa_map_grid_color - color of gridlines for latitude/longitude
#   noaa_map_country_border_enable - whether to enable country borders in images
#   noaa_map_country_border_color - color of country borders
#   noaa_map_state_border_enable - whether to enable state borders in images (Americas only)
#   noaa_map_state_border_color - color of state borders (Americas only)
noaa_map_crosshair_enable: true
noaa_map_crosshair_color: "0xffff00"
noaa_map_grid_degrees: 10.0
noaa_map_grid_color: "0xff0000"
noaa_map_country_border_enable: true
noaa_map_country_border_color: "0xffff00"
noaa_map_state_border_enable: true
noaa_map_state_border_color: "0xffff00"

# settings for thermal map output for NOAA captures
#   noaa_thermal_temp_overlay - whether to overlay a thermal map for color codes to temperature
#   noaa_thermal_temp_overlay_location - where to place the thermal map in images - valid options are:
#        NorthWest, North, NorthEast, West, Center, East, SouthWest, South, SouthEast
noaa_thermal_temp_overlay: false
noaa_thermal_temp_overlay_location: 'NorthEast'

# locale settings for timezone and language
#   timezone: see https://www.php.net/manual/en/timezones.php
#   lang_setting: see the 'webpanel/App/Lang' folder for available
#                 languages (2-letter filename - e.g. ar, bg, de, en, es, nl, sr)
timezone: Europe/Oslo
lang_setting: en

# web server configuration settings
#   web_server_name - server name to use for the TLS certs and web endpoint - this MUST be
#                     resolvable to the IP of this host (if you don't have DNS, simply use
#                     the IP of the Raspberry Pi host)
#   enable_non_tls - whether to enable a clear-text web listener (default port 80)
#   web_port - port to run the web server clear-text (non-encrypted) endpoint on
#   enable_tls - whether to enable the TLS-encrypted web listener (default port 443)
#   web_tls_port - port to run the TLS listener on
#   cert_valid_days - number of days the TLS certificates should be valid for - note that
#                     you will need to re-install the certificates once this timeline expires
#   lock_admin_page - whether to require username/password when attempting to access the admin page
#                     of the webpanel - WARNING: DO NOT SET THIS TO TRUE UNLESS YOU ONLY HAVE A TLS
#                     ENABLED SITE - SETTING TO TRUE AND RUNNING A CLEARTEXT SITE IS ALMOST CERTAINLY
#                     ASKING FOR YOUR CREDENTIALS TO BE STOLEN MID-REQUEST
#   admin_username - username used to access the 'admin' endpoint of the webpanel (WARNING: see 'lock_admin_page' above)
#   admin_password - password used to access the 'admin' endpoint of the webpanel (WARNING: see 'lock_admin_page' above)
#                    NOTE: MAKE SURE YOU SET THIS TO SOMETHING REASONABLY COMPLICATED!
#   web_passes_date_format - format to display the dates in the pass list view - note that this MUST conform to
#                            https://www.php.net/manual/en/datetime.format.php or else bad things will happen
#   web_datetime_format - format to display date and time in the web interface for captures - note that this MUST conform to
#                         https://www.php.net/manual/en/datetime.format.php or else bad things will happen
web_server_name: rpisatelitt
enable_non_tls: false
web_port: 80
enable_tls: true
web_tls_port: 443
cert_valid_days: 365
lock_admin_page: false
admin_username: 'admin'
admin_password: 'admin'
web_passes_date_format: 'd/m/Y'
web_datetime_format: 'd/m/Y H:i:s'

# log level for output from scripts
log_level: DEBUG

# whether to enable the satvis visualization for satellite tracking
# in the passes view - note that this iframe-driven visualization is
# by default disabled on "extra-small" devices such as phones due to
# the processing and space requirements
enable_satvis: true

# whether to enable the image video in the passes view - note that this
# is by default disabled on "extra-small" devices such as phones due
# to the processing and space requirements
enable_animation: false

# pruning capabilities - must be configured in cron (see documentation)
#   delete_oldest_n - how many oldest captures to delete on each run
#   delete_older_than_n - delete all images older than this many days
delete_oldest_n: 0
delete_older_than_n: 0

# operating system configurations
#   disable_wifi_power_mgmt - if running wireless internet and you want to
#       disable "sleep" mode of your wifi device (assuming it's wlan0), set
#       this to true (note: updating this requires a reboot)
disable_wifi_power_mgmt: false

# push processing settings for sending images elsewhere
#   * NOTE: Make sure you set up your ~/.msmtprc file before enabling email push!
#   enable_email_push - whether to send all images to an external email
#   email_push_address - if enabled, address to send all images to
#   enable_email_schedule_push - whether to email an image of the nightly-created
#       pass-list schedule to the email destination
#   enable_discord_push - whether to push images to a Discord channel
#   discord_webhook_url - webhook url for the Discord channel
#   enable_twitter_push - whether to push images to a Twitter feed
#     * see docs/twitter_push.md for instructions
enable_email_push: false
email_push_address: test@ifttt.com
enable_email_schedule_push: false
enable_discord_push: false
discord_webhook_url: ''
enable_twitter_push: false
...

output.log

11-05-2021 17:39 /home/pi/raspberry-noaa-v2/scripts/receive_noaa.sh INFO : Starting rtl_fm record
INFO : Recording at 137.1000 MHz...
11-05-2021 17:39 /home/pi/raspberry-noaa-v2/scripts/audio_processors/noaa_record.sh INFO : Recording at 137.1000 MHz...
Found 1 device(s):
  0:  Realtek, RTL2838UHIDIR, SN: 00000001

Using device 0: Generic RTL2832U OEM
Found Rafael Micro R820T tuner
Tuner gain set to 49.60 dB.
activated bias-T on GPIO PIN 0
Tuner error set to -6 ppm.
Tuned to 137580000 Hz.
Oversampling input by: 32x.
Oversampling output by: 1x.
Buffer size: 4.27ms
Allocating 15 zero-copy buffers
Sampling at 1920000 S/s.
Output at 60000 Hz.
Signal caught, exiting!

User cancel, exiting...
11-05-2021 17:54 /home/pi/raspberry-noaa-v2/scripts/receive_noaa.sh INFO : Producing spectrogram
11-05-2021 17:54 /home/pi/raspberry-noaa-v2/scripts/receive_noaa.sh INFO : Producing polar graph of direction for pass
11-05-2021 17:54 /home/pi/raspberry-noaa-v2/scripts/receive_noaa.sh INFO : Bulding pass map
Satellite: NOAA 19
Pass Start: 2021-05-11 15:39:28 UTC
Pass Duration: 15:11
Elevation: 38
Azimuth: 54
Direction: northbound
..11-05-2021 17:55 /home/pi/raspberry-noaa-v2/scripts/receive_noaa.sh INFO : Decoding image
Satellite: NOAA 19
Status: signal processing............................
wxtoimg: warning: couldn't find telemetry data
Gain: 23.1
Channel A: 3/3B (mid infrared)
Channel B: 4 (thermal infrared)
Loading page (1/2)
Rendering (2/2)
Done
11-05-2021 17:55 /home/pi/raspberry-noaa-v2/scripts/receive_noaa.sh INFO : Decoding image
Satellite: NOAA 19
Status: signal processing............................
wxtoimg: warning: couldn't find telemetry data
Gain: 23.1
Channel A: 3/3B (mid infrared)
Channel B: 4 (thermal infrared)
Loading page (1/2)
Rendering (2/2)
Done
11-05-2021 17:55 /home/pi/raspberry-noaa-v2/scripts/receive_noaa.sh INFO : Decoding image
Satellite: NOAA 19
Status: signal processing............................
wxtoimg: warning: couldn't find telemetry data
Gain: 23.1
Channel A: 3/3B (mid infrared)
Channel B: 4 (thermal infrared)
Loading page (1/2)
Rendering (2/2)
Done
11-05-2021 17:56 /home/pi/raspberry-noaa-v2/scripts/receive_noaa.sh INFO : Decoding image
Satellite: NOAA 19
Status: signal processing............................
wxtoimg: warning: couldn't find telemetry data
Gain: 23.1
Channel A: 3/3B (mid infrared)
Channel B: 4 (thermal infrared)
wxtoimg: warning: enhancement ignored: could not find a NOAA sensor 1 or sensor 2 image
Loading page (1/2)
Rendering (2/2)
Done
11-05-2021 17:56 /home/pi/raspberry-noaa-v2/scripts/receive_noaa.sh INFO : Decoding image
Satellite: NOAA 19
Status: signal processing............................
wxtoimg: warning: couldn't find telemetry data
Gain: 23.1
Channel A: 3/3B (mid infrared)
Channel B: 4 (thermal infrared)
wxtoimg: warning: enhancement ignored: could not find a NOAA sensor 1 or sensor 2 image
Loading page (1/2)
Rendering (2/2)
Done
11-05-2021 17:56 /home/pi/raspberry-noaa-v2/scripts/receive_noaa.sh INFO : Decoding image
Satellite: NOAA 19
Status: signal processing............................
wxtoimg: warning: couldn't find telemetry data
Gain: 23.1
Channel A: 3/3B (mid infrared)
Channel B: 4 (thermal infrared)
wxtoimg: warning: enhancement ignored: could not find a usable visible image
Loading page (1/2)
Rendering (2/2)
Done
11-05-2021 17:56 /home/pi/raspberry-noaa-v2/scripts/receive_noaa.sh INFO : Decoding image
Satellite: NOAA 19
Status: signal processing............................
wxtoimg: warning: couldn't find telemetry data
Gain: 23.1
Channel A: 3/3B (mid infrared)
Channel B: 4 (thermal infrared)
wxtoimg: warning: enhancement ignored: could not find a usable visible image
Loading page (1/2)
Rendering (2/2)
Done
11-05-2021 17:57 /home/pi/raspberry-noaa-v2/scripts/receive_noaa.sh INFO : Decoding image
Satellite: NOAA 19
Status: signal processing............................
wxtoimg: warning: couldn't find telemetry data
Gain: 23.1
Channel A: 3/3B (mid infrared)
Channel B: 4 (thermal infrared)
wxtoimg: warning: enhancement ignored: could not find a usable visible image
Loading page (1/2)
Rendering (2/2)
Done
11-05-2021 17:57 /home/pi/raspberry-noaa-v2/scripts/receive_noaa.sh INFO : Decoding image
Satellite: NOAA 19
Status: signal processing............................
wxtoimg: warning: couldn't find telemetry data
Gain: 23.1
Channel A: 3/3B (mid infrared)
Channel B: 4 (thermal infrared)
wxtoimg: warning: enhancement ignored: could not find a usable visible image
Loading page (1/2)
Rendering (2/2)
Done
11-05-2021 17:57 /home/pi/raspberry-noaa-v2/scripts/receive_noaa.sh INFO : Decoding image
Satellite: NOAA 19
Status: signal processing............................
wxtoimg: warning: couldn't find telemetry data
Gain: 23.1
Channel A: 3/3B (mid infrared)
Channel B: 4 (thermal infrared)
Loading page (1/2)
Rendering (2/2)
Done
11-05-2021 17:57 /home/pi/raspberry-noaa-v2/scripts/receive_noaa.sh INFO : Decoding image
Status: updating 1 frame 520 x 962 AVI at 1.000 fps with RGB encoding
Satellite: NOAA 19
Status: signal processing............................
wxtoimg: warning: Narrow IF bandwidth (set Recording Options/receiver type), low S/N, or volume too high
Gain: 23.1
Channel A: 2 (near infrared)
Channel B: 4 (thermal infrared)
ffmpeg version 4.1.6-1~deb10u1+rpt1 Copyright (c) 2000-2020 the FFmpeg developers
  built with gcc 8 (Raspbian 8.3.0-6+rpi1)
  configuration: --prefix=/usr --extra-version='1~deb10u1+rpt1' --toolchain=hardened --incdir=/usr/include/arm-linux-gnueabihf --enable-gpl --disable-stripping --enable-avresample --disable-filter=resample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librsvg --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-omx-rpi --enable-mmal --enable-neon --enable-rpi --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --enable-shared --libdir=/usr/lib/arm-linux-gnueabihf --cpu=arm1176jzf-s --arch=arm
  WARNING: library configuration mismatch
  avutil      configuration: --prefix=/usr --extra-version='1~deb10u1+rpt1' --toolchain=hardened --incdir=/usr/include/arm-linux-gnueabihf --enable-gpl --disable-stripping --enable-avresample --disable-filter=resample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librsvg --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-omx-rpi --enable-mmal --enable-neon --enable-rpi --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --libdir=/usr/lib/arm-linux-gnueabihf/neon/vfp --cpu=cortex-a7 --arch=armv6t2 --disable-thumb --enable-shared --disable-doc --disable-programs
  avcodec     configuration: --prefix=/usr --extra-version='1~deb10u1+rpt1' --toolchain=hardened --incdir=/usr/include/arm-linux-gnueabihf --enable-gpl --disable-stripping --enable-avresample --disable-filter=resample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librsvg --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-omx-rpi --enable-mmal --enable-neon --enable-rpi --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --libdir=/usr/lib/arm-linux-gnueabihf/neon/vfp --cpu=cortex-a7 --arch=armv6t2 --disable-thumb --enable-shared --disable-doc --disable-programs
  avformat    configuration: --prefix=/usr --extra-version='1~deb10u1+rpt1' --toolchain=hardened --incdir=/usr/include/arm-linux-gnueabihf --enable-gpl --disable-stripping --enable-avresample --disable-filter=resample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librsvg --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-omx-rpi --enable-mmal --enable-neon --enable-rpi --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --libdir=/usr/lib/arm-linux-gnueabihf/neon/vfp --cpu=cortex-a7 --arch=armv6t2 --disable-thumb --enable-shared --disable-doc --disable-programs
  avdevice    configuration: --prefix=/usr --extra-version='1~deb10u1+rpt1' --toolchain=hardened --incdir=/usr/include/arm-linux-gnueabihf --enable-gpl --disable-stripping --enable-avresample --disable-filter=resample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librsvg --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-omx-rpi --enable-mmal --enable-neon --enable-rpi --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --libdir=/usr/lib/arm-linux-gnueabihf/neon/vfp --cpu=cortex-a7 --arch=armv6t2 --disable-thumb --enable-shared --disable-doc --disable-programs
  avfilter    configuration: --prefix=/usr --extra-version='1~deb10u1+rpt1' --toolchain=hardened --incdir=/usr/include/arm-linux-gnueabihf --enable-gpl --disable-stripping --enable-avresample --disable-filter=resample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librsvg --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-omx-rpi --enable-mmal --enable-neon --enable-rpi --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --libdir=/usr/lib/arm-linux-gnueabihf/neon/vfp --cpu=cortex-a7 --arch=armv6t2 --disable-thumb --enable-shared --disable-doc --disable-programs
  avresample  configuration: --prefix=/usr --extra-version='1~deb10u1+rpt1' --toolchain=hardened --incdir=/usr/include/arm-linux-gnueabihf --enable-gpl --disable-stripping --enable-avresample --disable-filter=resample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librsvg --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-omx-rpi --enable-mmal --enable-neon --enable-rpi --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --libdir=/usr/lib/arm-linux-gnueabihf/neon/vfp --cpu=cortex-a7 --arch=armv6t2 --disable-thumb --enable-shared --disable-doc --disable-programs
  swscale     configuration: --prefix=/usr --extra-version='1~deb10u1+rpt1' --toolchain=hardened --incdir=/usr/include/arm-linux-gnueabihf --enable-gpl --disable-stripping --enable-avresample --disable-filter=resample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librsvg --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-omx-rpi --enable-mmal --enable-neon --enable-rpi --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --libdir=/usr/lib/arm-linux-gnueabihf/neon/vfp --cpu=cortex-a7 --arch=armv6t2 --disable-thumb --enable-shared --disable-doc --disable-programs
  swresample  configuration: --prefix=/usr --extra-version='1~deb10u1+rpt1' --toolchain=hardened --incdir=/usr/include/arm-linux-gnueabihf --enable-gpl --disable-stripping --enable-avresample --disable-filter=resample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librsvg --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-omx-rpi --enable-mmal --enable-neon --enable-rpi --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --libdir=/usr/lib/arm-linux-gnueabihf/neon/vfp --cpu=cortex-a7 --arch=armv6t2 --disable-thumb --enable-shared --disable-doc --disable-programs
  postproc    configuration: --prefix=/usr --extra-version='1~deb10u1+rpt1' --toolchain=hardened --incdir=/usr/include/arm-linux-gnueabihf --enable-gpl --disable-stripping --enable-avresample --disable-filter=resample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librsvg --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-omx-rpi --enable-mmal --enable-neon --enable-rpi --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --libdir=/usr/lib/arm-linux-gnueabihf/neon/vfp --cpu=cortex-a7 --arch=armv6t2 --disable-thumb --enable-shared --disable-doc --disable-programs
  libavutil      56. 22.100 / 56. 22.100
  libavcodec     58. 35.100 / 58. 35.100
  libavformat    58. 20.100 / 58. 20.100
  libavdevice    58.  5.100 / 58.  5.100
  libavfilter     7. 40.101 /  7. 40.101
  libavresample   4.  0.  0 /  4.  0.  0
  libswscale      5.  3.100 /  5.  3.100
  libswresample   3.  3.100 /  3.  3.100
  libpostproc    55.  3.100 / 55.  3.100
Input #0, avi, from '/home/pi/raspberry-noaa-v2/tmp/RollingAnimation.avi':
  Duration: N/A, start: 0.000000, bitrate: N/A
    Stream #0:0: Video: rawvideo, bgr24, 520x962, 1 fps, 1 tbr, 1 tbn, 1 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (rawvideo (native) -> h264 (libx264))
Press [q] to stop, [?] for help
[libx264 @ 0x674130] frame MB size (33x61) > level limit (1620)
[libx264 @ 0x674130] using cpu capabilities: ARMv6 NEON
[libx264 @ 0x674130] profile Constrained Baseline, level 3.0
[libx264 @ 0x674130] 264 - core 155 r2917 0a84d98 - H.264/MPEG-4 AVC codec - Copyleft 2003-2018 - http://www.videolan.org/x264.html - options: cabac=0 ref=3 deblock=1:0:0 analyse=0x1:0x111 me=hex subme=7 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=0 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=6 lookahead_threads=1 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=0 weightp=0 keyint=250 keyint_min=1 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=crf mbtree=1 crf=23.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00
Output #0, mp4, to '/srv/videos/RollingAnimation.mp4':
  Metadata:
    encoder         : Lavf58.20.100
    Stream #0:0: Video: h264 (libx264) (avc1 / 0x31637661), yuv420p, 520x962, q=-1--1, 1 fps, 16384 tbn, 1 tbc
    Metadata:
      encoder         : Lavc58.35.100 libx264
    Side data:
      cpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: -1
frame=    2 fps=0.0 q=-1.0 Lsize=     596kB time=00:00:01.00 bitrate=4882.5kbits/s speed=1.77x
video:595kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.132395%
[libx264 @ 0x674130] frame I:2     Avg QP:20.61  size:304456
[libx264 @ 0x674130] mb I  I16..4: 35.8%  0.0% 64.2%
[libx264 @ 0x674130] coded y,uvDC,uvAC intra: 97.7% 85.4% 84.0%
[libx264 @ 0x674130] i16 v,h,dc,p:  6%  3% 82%  9%
[libx264 @ 0x674130] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 11%  9% 17% 10% 10% 11%  9% 11% 11%
[libx264 @ 0x674130] i8c dc,h,v,p: 71%  9% 11%  8%
[libx264 @ 0x674130] kb/s:2435.65
11-05-2021 17:57 /home/pi/raspberry-noaa-v2/scripts/receive_noaa.sh INFO : Total processing time: 00:18.56
11-05-2021 18:16 /home/pi/raspberry-noaa-v2/scripts/receive_noaa.sh INFO : Starting rtl_fm record
INFO : Recording at 137.6200 MHz...
11-05-2021 18:16 /home/pi/raspberry-noaa-v2/scripts/audio_processors/noaa_record.sh INFO : Recording at 137.6200 MHz...
Found 1 device(s):
  0:  Realtek, RTL2838UHIDIR, SN: 00000001

Using device 0: Generic RTL2832U OEM
Found Rafael Micro R820T tuner
Tuner gain set to 0.00 dB.
activated bias-T on GPIO PIN 0
Tuner error set to -6 ppm.
Tuned to 138100000 Hz.
Oversampling input by: 32x.
Oversampling output by: 1x.
Buffer size: 4.27ms
Allocating 15 zero-copy buffers
Sampling at 1920000 S/s.
Output at 60000 Hz.
11-05-2021 18:18 /home/pi/raspberry-noaa-v2/scripts/receive_meteor.sh INFO : I'll flip this image pass because FLIP_METEOR_IMG is set to true
11-05-2021 18:18 /home/pi/raspberry-noaa-v2/scripts/receive_meteor.sh INFO : There is an already running rtl_fm instance but I dont care for now, I prefer this pass
11-05-2021 18:18 /home/pi/raspberry-noaa-v2/scripts/receive_noaa.sh INFO : Producing spectrogram
11-05-2021 18:18 /home/pi/raspberry-noaa-v2/scripts/receive_meteor.sh INFO : Starting rtl_fm record
INFO : Recording at 137.1000 MHz...
11-05-2021 18:18 /home/pi/raspberry-noaa-v2/scripts/audio_processors/meteor_record_rtl_fm.sh INFO : Recording at 137.1000 MHz...
Found 1 device(s):
  0:  Realtek, RTL2838UHIDIR, SN: 00000001

Using device 0: Generic RTL2832U OEM
Found Rafael Micro R820T tuner
11-05-2021 18:18 /home/pi/raspberry-noaa-v2/scripts/receive_noaa.sh INFO : Producing polar graph of direction for pass
Tuner gain set to 49.60 dB.
activated bias-T on GPIO PIN 0
Tuner error set to -6 ppm.
Tuned to 137388000 Hz.
Oversampling input by: 4x.
Oversampling output by: 1x.
Buffer size: 7.11ms
Allocating 15 zero-copy buffers
Sampling at 1152000 S/s.
Output at 288000 Hz.
11-05-2021 18:18 /home/pi/raspberry-noaa-v2/scripts/receive_noaa.sh INFO : Bulding pass map
Satellite: NOAA 15
Pass Start: 2021-05-11 16:16:38 UTC
Pass Duration: 14:23
Elevation: 35
Azimuth: 54
Direction: northbound
..11-05-2021 18:18 /home/pi/raspberry-noaa-v2/scripts/receive_noaa.sh INFO : Decoding image
Satellite: NOAA 15
Status: signal processing............................
wxtoimg: warning: couldn't find telemetry data
Gain: 33.9
Channel A: 3/3B (mid infrared)
Channel B: 4 (thermal infrared)
Loading page (1/2)
Rendering (2/2)
Done
11-05-2021 18:18 /home/pi/raspberry-noaa-v2/scripts/receive_noaa.sh INFO : Decoding image
Satellite: NOAA 15
Status: signal processing............................
wxtoimg: warning: couldn't find telemetry data
Gain: 33.9
Channel A: 3/3B (mid infrared)
Channel B: 4 (thermal infrared)
Loading page (1/2)
Rendering (2/2)
Done
11-05-2021 18:18 /home/pi/raspberry-noaa-v2/scripts/receive_noaa.sh INFO : Decoding image
Satellite: NOAA 15
Status: signal processing............................
wxtoimg: warning: couldn't find telemetry data
Gain: 33.9
Channel A: 3/3B (mid infrared)
Channel B: 4 (thermal infrared)
Loading page (1/2)
Rendering (2/2)
Done
11-05-2021 18:18 /home/pi/raspberry-noaa-v2/scripts/receive_noaa.sh INFO : Decoding image
Satellite: NOAA 15
Status: signal processing............................
wxtoimg: warning: couldn't find telemetry data
Gain: 33.9
Channel A: 3/3B (mid infrared)
Channel B: 4 (thermal infrared)
wxtoimg: warning: enhancement ignored: could not find a NOAA sensor 1 or sensor 2 image
Loading page (1/2)
Rendering (2/2)
Done
11-05-2021 18:18 /home/pi/raspberry-noaa-v2/scripts/receive_noaa.sh INFO : Decoding image
Satellite: NOAA 15
Status: signal processing............................
wxtoimg: warning: couldn't find telemetry data
Gain: 33.9
Channel A: 3/3B (mid infrared)
Channel B: 4 (thermal infrared)
wxtoimg: warning: enhancement ignored: could not find a NOAA sensor 1 or sensor 2 image
Loading page (1/2)
Rendering (2/2)
Done
11-05-2021 18:19 /home/pi/raspberry-noaa-v2/scripts/receive_noaa.sh INFO : Decoding image
Satellite: NOAA 15
Status: signal processing............................
wxtoimg: warning: couldn't find telemetry data
Gain: 33.9
Channel A: 3/3B (mid infrared)
Channel B: 4 (thermal infrared)
wxtoimg: warning: enhancement ignored: could not find a usable visible image
Loading page (1/2)
Rendering (2/2)
Done
11-05-2021 18:19 /home/pi/raspberry-noaa-v2/scripts/receive_noaa.sh INFO : Decoding image
Satellite: NOAA 15
Status: signal processing............................
wxtoimg: warning: couldn't find telemetry data
Gain: 33.9
Channel A: 3/3B (mid infrared)
Channel B: 4 (thermal infrared)
wxtoimg: warning: enhancement ignored: could not find a usable visible image
Loading page (1/2)
Rendering (2/2)
Done
11-05-2021 18:19 /home/pi/raspberry-noaa-v2/scripts/receive_noaa.sh INFO : Decoding image
Satellite: NOAA 15
Status: signal processing............................
wxtoimg: warning: couldn't find telemetry data
Gain: 33.9
Channel A: 3/3B (mid infrared)
Channel B: 4 (thermal infrared)
wxtoimg: warning: enhancement ignored: could not find a usable visible image
Loading page (1/2)
Rendering (2/2)
Done
11-05-2021 18:19 /home/pi/raspberry-noaa-v2/scripts/receive_noaa.sh INFO : Decoding image
Satellite: NOAA 15
Status: signal processing............................
wxtoimg: warning: couldn't find telemetry data
Gain: 33.9
Channel A: 3/3B (mid infrared)
Channel B: 4 (thermal infrared)
wxtoimg: warning: enhancement ignored: could not find a usable visible image
Loading page (1/2)
Rendering (2/2)
Done
11-05-2021 18:19 /home/pi/raspberry-noaa-v2/scripts/receive_noaa.sh INFO : Decoding image
Satellite: NOAA 15
Status: signal processing............................
wxtoimg: warning: couldn't find telemetry data
Gain: 33.9
Channel A: 3/3B (mid infrared)
Channel B: 4 (thermal infrared)
Loading page (1/2)
Rendering (2/2)
Done
11-05-2021 18:19 /home/pi/raspberry-noaa-v2/scripts/receive_noaa.sh INFO : Decoding image
Status: updating 2 frame 520 x 962 AVI at 1.000 fps with RGB encoding
Satellite: NOAA 15
Status: signal processing............................
wxtoimg: warning: couldn't find telemetry data
Gain: 33.9
Channel A: 3/3B (mid infrared)
Channel B: 4 (thermal infrared)
ffmpeg version 4.1.6-1~deb10u1+rpt1 Copyright (c) 2000-2020 the FFmpeg developers
  built with gcc 8 (Raspbian 8.3.0-6+rpi1)
  configuration: --prefix=/usr --extra-version='1~deb10u1+rpt1' --toolchain=hardened --incdir=/usr/include/arm-linux-gnueabihf --enable-gpl --disable-stripping --enable-avresample --disable-filter=resample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librsvg --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-omx-rpi --enable-mmal --enable-neon --enable-rpi --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --enable-shared --libdir=/usr/lib/arm-linux-gnueabihf --cpu=arm1176jzf-s --arch=arm
  WARNING: library configuration mismatch
  avutil      configuration: --prefix=/usr --extra-version='1~deb10u1+rpt1' --toolchain=hardened --incdir=/usr/include/arm-linux-gnueabihf --enable-gpl --disable-stripping --enable-avresample --disable-filter=resample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librsvg --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-omx-rpi --enable-mmal --enable-neon --enable-rpi --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --libdir=/usr/lib/arm-linux-gnueabihf/neon/vfp --cpu=cortex-a7 --arch=armv6t2 --disable-thumb --enable-shared --disable-doc --disable-programs
  avcodec     configuration: --prefix=/usr --extra-version='1~deb10u1+rpt1' --toolchain=hardened --incdir=/usr/include/arm-linux-gnueabihf --enable-gpl --disable-stripping --enable-avresample --disable-filter=resample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librsvg --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-omx-rpi --enable-mmal --enable-neon --enable-rpi --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --libdir=/usr/lib/arm-linux-gnueabihf/neon/vfp --cpu=cortex-a7 --arch=armv6t2 --disable-thumb --enable-shared --disable-doc --disable-programs
  avformat    configuration: --prefix=/usr --extra-version='1~deb10u1+rpt1' --toolchain=hardened --incdir=/usr/include/arm-linux-gnueabihf --enable-gpl --disable-stripping --enable-avresample --disable-filter=resample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librsvg --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-omx-rpi --enable-mmal --enable-neon --enable-rpi --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --libdir=/usr/lib/arm-linux-gnueabihf/neon/vfp --cpu=cortex-a7 --arch=armv6t2 --disable-thumb --enable-shared --disable-doc --disable-programs
  avdevice    configuration: --prefix=/usr --extra-version='1~deb10u1+rpt1' --toolchain=hardened --incdir=/usr/include/arm-linux-gnueabihf --enable-gpl --disable-stripping --enable-avresample --disable-filter=resample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librsvg --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-omx-rpi --enable-mmal --enable-neon --enable-rpi --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --libdir=/usr/lib/arm-linux-gnueabihf/neon/vfp --cpu=cortex-a7 --arch=armv6t2 --disable-thumb --enable-shared --disable-doc --disable-programs
  avfilter    configuration: --prefix=/usr --extra-version='1~deb10u1+rpt1' --toolchain=hardened --incdir=/usr/include/arm-linux-gnueabihf --enable-gpl --disable-stripping --enable-avresample --disable-filter=resample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librsvg --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-omx-rpi --enable-mmal --enable-neon --enable-rpi --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --libdir=/usr/lib/arm-linux-gnueabihf/neon/vfp --cpu=cortex-a7 --arch=armv6t2 --disable-thumb --enable-shared --disable-doc --disable-programs
  avresample  configuration: --prefix=/usr --extra-version='1~deb10u1+rpt1' --toolchain=hardened --incdir=/usr/include/arm-linux-gnueabihf --enable-gpl --disable-stripping --enable-avresample --disable-filter=resample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librsvg --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-omx-rpi --enable-mmal --enable-neon --enable-rpi --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --libdir=/usr/lib/arm-linux-gnueabihf/neon/vfp --cpu=cortex-a7 --arch=armv6t2 --disable-thumb --enable-shared --disable-doc --disable-programs
  swscale     configuration: --prefix=/usr --extra-version='1~deb10u1+rpt1' --toolchain=hardened --incdir=/usr/include/arm-linux-gnueabihf --enable-gpl --disable-stripping --enable-avresample --disable-filter=resample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librsvg --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-omx-rpi --enable-mmal --enable-neon --enable-rpi --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --libdir=/usr/lib/arm-linux-gnueabihf/neon/vfp --cpu=cortex-a7 --arch=armv6t2 --disable-thumb --enable-shared --disable-doc --disable-programs
  swresample  configuration: --prefix=/usr --extra-version='1~deb10u1+rpt1' --toolchain=hardened --incdir=/usr/include/arm-linux-gnueabihf --enable-gpl --disable-stripping --enable-avresample --disable-filter=resample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librsvg --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-omx-rpi --enable-mmal --enable-neon --enable-rpi --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --libdir=/usr/lib/arm-linux-gnueabihf/neon/vfp --cpu=cortex-a7 --arch=armv6t2 --disable-thumb --enable-shared --disable-doc --disable-programs
  postproc    configuration: --prefix=/usr --extra-version='1~deb10u1+rpt1' --toolchain=hardened --incdir=/usr/include/arm-linux-gnueabihf --enable-gpl --disable-stripping --enable-avresample --disable-filter=resample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librsvg --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-omx-rpi --enable-mmal --enable-neon --enable-rpi --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --libdir=/usr/lib/arm-linux-gnueabihf/neon/vfp --cpu=cortex-a7 --arch=armv6t2 --disable-thumb --enable-shared --disable-doc --disable-programs
  libavutil      56. 22.100 / 56. 22.100
  libavcodec     58. 35.100 / 58. 35.100
  libavformat    58. 20.100 / 58. 20.100
  libavdevice    58.  5.100 / 58.  5.100
  libavfilter     7. 40.101 /  7. 40.101
  libavresample   4.  0.  0 /  4.  0.  0
  libswscale      5.  3.100 /  5.  3.100
  libswresample   3.  3.100 /  3.  3.100
  libpostproc    55.  3.100 / 55.  3.100
Input #0, avi, from '/home/pi/raspberry-noaa-v2/tmp/RollingAnimation.avi':
  Duration: N/A, start: 0.000000, bitrate: N/A
    Stream #0:0: Video: rawvideo, bgr24, 520x962, 1 fps, 1 tbr, 1 tbn, 1 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (rawvideo (native) -> h264 (libx264))
Press [q] to stop, [?] for help
[libx264 @ 0x22c9460] frame MB size (33x61) > level limit (1620)
[libx264 @ 0x22c9460] using cpu capabilities: ARMv6 NEON
[libx264 @ 0x22c9460] profile Constrained Baseline, level 3.0
[libx264 @ 0x22c9460] 264 - core 155 r2917 0a84d98 - H.264/MPEG-4 AVC codec - Copyleft 2003-2018 - http://www.videolan.org/x264.html - options: cabac=0 ref=3 deblock=1:0:0 analyse=0x1:0x111 me=hex subme=7 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=0 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=6 lookahead_threads=1 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=0 weightp=0 keyint=250 keyint_min=1 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=crf mbtree=1 crf=23.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00
Output #0, mp4, to '/srv/videos/RollingAnimation.mp4':
  Metadata:
    encoder         : Lavf58.20.100
    Stream #0:0: Video: h264 (libx264) (avc1 / 0x31637661), yuv420p, 520x962, q=-1--1, 1 fps, 16384 tbn, 1 tbc
    Metadata:
      encoder         : Lavc58.35.100 libx264
    Side data:
      cpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: -1
frame=    3 fps=0.0 q=-1.0 Lsize=     633kB time=00:00:02.00 bitrate=2590.7kbits/s speed=3.44x
video:632kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.125372%
[libx264 @ 0x22c9460] frame I:3     Avg QP:15.21  size:215416
[libx264 @ 0x22c9460] mb I  I16..4: 53.9%  0.0% 46.1%
[libx264 @ 0x22c9460] coded y,uvDC,uvAC intra: 69.3% 60.9% 59.9%
[libx264 @ 0x22c9460] i16 v,h,dc,p: 56%  1% 38%  4%
[libx264 @ 0x22c9460] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 11% 10% 17% 10% 10% 11%  9% 11% 11%
[libx264 @ 0x22c9460] i8c dc,h,v,p: 79%  7%  8%  6%
[libx264 @ 0x22c9460] kb/s:1723.33
11-05-2021 18:19 /home/pi/raspberry-noaa-v2/scripts/receive_noaa.sh INFO : Total processing time: 00:03.19
Signal caught, exiting!

User cancel, exiting...
11-05-2021 18:32 /home/pi/raspberry-noaa-v2/scripts/receive_meteor.sh INFO : Demodulation in progress (QPSK)

Meteor-M2 LRPT demodulator v0.3-beta1

(18:32:45) Input: /var/ramfs/METEOR-M-2-20210511-181813.wav, output: /home/pi/raspberry-noaa-v2/tmp/meteor/METEOR-M-2-20210511-181813.qpsk
(18:32:45) Input samplerate: 96000
(18:32:45) Demodulator initialized
(18:32:45) (  0.0%) Carrier:   +11.5 Hz, Locked: No
(18:32:50) (  2.8%) Carrier: +2776.5 Hz, Locked: No
(18:32:55) (  5.6%) Carrier: +3428.2 Hz, Locked: No
(18:33:00) (  8.4%) Carrier: +5156.3 Hz, Locked: No
(18:33:05) ( 11.1%) Carrier: +3118.3 Hz, Locked: No
(18:33:10) ( 14.0%) Carrier:  -189.7 Hz, Locked: No
(18:33:15) ( 16.8%) Carrier:  -779.4 Hz, Locked: No
(18:33:20) ( 19.6%) Carrier: -8708.8 Hz, Locked: No
(18:33:25) ( 22.4%) Carrier: -4651.9 Hz, Locked: No
(18:33:30) ( 25.1%) Carrier: -4239.8 Hz, Locked: No
(18:33:35) ( 27.9%) Carrier: -2897.6 Hz, Locked: No
(18:33:40) ( 30.7%) Carrier: -2772.0 Hz, Locked: No
(18:33:45) ( 33.5%) Carrier: -2604.8 Hz, Locked: No
(18:33:50) ( 36.3%) Carrier: -2310.2 Hz, Locked: No
(18:33:55) ( 39.1%) Carrier: -3808.3 Hz, Locked: No
(18:34:00) ( 41.9%) Carrier: -1834.3 Hz, Locked: No
(18:34:05) ( 44.7%) Carrier: +2377.7 Hz, Locked: No
(18:34:10) ( 47.5%) Carrier: -1026.6 Hz, Locked: No
(18:34:15) ( 50.3%) Carrier: -5825.3 Hz, Locked: No
(18:34:20) ( 53.1%) Carrier: -4888.3 Hz, Locked: No
(18:34:25) ( 55.9%) Carrier: -4492.1 Hz, Locked: No
(18:34:30) ( 58.7%) Carrier:  -484.4 Hz, Locked: No
(18:34:35) ( 61.5%) Carrier:  +478.1 Hz, Locked: No
(18:34:40) ( 64.3%) Carrier:  +934.2 Hz, Locked: No
(18:34:45) ( 67.1%) Carrier:  -792.8 Hz, Locked: No
(18:34:50) ( 69.9%) Carrier: +4458.6 Hz, Locked: No
(18:34:55) ( 72.7%) Carrier: +1842.6 Hz, Locked: No
(18:35:00) ( 75.5%) Carrier: +1907.7 Hz, Locked: No
(18:35:05) ( 78.3%) Carrier: +1261.1 Hz, Locked: No
(18:35:10) ( 81.2%) Carrier: -1607.2 Hz, Locked: No
(18:35:15) ( 83.9%) Carrier: -5556.0 Hz, Locked: No
(18:35:20) ( 86.7%) Carrier: -6972.2 Hz, Locked: No
(18:35:25) ( 89.5%) Carrier: -6436.9 Hz, Locked: No
(18:35:30) ( 92.3%) Carrier: -5375.5 Hz, Locked: No
(18:35:35) ( 95.1%) Carrier: -3406.3 Hz, Locked: No
(18:35:40) ( 97.9%) Carrier:  +458.2 Hz, Locked: No
(18:35:45) Decoding completed
11-05-2021 18:35 /home/pi/raspberry-noaa-v2/scripts/receive_meteor.sh INFO : Producing spectrogram
11-05-2021 18:35 /home/pi/raspberry-noaa-v2/scripts/receive_meteor.sh INFO : Producing polar graph of direction for pass
11-05-2021 18:35 /home/pi/raspberry-noaa-v2/scripts/receive_meteor.sh INFO : Moving audio files out to the SD card
11-05-2021 18:36 /home/pi/raspberry-noaa-v2/scripts/receive_meteor.sh INFO : Decoding in progress (QPSK to BMP)
Reading /home/pi/raspberry-noaa-v2/tmp/meteor/METEOR-M-2-20210511-181813.qpsk...
 pos=127044634 ( 99.98%) ( 3, 4016,48) sig= -258 rs=(-1,-1,-1,-1) AED99E3E
Total:        237.936691
Processing:   0.000000
Correlation:  146.348297
Viterbi:      82.469650
ECC:          8.998295
Remainder:    0.120435
Packets:      0 / 5223
11-05-2021 18:40 /home/pi/raspberry-noaa-v2/scripts/receive_meteor.sh ERROR : Decoding failed, either a bad pass/low SNR or a software problem
11-05-2021 18:40 /home/pi/raspberry-noaa-v2/scripts/receive_meteor.sh INFO : Total processing time: 00:22.12
11-05-2021 19:19 /home/pi/raspberry-noaa-v2/scripts/receive_noaa.sh INFO : Starting rtl_fm record
INFO : Recording at 137.1000 MHz...
11-05-2021 19:19 /home/pi/raspberry-noaa-v2/scripts/audio_processors/noaa_record.sh INFO : Recording at 137.1000 MHz...
Found 1 device(s):
  0:  Realtek, RTL2838UHIDIR, SN: 00000001

Using device 0: Generic RTL2832U OEM
Found Rafael Micro R820T tuner
Tuner gain set to 49.60 dB.
activated bias-T on GPIO PIN 0
Tuner error set to -6 ppm.
Tuned to 137580000 Hz.
Oversampling input by: 32x.
Oversampling output by: 1x.
Buffer size: 4.27ms
Allocating 15 zero-copy buffers
Sampling at 1920000 S/s.
Output at 60000 Hz.
11-05-2021 19:30 /home/pi/raspberry-noaa-v2/db_migrations/update_database.sh INFO : Applying any schema updates...
11-05-2021 19:30 /home/pi/raspberry-noaa-v2/db_migrations/update_database.sh INFO :   - 00_seed_schema.sql already applied
11-05-2021 19:30 /home/pi/raspberry-noaa-v2/db_migrations/update_database.sh INFO :   - 01_add_spectrogram_bool.sql already applied
11-05-2021 19:30 /home/pi/raspberry-noaa-v2/db_migrations/update_database.sh INFO :   - 02_add_noaa_pristine_bool.sql already applied
11-05-2021 19:30 /home/pi/raspberry-noaa-v2/db_migrations/update_database.sh INFO :   - 03_add_pass_azimuth_direction.sql already applied
11-05-2021 19:30 /home/pi/raspberry-noaa-v2/db_migrations/update_database.sh INFO :   - 04_add_capture_gain.sql already applied
11-05-2021 19:30 /home/pi/raspberry-noaa-v2/db_migrations/update_database.sh INFO :   - 05_add_pass_azimuth_at_max.sql already applied
11-05-2021 19:30 /home/pi/raspberry-noaa-v2/db_migrations/update_database.sh INFO :   - 06_add_polar_az_el_bool.sql already applied
11-05-2021 19:30 /home/pi/raspberry-noaa-v2/db_migrations/update_database.sh INFO :   - 07_add_polar_direction_bool.sql already applied
11-05-2021 19:30 /home/pi/raspberry-noaa-v2/db_migrations/update_database.sh INFO :   - 08_add_histogram_bool.sql already applied
11-05-2021 19:30 /home/pi/raspberry-noaa-v2/db_migrations/update_database.sh INFO :   - 09_add_at_job_id.sql already applied
11-05-2021 19:30 /home/pi/raspberry-noaa-v2/db_migrations/update_database.sh INFO : Schema updates complete!
11-05-2021 19:30 ./scripts/schedule.sh INFO : Not updating local copies of TLE files from source
11-05-2021 19:30 ./scripts/schedule.sh INFO : Determining latest scheduled capture job date...
11-05-2021 19:30 ./scripts/schedule.sh INFO : All passes already scheduled to latest date - nothing to be done
Signal caught, exiting!

User cancel, exiting...
11-05-2021 19:35 /home/pi/raspberry-noaa-v2/scripts/receive_noaa.sh INFO : Producing spectrogram
11-05-2021 19:35 /home/pi/raspberry-noaa-v2/scripts/receive_noaa.sh INFO : Producing polar graph of direction for pass
11-05-2021 19:35 /home/pi/raspberry-noaa-v2/scripts/receive_noaa.sh INFO : Bulding pass map
Satellite: NOAA 19
Pass Start: 2021-05-11 17:19:39 UTC
Pass Duration: 15:51
Elevation: 63
Azimuth: 256
Direction: northbound
..11-05-2021 19:35 /home/pi/raspberry-noaa-v2/scripts/receive_noaa.sh INFO : Decoding image
Satellite: NOAA 19
Status: signal processing............................
Gain: 32.6
Channel A: 2 (near infrared)
Channel B: 4 (thermal infrared)
Loading page (1/2)
Rendering (2/2)
Done
11-05-2021 19:36 /home/pi/raspberry-noaa-v2/scripts/receive_noaa.sh INFO : Decoding image
Satellite: NOAA 19
Status: signal processing............................
Gain: 32.6
Channel A: 2 (near infrared)
Channel B: 4 (thermal infrared)
Loading page (1/2)
Rendering (2/2)
Done
11-05-2021 19:36 /home/pi/raspberry-noaa-v2/scripts/receive_noaa.sh INFO : Decoding image
Satellite: NOAA 19
Status: signal processing............................
Gain: 32.6
Channel A: 2 (near infrared)
Channel B: 4 (thermal infrared)
Loading page (1/2)
Rendering (2/2)
Done
11-05-2021 19:36 /home/pi/raspberry-noaa-v2/scripts/receive_noaa.sh INFO : Decoding image
Satellite: NOAA 19
Status: signal processing............................
Gain: 32.6
Channel A: 2 (near infrared)
Channel B: 4 (thermal infrared)
Loading page (1/2)
Rendering (2/2)
Done
11-05-2021 19:36 /home/pi/raspberry-noaa-v2/scripts/receive_noaa.sh INFO : Decoding image
Satellite: NOAA 19
Status: signal processing............................
Gain: 32.6
Channel A: 2 (near infrared)
Channel B: 4 (thermal infrared)
Loading page (1/2)
Rendering (2/2)
Done
11-05-2021 19:37 /home/pi/raspberry-noaa-v2/scripts/receive_noaa.sh INFO : Decoding image
Satellite: NOAA 19
Status: signal processing............................
Gain: 32.6
Channel A: 2 (near infrared)
Channel B: 4 (thermal infrared)
Loading page (1/2)
Rendering (2/2)
Done
11-05-2021 19:37 /home/pi/raspberry-noaa-v2/scripts/receive_noaa.sh INFO : Decoding image
Satellite: NOAA 19
Status: signal processing............................
Gain: 32.6
Channel A: 2 (near infrared)
Channel B: 4 (thermal infrared)
Loading page (1/2)
Rendering (2/2)
Done
11-05-2021 19:37 /home/pi/raspberry-noaa-v2/scripts/receive_noaa.sh INFO : Decoding image
Satellite: NOAA 19
Status: signal processing............................
Gain: 32.6
Channel A: 2 (near infrared)
Channel B: 4 (thermal infrared)
Loading page (1/2)
Rendering (2/2)
Done
11-05-2021 19:37 /home/pi/raspberry-noaa-v2/scripts/receive_noaa.sh INFO : Decoding image
Satellite: NOAA 19
Status: signal processing............................
Gain: 32.6
Channel A: 2 (near infrared)
Channel B: 4 (thermal infrared)
Loading page (1/2)
Rendering (2/2)
Done
11-05-2021 19:38 /home/pi/raspberry-noaa-v2/scripts/receive_noaa.sh INFO : Decoding image
Satellite: NOAA 19
Status: signal processing............................
Gain: 32.6
Channel A: 2 (near infrared)
Channel B: 4 (thermal infrared)
Loading page (1/2)
Rendering (2/2)
Done
11-05-2021 19:38 /home/pi/raspberry-noaa-v2/scripts/receive_noaa.sh INFO : Decoding image
Status: updating 3 frame 520 x 962 AVI at 1.000 fps with RGB encoding
Satellite: NOAA 19
Status: signal processing............................
Gain: 33.1
Channel A: 2 (near infrared)
Channel B: 4 (thermal infrared)
ffmpeg version 4.1.6-1~deb10u1+rpt1 Copyright (c) 2000-2020 the FFmpeg developers
  built with gcc 8 (Raspbian 8.3.0-6+rpi1)
  configuration: --prefix=/usr --extra-version='1~deb10u1+rpt1' --toolchain=hardened --incdir=/usr/include/arm-linux-gnueabihf --enable-gpl --disable-stripping --enable-avresample --disable-filter=resample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librsvg --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-omx-rpi --enable-mmal --enable-neon --enable-rpi --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --enable-shared --libdir=/usr/lib/arm-linux-gnueabihf --cpu=arm1176jzf-s --arch=arm
  WARNING: library configuration mismatch
  avutil      configuration: --prefix=/usr --extra-version='1~deb10u1+rpt1' --toolchain=hardened --incdir=/usr/include/arm-linux-gnueabihf --enable-gpl --disable-stripping --enable-avresample --disable-filter=resample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librsvg --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-omx-rpi --enable-mmal --enable-neon --enable-rpi --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --libdir=/usr/lib/arm-linux-gnueabihf/neon/vfp --cpu=cortex-a7 --arch=armv6t2 --disable-thumb --enable-shared --disable-doc --disable-programs
  avcodec     configuration: --prefix=/usr --extra-version='1~deb10u1+rpt1' --toolchain=hardened --incdir=/usr/include/arm-linux-gnueabihf --enable-gpl --disable-stripping --enable-avresample --disable-filter=resample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librsvg --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-omx-rpi --enable-mmal --enable-neon --enable-rpi --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --libdir=/usr/lib/arm-linux-gnueabihf/neon/vfp --cpu=cortex-a7 --arch=armv6t2 --disable-thumb --enable-shared --disable-doc --disable-programs
  avformat    configuration: --prefix=/usr --extra-version='1~deb10u1+rpt1' --toolchain=hardened --incdir=/usr/include/arm-linux-gnueabihf --enable-gpl --disable-stripping --enable-avresample --disable-filter=resample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librsvg --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-omx-rpi --enable-mmal --enable-neon --enable-rpi --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --libdir=/usr/lib/arm-linux-gnueabihf/neon/vfp --cpu=cortex-a7 --arch=armv6t2 --disable-thumb --enable-shared --disable-doc --disable-programs
  avdevice    configuration: --prefix=/usr --extra-version='1~deb10u1+rpt1' --toolchain=hardened --incdir=/usr/include/arm-linux-gnueabihf --enable-gpl --disable-stripping --enable-avresample --disable-filter=resample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librsvg --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-omx-rpi --enable-mmal --enable-neon --enable-rpi --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --libdir=/usr/lib/arm-linux-gnueabihf/neon/vfp --cpu=cortex-a7 --arch=armv6t2 --disable-thumb --enable-shared --disable-doc --disable-programs
  avfilter    configuration: --prefix=/usr --extra-version='1~deb10u1+rpt1' --toolchain=hardened --incdir=/usr/include/arm-linux-gnueabihf --enable-gpl --disable-stripping --enable-avresample --disable-filter=resample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librsvg --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-omx-rpi --enable-mmal --enable-neon --enable-rpi --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --libdir=/usr/lib/arm-linux-gnueabihf/neon/vfp --cpu=cortex-a7 --arch=armv6t2 --disable-thumb --enable-shared --disable-doc --disable-programs
  avresample  configuration: --prefix=/usr --extra-version='1~deb10u1+rpt1' --toolchain=hardened --incdir=/usr/include/arm-linux-gnueabihf --enable-gpl --disable-stripping --enable-avresample --disable-filter=resample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librsvg --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-omx-rpi --enable-mmal --enable-neon --enable-rpi --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --libdir=/usr/lib/arm-linux-gnueabihf/neon/vfp --cpu=cortex-a7 --arch=armv6t2 --disable-thumb --enable-shared --disable-doc --disable-programs
  swscale     configuration: --prefix=/usr --extra-version='1~deb10u1+rpt1' --toolchain=hardened --incdir=/usr/include/arm-linux-gnueabihf --enable-gpl --disable-stripping --enable-avresample --disable-filter=resample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librsvg --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-omx-rpi --enable-mmal --enable-neon --enable-rpi --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --libdir=/usr/lib/arm-linux-gnueabihf/neon/vfp --cpu=cortex-a7 --arch=armv6t2 --disable-thumb --enable-shared --disable-doc --disable-programs
  swresample  configuration: --prefix=/usr --extra-version='1~deb10u1+rpt1' --toolchain=hardened --incdir=/usr/include/arm-linux-gnueabihf --enable-gpl --disable-stripping --enable-avresample --disable-filter=resample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librsvg --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-omx-rpi --enable-mmal --enable-neon --enable-rpi --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --libdir=/usr/lib/arm-linux-gnueabihf/neon/vfp --cpu=cortex-a7 --arch=armv6t2 --disable-thumb --enable-shared --disable-doc --disable-programs
  postproc    configuration: --prefix=/usr --extra-version='1~deb10u1+rpt1' --toolchain=hardened --incdir=/usr/include/arm-linux-gnueabihf --enable-gpl --disable-stripping --enable-avresample --disable-filter=resample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librsvg --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-omx-rpi --enable-mmal --enable-neon --enable-rpi --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --libdir=/usr/lib/arm-linux-gnueabihf/neon/vfp --cpu=cortex-a7 --arch=armv6t2 --disable-thumb --enable-shared --disable-doc --disable-programs
  libavutil      56. 22.100 / 56. 22.100
  libavcodec     58. 35.100 / 58. 35.100
  libavformat    58. 20.100 / 58. 20.100
  libavdevice    58.  5.100 / 58.  5.100
  libavfilter     7. 40.101 /  7. 40.101
  libavresample   4.  0.  0 /  4.  0.  0
  libswscale      5.  3.100 /  5.  3.100
  libswresample   3.  3.100 /  3.  3.100
  libpostproc    55.  3.100 / 55.  3.100
Input #0, avi, from '/home/pi/raspberry-noaa-v2/tmp/RollingAnimation.avi':
  Duration: N/A, start: 0.000000, bitrate: N/A
    Stream #0:0: Video: rawvideo, bgr24, 520x962, 1 fps, 1 tbr, 1 tbn, 1 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (rawvideo (native) -> h264 (libx264))
Press [q] to stop, [?] for help
[libx264 @ 0x1bf0700] frame MB size (33x61) > level limit (1620)
[libx264 @ 0x1bf0700] using cpu capabilities: ARMv6 NEON
[libx264 @ 0x1bf0700] profile Constrained Baseline, level 3.0
[libx264 @ 0x1bf0700] 264 - core 155 r2917 0a84d98 - H.264/MPEG-4 AVC codec - Copyleft 2003-2018 - http://www.videolan.org/x264.html - options: cabac=0 ref=3 deblock=1:0:0 analyse=0x1:0x111 me=hex subme=7 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=0 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=6 lookahead_threads=1 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=0 weightp=0 keyint=250 keyint_min=1 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=crf mbtree=1 crf=23.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00
Output #0, mp4, to '/srv/videos/RollingAnimation.mp4':
  Metadata:
    encoder         : Lavf58.20.100
    Stream #0:0: Video: h264 (libx264) (avc1 / 0x31637661), yuv420p, 520x962, q=-1--1, 1 fps, 16384 tbn, 1 tbc
    Metadata:
      encoder         : Lavc58.35.100 libx264
    Side data:
      cpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: -1
frame=    4 fps=0.0 q=-1.0 Lsize=     925kB time=00:00:03.00 bitrate=2525.4kbits/s speed=   5x
video:924kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.086130%
[libx264 @ 0x1bf0700] frame I:4     Avg QP:16.28  size:236405
[libx264 @ 0x1bf0700] mb I  I16..4: 48.9%  0.0% 51.1%
[libx264 @ 0x1bf0700] coded y,uvDC,uvAC intra: 76.7% 67.4% 65.8%
[libx264 @ 0x1bf0700] i16 v,h,dc,p: 47%  1% 46%  6%
[libx264 @ 0x1bf0700] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 11% 10% 17% 10% 10% 10%  9% 11% 11%
[libx264 @ 0x1bf0700] i8c dc,h,v,p: 76%  7%  9%  7%
[libx264 @ 0x1bf0700] kb/s:1891.24
11-05-2021 19:38 /home/pi/raspberry-noaa-v2/scripts/receive_noaa.sh INFO : Total processing time: 00:19.30
11-05-2021 19:55 /home/pi/raspberry-noaa-v2/scripts/receive_noaa.sh INFO : Starting rtl_fm record
INFO : Recording at 137.6200 MHz...
11-05-2021 19:55 /home/pi/raspberry-noaa-v2/scripts/audio_processors/noaa_record.sh INFO : Recording at 137.6200 MHz...
Found 1 device(s):
  0:  Realtek, RTL2838UHIDIR, SN: 00000001

Using device 0: Generic RTL2832U OEM
Found Rafael Micro R820T tuner
Tuner gain set to 0.00 dB.
activated bias-T on GPIO PIN 0
Tuner error set to -6 ppm.
Tuned to 138100000 Hz.
Oversampling input by: 32x.
Oversampling output by: 1x.
Buffer size: 4.27ms
Allocating 15 zero-copy buffers
Sampling at 1920000 S/s.
Output at 60000 Hz.
11-05-2021 19:57 /home/pi/raspberry-noaa-v2/scripts/receive_meteor.sh INFO : I'll flip this image pass because FLIP_METEOR_IMG is set to true
11-05-2021 19:57 /home/pi/raspberry-noaa-v2/scripts/receive_meteor.sh INFO : There is an already running rtl_fm instance but I dont care for now, I prefer this pass
11-05-2021 19:57 /home/pi/raspberry-noaa-v2/scripts/receive_noaa.sh INFO : Producing spectrogram
11-05-2021 19:57 /home/pi/raspberry-noaa-v2/scripts/receive_meteor.sh INFO : Starting rtl_fm record
INFO : Recording at 137.1000 MHz...
11-05-2021 19:57 /home/pi/raspberry-noaa-v2/scripts/audio_processors/meteor_record_rtl_fm.sh INFO : Recording at 137.1000 MHz...
Found 1 device(s):
  0:  Realtek, RTL2838UHIDIR, SN: 00000001

Using device 0: Generic RTL2832U OEM
Found Rafael Micro R820T tuner
11-05-2021 19:57 /home/pi/raspberry-noaa-v2/scripts/receive_noaa.sh INFO : Producing polar graph of direction for pass
Tuner gain set to 0.00 dB.
activated bias-T on GPIO PIN 0
Tuner error set to -6 ppm.
Tuned to 137388000 Hz.
Oversampling input by: 4x.
Oversampling output by: 1x.
Buffer size: 7.11ms
Allocating 15 zero-copy buffers
Sampling at 1152000 S/s.
Output at 288000 Hz.
11-05-2021 19:57 /home/pi/raspberry-noaa-v2/scripts/receive_noaa.sh INFO : Bulding pass map
Satellite: NOAA 15
Pass Start: 2021-05-11 17:55:50 UTC
Pass Duration: 15:10
Elevation: 65
Azimuth: 257
Direction: northbound
..11-05-2021 19:57 /home/pi/raspberry-noaa-v2/scripts/receive_noaa.sh INFO : Decoding image
Satellite: NOAA 15
Status: signal processing............................
wxtoimg: warning: couldn't find telemetry data
Gain: 33.8
Channel A: 3/3B (mid infrared)
Channel B: 4 (thermal infrared)
Loading page (1/2)
Rendering (2/2)
Done
11-05-2021 19:57 /home/pi/raspberry-noaa-v2/scripts/receive_noaa.sh INFO : Decoding image
Satellite: NOAA 15
Status: signal processing............................
wxtoimg: warning: couldn't find telemetry data
Gain: 33.8
Channel A: 3/3B (mid infrared)
Channel B: 4 (thermal infrared)
Loading page (1/2)
Rendering (2/2)
Done
11-05-2021 19:57 /home/pi/raspberry-noaa-v2/scripts/receive_noaa.sh INFO : Decoding image
Satellite: NOAA 15
Status: signal processing............................
wxtoimg: warning: couldn't find telemetry data
Gain: 33.8
Channel A: 3/3B (mid infrared)
Channel B: 4 (thermal infrared)
Loading page (1/2)
Rendering (2/2)
Done
11-05-2021 19:57 /home/pi/raspberry-noaa-v2/scripts/receive_noaa.sh INFO : Decoding image
Satellite: NOAA 15
Status: signal processing............................
wxtoimg: warning: couldn't find telemetry data
Gain: 33.8
Channel A: 3/3B (mid infrared)
Channel B: 4 (thermal infrared)
wxtoimg: warning: enhancement ignored: could not find a NOAA sensor 1 or sensor 2 image
Loading page (1/2)
Rendering (2/2)
Done
11-05-2021 19:57 /home/pi/raspberry-noaa-v2/scripts/receive_noaa.sh INFO : Decoding image
Satellite: NOAA 15
Status: signal processing............................
wxtoimg: warning: couldn't find telemetry data
Gain: 33.8
Channel A: 3/3B (mid infrared)
Channel B: 4 (thermal infrared)
wxtoimg: warning: enhancement ignored: could not find a NOAA sensor 1 or sensor 2 image
Loading page (1/2)
Rendering (2/2)
Done
11-05-2021 19:57 /home/pi/raspberry-noaa-v2/scripts/receive_noaa.sh INFO : Decoding image
Satellite: NOAA 15
Status: signal processing............................
wxtoimg: warning: couldn't find telemetry data
Gain: 33.8
Channel A: 3/3B (mid infrared)
Channel B: 4 (thermal infrared)
wxtoimg: warning: enhancement ignored: could not find a usable visible image
Loading page (1/2)
Rendering (2/2)
Done
11-05-2021 19:57 /home/pi/raspberry-noaa-v2/scripts/receive_noaa.sh INFO : Decoding image
Satellite: NOAA 15
Status: signal processing............................
wxtoimg: warning: couldn't find telemetry data
Gain: 33.8
Channel A: 3/3B (mid infrared)
Channel B: 4 (thermal infrared)
wxtoimg: warning: enhancement ignored: could not find a usable visible image
Loading page (1/2)
Rendering (2/2)
Done
11-05-2021 19:57 /home/pi/raspberry-noaa-v2/scripts/receive_noaa.sh INFO : Decoding image
Satellite: NOAA 15
Status: signal processing............................
wxtoimg: warning: couldn't find telemetry data
Gain: 33.8
Channel A: 3/3B (mid infrared)
Channel B: 4 (thermal infrared)
wxtoimg: warning: enhancement ignored: could not find a usable visible image
Loading page (1/2)
Rendering (2/2)
Done
11-05-2021 19:57 /home/pi/raspberry-noaa-v2/scripts/receive_noaa.sh INFO : Decoding image
Satellite: NOAA 15
Status: signal processing............................
wxtoimg: warning: couldn't find telemetry data
Gain: 33.8
Channel A: 3/3B (mid infrared)
Channel B: 4 (thermal infrared)
wxtoimg: warning: enhancement ignored: could not find a usable visible image
Loading page (1/2)
Rendering (2/2)
Done
11-05-2021 19:57 /home/pi/raspberry-noaa-v2/scripts/receive_noaa.sh INFO : Decoding image
Satellite: NOAA 15
Status: signal processing............................
wxtoimg: warning: couldn't find telemetry data
Gain: 33.8
Channel A: 3/3B (mid infrared)
Channel B: 4 (thermal infrared)
Loading page (1/2)
Rendering (2/2)
Done
11-05-2021 19:57 /home/pi/raspberry-noaa-v2/scripts/receive_noaa.sh INFO : Decoding image
Status: updating 4 frame 520 x 962 AVI at 1.000 fps with RGB encoding
Satellite: NOAA 15
Status: signal processing............................
wxtoimg: warning: couldn't find telemetry data
Gain: 33.8
Channel A: 3/3B (mid infrared)
Channel B: 4 (thermal infrared)
ffmpeg version 4.1.6-1~deb10u1+rpt1 Copyright (c) 2000-2020 the FFmpeg developers
  built with gcc 8 (Raspbian 8.3.0-6+rpi1)
  configuration: --prefix=/usr --extra-version='1~deb10u1+rpt1' --toolchain=hardened --incdir=/usr/include/arm-linux-gnueabihf --enable-gpl --disable-stripping --enable-avresample --disable-filter=resample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librsvg --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-omx-rpi --enable-mmal --enable-neon --enable-rpi --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --enable-shared --libdir=/usr/lib/arm-linux-gnueabihf --cpu=arm1176jzf-s --arch=arm
  WARNING: library configuration mismatch
  avutil      configuration: --prefix=/usr --extra-version='1~deb10u1+rpt1' --toolchain=hardened --incdir=/usr/include/arm-linux-gnueabihf --enable-gpl --disable-stripping --enable-avresample --disable-filter=resample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librsvg --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-omx-rpi --enable-mmal --enable-neon --enable-rpi --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --libdir=/usr/lib/arm-linux-gnueabihf/neon/vfp --cpu=cortex-a7 --arch=armv6t2 --disable-thumb --enable-shared --disable-doc --disable-programs
  avcodec     configuration: --prefix=/usr --extra-version='1~deb10u1+rpt1' --toolchain=hardened --incdir=/usr/include/arm-linux-gnueabihf --enable-gpl --disable-stripping --enable-avresample --disable-filter=resample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librsvg --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-omx-rpi --enable-mmal --enable-neon --enable-rpi --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --libdir=/usr/lib/arm-linux-gnueabihf/neon/vfp --cpu=cortex-a7 --arch=armv6t2 --disable-thumb --enable-shared --disable-doc --disable-programs
  avformat    configuration: --prefix=/usr --extra-version='1~deb10u1+rpt1' --toolchain=hardened --incdir=/usr/include/arm-linux-gnueabihf --enable-gpl --disable-stripping --enable-avresample --disable-filter=resample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librsvg --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-omx-rpi --enable-mmal --enable-neon --enable-rpi --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --libdir=/usr/lib/arm-linux-gnueabihf/neon/vfp --cpu=cortex-a7 --arch=armv6t2 --disable-thumb --enable-shared --disable-doc --disable-programs
  avdevice    configuration: --prefix=/usr --extra-version='1~deb10u1+rpt1' --toolchain=hardened --incdir=/usr/include/arm-linux-gnueabihf --enable-gpl --disable-stripping --enable-avresample --disable-filter=resample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librsvg --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-omx-rpi --enable-mmal --enable-neon --enable-rpi --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --libdir=/usr/lib/arm-linux-gnueabihf/neon/vfp --cpu=cortex-a7 --arch=armv6t2 --disable-thumb --enable-shared --disable-doc --disable-programs
  avfilter    configuration: --prefix=/usr --extra-version='1~deb10u1+rpt1' --toolchain=hardened --incdir=/usr/include/arm-linux-gnueabihf --enable-gpl --disable-stripping --enable-avresample --disable-filter=resample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librsvg --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-omx-rpi --enable-mmal --enable-neon --enable-rpi --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --libdir=/usr/lib/arm-linux-gnueabihf/neon/vfp --cpu=cortex-a7 --arch=armv6t2 --disable-thumb --enable-shared --disable-doc --disable-programs
  avresample  configuration: --prefix=/usr --extra-version='1~deb10u1+rpt1' --toolchain=hardened --incdir=/usr/include/arm-linux-gnueabihf --enable-gpl --disable-stripping --enable-avresample --disable-filter=resample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librsvg --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-omx-rpi --enable-mmal --enable-neon --enable-rpi --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --libdir=/usr/lib/arm-linux-gnueabihf/neon/vfp --cpu=cortex-a7 --arch=armv6t2 --disable-thumb --enable-shared --disable-doc --disable-programs
  swscale     configuration: --prefix=/usr --extra-version='1~deb10u1+rpt1' --toolchain=hardened --incdir=/usr/include/arm-linux-gnueabihf --enable-gpl --disable-stripping --enable-avresample --disable-filter=resample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librsvg --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-omx-rpi --enable-mmal --enable-neon --enable-rpi --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --libdir=/usr/lib/arm-linux-gnueabihf/neon/vfp --cpu=cortex-a7 --arch=armv6t2 --disable-thumb --enable-shared --disable-doc --disable-programs
  swresample  configuration: --prefix=/usr --extra-version='1~deb10u1+rpt1' --toolchain=hardened --incdir=/usr/include/arm-linux-gnueabihf --enable-gpl --disable-stripping --enable-avresample --disable-filter=resample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librsvg --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-omx-rpi --enable-mmal --enable-neon --enable-rpi --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --libdir=/usr/lib/arm-linux-gnueabihf/neon/vfp --cpu=cortex-a7 --arch=armv6t2 --disable-thumb --enable-shared --disable-doc --disable-programs
  postproc    configuration: --prefix=/usr --extra-version='1~deb10u1+rpt1' --toolchain=hardened --incdir=/usr/include/arm-linux-gnueabihf --enable-gpl --disable-stripping --enable-avresample --disable-filter=resample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librsvg --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-omx-rpi --enable-mmal --enable-neon --enable-rpi --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --libdir=/usr/lib/arm-linux-gnueabihf/neon/vfp --cpu=cortex-a7 --arch=armv6t2 --disable-thumb --enable-shared --disable-doc --disable-programs
  libavutil      56. 22.100 / 56. 22.100
  libavcodec     58. 35.100 / 58. 35.100
  libavformat    58. 20.100 / 58. 20.100
  libavdevice    58.  5.100 / 58.  5.100
  libavfilter     7. 40.101 /  7. 40.101
  libavresample   4.  0.  0 /  4.  0.  0
  libswscale      5.  3.100 /  5.  3.100
  libswresample   3.  3.100 /  3.  3.100
  libpostproc    55.  3.100 / 55.  3.100
Input #0, avi, from '/home/pi/raspberry-noaa-v2/tmp/RollingAnimation.avi':
  Duration: N/A, start: 0.000000, bitrate: N/A
    Stream #0:0: Video: rawvideo, bgr24, 520x962, 1 fps, 1 tbr, 1 tbn, 1 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (rawvideo (native) -> h264 (libx264))
Press [q] to stop, [?] for help
[libx264 @ 0xbc4fc0] frame MB size (33x61) > level limit (1620)
[libx264 @ 0xbc4fc0] using cpu capabilities: ARMv6 NEON
[libx264 @ 0xbc4fc0] profile Constrained Baseline, level 3.0
[libx264 @ 0xbc4fc0] 264 - core 155 r2917 0a84d98 - H.264/MPEG-4 AVC codec - Copyleft 2003-2018 - http://www.videolan.org/x264.html - options: cabac=0 ref=3 deblock=1:0:0 analyse=0x1:0x111 me=hex subme=7 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=0 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=6 lookahead_threads=1 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=0 weightp=0 keyint=250 keyint_min=1 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=crf mbtree=1 crf=23.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00
Output #0, mp4, to '/srv/videos/RollingAnimation.mp4':
  Metadata:
    encoder         : Lavf58.20.100
    Stream #0:0: Video: h264 (libx264) (avc1 / 0x31637661), yuv420p, 520x962, q=-1--1, 1 fps, 16384 tbn, 1 tbc
    Metadata:
      encoder         : Lavc58.35.100 libx264
    Side data:
      cpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: -1
frame=    5 fps=0.0 q=-1.0 Lsize=     959kB time=00:00:04.00 bitrate=1964.7kbits/s speed=6.33x
video:959kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.083438%
[libx264 @ 0xbc4fc0] frame I:5     Avg QP:13.88  size:196187
[libx264 @ 0xbc4fc0] mb I  I16..4: 57.1%  0.0% 42.9%
[libx264 @ 0xbc4fc0] coded y,uvDC,uvAC intra: 63.8% 56.3% 55.0%
[libx264 @ 0xbc4fc0] i16 v,h,dc,p: 63%  1% 32%  4%
[libx264 @ 0xbc4fc0] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 11% 10% 17% 10% 10% 10%  9% 11% 11%
[libx264 @ 0xbc4fc0] i8c dc,h,v,p: 80%  6%  7%  6%
[libx264 @ 0xbc4fc0] kb/s:1569.50
11-05-2021 19:57 /home/pi/raspberry-noaa-v2/scripts/receive_noaa.sh INFO : Total processing time: 00:02.55
Signal caught, exiting!

User cancel, exiting...
11-05-2021 20:13 /home/pi/raspberry-noaa-v2/scripts/receive_meteor.sh INFO : Demodulation in progress (QPSK)

Meteor-M2 LRPT demodulator v0.3-beta1

(20:13:07) Input: /var/ramfs/METEOR-M-2-20210511-195740.wav, output: /home/pi/raspberry-noaa-v2/tmp/meteor/METEOR-M-2-20210511-195740.qpsk
(20:13:07) Input samplerate: 96000
(20:13:07) Demodulator initialized
(20:13:07) (  0.0%) Carrier:   +11.5 Hz, Locked: No
(20:13:12) (  2.5%) Carrier:   -13.4 Hz, Locked: No
(20:13:17) (  5.1%) Carrier:   -12.5 Hz, Locked: No
(20:13:22) (  7.7%) Carrier:   -10.3 Hz, Locked: No
(20:13:27) ( 10.2%) Carrier:    +8.3 Hz, Locked: No
(20:13:32) ( 12.8%) Carrier:   +51.5 Hz, Locked: No
(20:13:37) ( 15.4%) Carrier:    +9.5 Hz, Locked: No
(20:13:42) ( 18.0%) Carrier:   +24.6 Hz, Locked: No
(20:13:47) ( 20.5%) Carrier:   +28.1 Hz, Locked: No
(20:13:52) ( 23.1%) Carrier:  -122.2 Hz, Locked: No
(20:13:57) ( 25.7%) Carrier:    -2.3 Hz, Locked: No
(20:14:02) ( 28.3%) Carrier:   -33.8 Hz, Locked: No
(20:14:07) ( 30.8%) Carrier:   +15.0 Hz, Locked: No
(20:14:12) ( 33.4%) Carrier:   -96.3 Hz, Locked: No
(20:14:17) ( 36.0%) Carrier:   -20.5 Hz, Locked: No
(20:14:22) ( 38.6%) Carrier:    -1.1 Hz, Locked: No
(20:14:27) ( 41.1%) Carrier:   +50.1 Hz, Locked: No
(20:14:32) ( 43.7%) Carrier:   -55.3 Hz, Locked: No
(20:14:37) ( 46.3%) Carrier:   +16.8 Hz, Locked: No
(20:14:42) ( 48.8%) Carrier:   -73.7 Hz, Locked: No
(20:14:47) ( 51.4%) Carrier:   -55.0 Hz, Locked: No
(20:14:52) ( 54.0%) Carrier:   -27.7 Hz, Locked: No
(20:14:57) ( 56.6%) Carrier:   -13.6 Hz, Locked: No
(20:15:02) ( 59.1%) Carrier:   +36.7 Hz, Locked: No
(20:15:07) ( 61.7%) Carrier:  -583.7 Hz, Locked: No
(20:15:12) ( 64.3%) Carrier:   +16.5 Hz, Locked: No
(20:15:17) ( 66.9%) Carrier:    -8.8 Hz, Locked: No
(20:15:22) ( 69.4%) Carrier:   -80.5 Hz, Locked: No
(20:15:27) ( 72.0%) Carrier:    +6.4 Hz, Locked: No
(20:15:32) ( 74.6%) Carrier:   +27.9 Hz, Locked: No
(20:15:37) ( 77.2%) Carrier:    -7.3 Hz, Locked: No
(20:15:42) ( 79.7%) Carrier:  +568.1 Hz, Locked: No
(20:15:47) ( 82.3%) Carrier:    +7.6 Hz, Locked: No
(20:15:52) ( 84.9%) Carrier:   +19.8 Hz, Locked: No
(20:15:57) ( 87.5%) Carrier:   -17.5 Hz, Locked: No
(20:16:02) ( 90.0%) Carrier:   -30.3 Hz, Locked: No
(20:16:07) ( 92.6%) Carrier:  +575.1 Hz, Locked: No
(20:16:12) ( 95.2%) Carrier:   -14.2 Hz, Locked: No
(20:16:17) ( 97.7%) Carrier:    +4.1 Hz, Locked: No
(20:16:22) Decoding completed
11-05-2021 20:16 /home/pi/raspberry-noaa-v2/scripts/receive_meteor.sh INFO : Producing spectrogram
11-05-2021 20:16 /home/pi/raspberry-noaa-v2/scripts/receive_meteor.sh INFO : Producing polar graph of direction for pass
11-05-2021 20:16 /home/pi/raspberry-noaa-v2/scripts/receive_meteor.sh INFO : Moving audio files out to the SD card
11-05-2021 20:16 /home/pi/raspberry-noaa-v2/scripts/receive_meteor.sh INFO : Decoding in progress (QPSK to BMP)
Reading /home/pi/raspberry-noaa-v2/tmp/meteor/METEOR-M-2-20210511-195740.qpsk...
 pos=138992274 ( 99.98%) ( 2,13506,49) sig= -222 rs=(-1,-1,-1,-1) 03D40D8B
Total:        250.538132
Processing:   0.000009
Correlation:  151.487488
Viterbi:      89.049095
ECC:          9.882498
Remainder:    0.119037
Packets:      13 / 5741
11-05-2021 20:20 /home/pi/raspberry-noaa-v2/scripts/receive_meteor.sh INFO : I got a successful METEOR-M-2-20210511-195740.dec file. Creating false color image
Reading /srv/audio/meteor/METEOR-M-2-20210511-195740.dec...
 pos=       0 (  0.00%)
 pos=    1024 (  7.69%)
 pos=    2048 ( 15.38%)
 pos=    3072 ( 23.08%)
 pos=    4096 ( 30.77%)
 pos=    5120 ( 38.46%)
 pos=    6144 ( 46.15%)
 pos=    7168 ( 53.85%)
 pos=    8192 ( 61.54%)
 pos=    9216 ( 69.23%)
 pos=   10240 ( 76.92%)
 pos=   11264 ( 84.62%)
 pos=   12288 ( 92.31%)

Total:        0.000093
Processing:   0.000005
Correlation:  0.000000
Viterbi:      0.000000
ECC:          0.000000
Remainder:    0.000088
Packets:      13 / 13
11-05-2021 20:20 /home/pi/raspberry-noaa-v2/scripts/receive_meteor.sh INFO : Rectifying image to adjust aspect ratio
Traceback (most recent call last):
  File "/home/pi/raspberry-noaa-v2/scripts/image_processors/meteor_rectify.py", line 121, in <module>
    img = Image.open(sys.argv[1])
  File "/usr/local/lib/python3.7/dist-packages/PIL/Image.py", line 2843, in open
    fp = builtins.open(filename, "rb")
FileNotFoundError: [Errno 2] No such file or directory: '/srv/images/METEOR-M-2-20210511-195740-122.bmp'
11-05-2021 20:20 /home/pi/raspberry-noaa-v2/scripts/receive_meteor.sh INFO : Annotating images and creating thumbnails
Loading page (1/2)
Rendering (2/2)
Done
convert: unable to open image `/srv/images/METEOR-M-2-20210511-195740-122-rectified.jpg': No such file or directory @ error/blob.c/OpenBlob/2874.
convert: ImageSequenceRequired `-composite' @ error/mogrify.c/MogrifyImageList/7995.
convert: no images defined `/srv/images/METEOR-M-2-20210511-195740-122-rectified.jpg' @ error/convert.c/ConvertImageCommand/3258.
convert: unable to open image `/srv/images/METEOR-M-2-20210511-195740-122-rectified.jpg': No such file or directory @ error/blob.c/OpenBlob/2874.
convert: no images defined `/srv/images/thumb/METEOR-M-2-20210511-195740-122-rectified.jpg' @ error/convert.c/ConvertImageCommand/3258.
11-05-2021 20:21 /home/pi/raspberry-noaa-v2/scripts/receive_meteor.sh INFO : No image produced - not pushing anywhere
11-05-2021 20:21 /home/pi/raspberry-noaa-v2/scripts/receive_meteor.sh INFO : Total processing time: 00:24.01
11-05-2021 21:59 /home/pi/raspberry-noaa-v2/scripts/receive_noaa.sh INFO : Starting rtl_fm record
INFO : Recording at 137.9125 MHz...
11-05-2021 21:59 /home/pi/raspberry-noaa-v2/scripts/audio_processors/noaa_record.sh INFO : Recording at 137.9125 MHz...
Found 1 device(s):
  0:  Realtek, RTL2838UHIDIR, SN: 00000001

Using device 0: Generic RTL2832U OEM
Found Rafael Micro R820T tuner
Tuner gain set to 0.00 dB.
activated bias-T on GPIO PIN 0
Tuner error set to -6 ppm.
Tuned to 138392500 Hz.
Oversampling input by: 32x.
Oversampling output by: 1x.
Buffer size: 4.27ms
Allocating 15 zero-copy buffers
Sampling at 1920000 S/s.
Output at 60000 Hz.
Signal caught, exiting!

User cancel, exiting...
11-05-2021 22:15 /home/pi/raspberry-noaa-v2/scripts/receive_noaa.sh INFO : Producing spectrogram
11-05-2021 22:15 /home/pi/raspberry-noaa-v2/scripts/receive_noaa.sh INFO : Producing polar graph of direction for pass
11-05-2021 22:15 /home/pi/raspberry-noaa-v2/scripts/receive_noaa.sh INFO : Bulding pass map
Satellite: NOAA 18
Pass Start: 2021-05-11 19:59:57 UTC
Pass Duration: 15:42
Elevation: 82
Azimuth: 252
Direction: northbound
..11-05-2021 22:16 /home/pi/raspberry-noaa-v2/scripts/receive_noaa.sh INFO : Decoding image
Satellite: NOAA 18
Status: signal processing............................
wxtoimg: warning: Narrow IF bandwidth (set Recording Options/receiver type), low S/N, or volume too high
Gain: 33.9
Channel A: 1 (visible)
Channel B: 2 (near infrared)
wxtoimg: warning: enhancement ignored: could not find a NOAA/GOES sensor 4 image
Loading page (1/2)
Rendering (2/2)
Done
11-05-2021 22:16 /home/pi/raspberry-noaa-v2/scripts/receive_noaa.sh INFO : Decoding image
Satellite: NOAA 18
Status: signal processing............................
wxtoimg: warning: Narrow IF bandwidth (set Recording Options/receiver type), low S/N, or volume too high
Gain: 33.9
Channel A: 1 (visible)
Channel B: 2 (near infrared)
wxtoimg: warning: enhancement ignored: could not find a NOAA sensor 4 image
Loading page (1/2)
Rendering (2/2)
Done
11-05-2021 22:16 /home/pi/raspberry-noaa-v2/scripts/receive_noaa.sh INFO : Decoding image
Satellite: NOAA 18
Status: signal processing............................
wxtoimg: warning: Narrow IF bandwidth (set Recording Options/receiver type), low S/N, or volume too high
Gain: 33.9
Channel A: 1 (visible)
Channel B: 2 (near infrared)
wxtoimg: warning: enhancement ignored: could not find sensor 4 image
Loading page (1/2)
Rendering (2/2)
Done
11-05-2021 22:16 /home/pi/raspberry-noaa-v2/scripts/receive_noaa.sh INFO : Decoding image
Satellite: NOAA 18
Status: signal processing............................
wxtoimg: warning: Narrow IF bandwidth (set Recording Options/receiver type), low S/N, or volume too high
Gain: 33.9
Channel A: 1 (visible)
Channel B: 2 (near infrared)
wxtoimg: warning: enhancement ignored: could not find a NOAA sensor 4 image
Loading page (1/2)
Rendering (2/2)
Done
11-05-2021 22:16 /home/pi/raspberry-noaa-v2/scripts/receive_noaa.sh INFO : Decoding image
Satellite: NOAA 18
Status: signal processing............................
wxtoimg: warning: Narrow IF bandwidth (set Recording Options/receiver type), low S/N, or volume too high
Gain: 33.9
Channel A: 1 (visible)
Channel B: 2 (near infrared)
wxtoimg: warning: enhancement ignored: could not find sensor 4 image
Loading page (1/2)
Rendering (2/2)
Done
11-05-2021 22:17 /home/pi/raspberry-noaa-v2/scripts/receive_noaa.sh INFO : Decoding image
Status: updating 5 frame 520 x 962 AVI at 1.000 fps with RGB encoding
Satellite: NOAA 18
Status: signal processing............................
wxtoimg: warning: couldn't find telemetry data
Gain: 33.9
Channel A: 3/3B (mid infrared)
Channel B: 4 (thermal infrared)
ffmpeg version 4.1.6-1~deb10u1+rpt1 Copyright (c) 2000-2020 the FFmpeg developers
  built with gcc 8 (Raspbian 8.3.0-6+rpi1)
  configuration: --prefix=/usr --extra-version='1~deb10u1+rpt1' --toolchain=hardened --incdir=/usr/include/arm-linux-gnueabihf --enable-gpl --disable-stripping --enable-avresample --disable-filter=resample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librsvg --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-omx-rpi --enable-mmal --enable-neon --enable-rpi --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --enable-shared --libdir=/usr/lib/arm-linux-gnueabihf --cpu=arm1176jzf-s --arch=arm
  WARNING: library configuration mismatch
  avutil      configuration: --prefix=/usr --extra-version='1~deb10u1+rpt1' --toolchain=hardened --incdir=/usr/include/arm-linux-gnueabihf --enable-gpl --disable-stripping --enable-avresample --disable-filter=resample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librsvg --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-omx-rpi --enable-mmal --enable-neon --enable-rpi --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --libdir=/usr/lib/arm-linux-gnueabihf/neon/vfp --cpu=cortex-a7 --arch=armv6t2 --disable-thumb --enable-shared --disable-doc --disable-programs
  avcodec     configuration: --prefix=/usr --extra-version='1~deb10u1+rpt1' --toolchain=hardened --incdir=/usr/include/arm-linux-gnueabihf --enable-gpl --disable-stripping --enable-avresample --disable-filter=resample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librsvg --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-omx-rpi --enable-mmal --enable-neon --enable-rpi --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --libdir=/usr/lib/arm-linux-gnueabihf/neon/vfp --cpu=cortex-a7 --arch=armv6t2 --disable-thumb --enable-shared --disable-doc --disable-programs
  avformat    configuration: --prefix=/usr --extra-version='1~deb10u1+rpt1' --toolchain=hardened --incdir=/usr/include/arm-linux-gnueabihf --enable-gpl --disable-stripping --enable-avresample --disable-filter=resample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librsvg --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-omx-rpi --enable-mmal --enable-neon --enable-rpi --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --libdir=/usr/lib/arm-linux-gnueabihf/neon/vfp --cpu=cortex-a7 --arch=armv6t2 --disable-thumb --enable-shared --disable-doc --disable-programs
  avdevice    configuration: --prefix=/usr --extra-version='1~deb10u1+rpt1' --toolchain=hardened --incdir=/usr/include/arm-linux-gnueabihf --enable-gpl --disable-stripping --enable-avresample --disable-filter=resample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librsvg --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-omx-rpi --enable-mmal --enable-neon --enable-rpi --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --libdir=/usr/lib/arm-linux-gnueabihf/neon/vfp --cpu=cortex-a7 --arch=armv6t2 --disable-thumb --enable-shared --disable-doc --disable-programs
  avfilter    configuration: --prefix=/usr --extra-version='1~deb10u1+rpt1' --toolchain=hardened --incdir=/usr/include/arm-linux-gnueabihf --enable-gpl --disable-stripping --enable-avresample --disable-filter=resample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librsvg --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-omx-rpi --enable-mmal --enable-neon --enable-rpi --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --libdir=/usr/lib/arm-linux-gnueabihf/neon/vfp --cpu=cortex-a7 --arch=armv6t2 --disable-thumb --enable-shared --disable-doc --disable-programs
  avresample  configuration: --prefix=/usr --extra-version='1~deb10u1+rpt1' --toolchain=hardened --incdir=/usr/include/arm-linux-gnueabihf --enable-gpl --disable-stripping --enable-avresample --disable-filter=resample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librsvg --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-omx-rpi --enable-mmal --enable-neon --enable-rpi --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --libdir=/usr/lib/arm-linux-gnueabihf/neon/vfp --cpu=cortex-a7 --arch=armv6t2 --disable-thumb --enable-shared --disable-doc --disable-programs
  swscale     configuration: --prefix=/usr --extra-version='1~deb10u1+rpt1' --toolchain=hardened --incdir=/usr/include/arm-linux-gnueabihf --enable-gpl --disable-stripping --enable-avresample --disable-filter=resample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librsvg --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-omx-rpi --enable-mmal --enable-neon --enable-rpi --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --libdir=/usr/lib/arm-linux-gnueabihf/neon/vfp --cpu=cortex-a7 --arch=armv6t2 --disable-thumb --enable-shared --disable-doc --disable-programs
  swresample  configuration: --prefix=/usr --extra-version='1~deb10u1+rpt1' --toolchain=hardened --incdir=/usr/include/arm-linux-gnueabihf --enable-gpl --disable-stripping --enable-avresample --disable-filter=resample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librsvg --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-omx-rpi --enable-mmal --enable-neon --enable-rpi --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --libdir=/usr/lib/arm-linux-gnueabihf/neon/vfp --cpu=cortex-a7 --arch=armv6t2 --disable-thumb --enable-shared --disable-doc --disable-programs
  postproc    configuration: --prefix=/usr --extra-version='1~deb10u1+rpt1' --toolchain=hardened --incdir=/usr/include/arm-linux-gnueabihf --enable-gpl --disable-stripping --enable-avresample --disable-filter=resample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librsvg --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-omx-rpi --enable-mmal --enable-neon --enable-rpi --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --libdir=/usr/lib/arm-linux-gnueabihf/neon/vfp --cpu=cortex-a7 --arch=armv6t2 --disable-thumb --enable-shared --disable-doc --disable-programs
  libavutil      56. 22.100 / 56. 22.100
  libavcodec     58. 35.100 / 58. 35.100
  libavformat    58. 20.100 / 58. 20.100
  libavdevice    58.  5.100 / 58.  5.100
  libavfilter     7. 40.101 /  7. 40.101
  libavresample   4.  0.  0 /  4.  0.  0
  libswscale      5.  3.100 /  5.  3.100
  libswresample   3.  3.100 /  3.  3.100
  libpostproc    55.  3.100 / 55.  3.100
Input #0, avi, from '/home/pi/raspberry-noaa-v2/tmp/RollingAnimation.avi':
  Duration: N/A, start: 0.000000, bitrate: N/A
    Stream #0:0: Video: rawvideo, bgr24, 520x962, 1 fps, 1 tbr, 1 tbn, 1 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (rawvideo (native) -> h264 (libx264))
Press [q] to stop, [?] for help
[libx264 @ 0x8defc0] frame MB size (33x61) > level limit (1620)
[libx264 @ 0x8defc0] using cpu capabilities: ARMv6 NEON
[libx264 @ 0x8defc0] profile Constrained Baseline, level 3.0
[libx264 @ 0x8defc0] 264 - core 155 r2917 0a84d98 - H.264/MPEG-4 AVC codec - Copyleft 2003-2018 - http://www.videolan.org/x264.html - options: cabac=0 ref=3 deblock=1:0:0 analyse=0x1:0x111 me=hex subme=7 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=0 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=6 lookahead_threads=1 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=0 weightp=0 keyint=250 keyint_min=1 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=crf mbtree=1 crf=23.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00
Output #0, mp4, to '/srv/videos/RollingAnimation.mp4':
  Metadata:
    encoder         : Lavf58.20.100
    Stream #0:0: Video: h264 (libx264) (avc1 / 0x31637661), yuv420p, 520x962, q=-1--1, 1 fps, 16384 tbn, 1 tbc
    Metadata:
      encoder         : Lavc58.35.100 libx264
    Side data:
      cpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: -1
frame=    6 fps=0.0 q=-1.0 Lsize=    1248kB time=00:00:05.00 bitrate=2045.1kbits/s speed=6.81x
video:1247kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.065684%
[libx264 @ 0x8defc0] frame I:6     Avg QP:14.87  size:212785
[libx264 @ 0x8defc0] mb I  I16..4: 52.3%  0.0% 47.7%
[libx264 @ 0x8defc0] coded y,uvDC,uvAC intra: 69.7% 61.6% 60.5%
[libx264 @ 0x8defc0] i16 v,h,dc,p: 58%  1% 37%  4%
[libx264 @ 0x8defc0] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 11% 10% 17% 10% 10% 10%  9% 11% 11%
[libx264 @ 0x8defc0] i8c dc,h,v,p: 79%  7%  8%  7%
[libx264 @ 0x8defc0] kb/s:1702.28
11-05-2021 22:17 /home/pi/raspberry-noaa-v2/scripts/receive_noaa.sh INFO : Total processing time: 00:18.26
12-05-2021 00:01 /home/pi/raspberry-noaa-v2/scripts/schedule.sh INFO : Scheduler resolved TLE endpoint in 0 seconds
12-05-2021 00:01 /home/pi/raspberry-noaa-v2/scripts/schedule.sh INFO : Downloading new TLE files from source
WARNING: combining -O with -r or -p will mean that all downloaded content
will be placed in the single file you specified.

--2021-05-12 00:01:01--  http://www.celestrak.com/NORAD/elements/weather.txt
Resolving www.celestrak.com (www.celestrak.com)... 104.168.149.178
Connecting to www.celestrak.com (www.celestrak.com)|104.168.149.178|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 8736 (8.5K) [text/plain]
Saving to: ‘/home/pi/raspberry-noaa-v2/tmp/weather.txt’

     0K ........                                              100% 14.6M=0.001s

2021-05-12 00:01:02 (14.6 MB/s) - ‘/home/pi/raspberry-noaa-v2/tmp/weather.txt’ saved [8736/8736]

FINISHED --2021-05-12 00:01:02--
Total wall clock time: 0.4s
Downloaded: 1 files, 8.5K in 0.001s (14.6 MB/s)
WARNING: combining -O with -r or -p will mean that all downloaded content
will be placed in the single file you specified.

--2021-05-12 00:01:02--  http://www.celestrak.com/NORAD/elements/amateur.txt
Resolving www.celestrak.com (www.celestrak.com)... 104.168.149.178
Connecting to www.celestrak.com (www.celestrak.com)|104.168.149.178|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 14280 (14K) [text/plain]
Saving to: ‘/home/pi/raspberry-noaa-v2/tmp/amateur.txt’

     0K .......... ...                                        100% 73.9K=0.2s

2021-05-12 00:01:02 (73.9 KB/s) - ‘/home/pi/raspberry-noaa-v2/tmp/amateur.txt’ saved [14280/14280]

FINISHED --2021-05-12 00:01:02--
Total wall clock time: 0.6s
Downloaded: 1 files, 14K in 0.2s (73.9 KB/s)
12-05-2021 00:01 /home/pi/raspberry-noaa-v2/scripts/schedule.sh INFO : Clearing and re-creating TLE file with latest...
12-05-2021 00:01 /home/pi/raspberry-noaa-v2/scripts/schedule.sh INFO : Determining latest scheduled capture job date...
12-05-2021 00:01 /home/pi/raspberry-noaa-v2/scripts/schedule.sh INFO : No passes currently scheduled - scheduling all passes starting now through 1620856799 ms...
12-05-2021 00:01 /home/pi/raspberry-noaa-v2/scripts/schedule.sh INFO : Scheduling new capture jobs...
12-05-2021 00:01 /home/pi/raspberry-noaa-v2/scripts/schedule.sh INFO : Scheduling NOAA 15 captures...
INFO : Scheduling capture for: NOAA-15 20210512-094026 81
12-05-2021 00:01 /home/pi/raspberry-noaa-v2/scripts/schedule_captures.sh INFO : Scheduling capture for: NOAA-15 20210512-094026 81
INFO : Scheduled capture with job id: 16
12-05-2021 00:01 /home/pi/raspberry-noaa-v2/scripts/schedule_captures.sh INFO : Scheduled capture with job id: 16
INFO : Scheduling capture for: NOAA-15 20210512-193035 90
12-05-2021 00:01 /home/pi/raspberry-noaa-v2/scripts/schedule_captures.sh INFO : Scheduling capture for: NOAA-15 20210512-193035 90
INFO : Scheduled capture with job id: 17
12-05-2021 00:01 /home/pi/raspberry-noaa-v2/scripts/schedule_captures.sh INFO : Scheduled capture with job id: 17
12-05-2021 00:01 /home/pi/raspberry-noaa-v2/scripts/schedule.sh INFO : Scheduling NOAA 18 captures...
INFO : Scheduling capture for: NOAA-18 20210512-115219 84
12-05-2021 00:01 /home/pi/raspberry-noaa-v2/scripts/schedule_captures.sh INFO : Scheduling capture for: NOAA-18 20210512-115219 84
INFO : Scheduled capture with job id: 18
12-05-2021 00:01 /home/pi/raspberry-noaa-v2/scripts/schedule_captures.sh INFO : Scheduled capture with job id: 18
INFO : Scheduling capture for: NOAA-18 20210512-214801 86
12-05-2021 00:01 /home/pi/raspberry-noaa-v2/scripts/schedule_captures.sh INFO : Scheduling capture for: NOAA-18 20210512-214801 86
INFO : Scheduled capture with job id: 19
12-05-2021 00:01 /home/pi/raspberry-noaa-v2/scripts/schedule_captures.sh INFO : Scheduled capture with job id: 19
12-05-2021 00:01 /home/pi/raspberry-noaa-v2/scripts/schedule.sh INFO : Scheduling NOAA 19 captures...
INFO : Scheduling capture for: NOAA-19 20210512-091209 77
12-05-2021 00:01 /home/pi/raspberry-noaa-v2/scripts/schedule_captures.sh INFO : Scheduling capture for: NOAA-19 20210512-091209 77
INFO : Scheduled capture with job id: 20
12-05-2021 00:01 /home/pi/raspberry-noaa-v2/scripts/schedule_captures.sh INFO : Scheduled capture with job id: 20
INFO : Scheduling capture for: NOAA-19 20210512-172754 33
12-05-2021 00:01 /home/pi/raspberry-noaa-v2/scripts/schedule_captures.sh INFO : Scheduling capture for: NOAA-19 20210512-172754 33
INFO : Scheduled capture with job id: 21
12-05-2021 00:01 /home/pi/raspberry-noaa-v2/scripts/schedule_captures.sh INFO : Scheduled capture with job id: 21
INFO : Scheduling capture for: NOAA-19 20210512-190749 72
12-05-2021 00:01 /home/pi/raspberry-noaa-v2/scripts/schedule_captures.sh INFO : Scheduling capture for: NOAA-19 20210512-190749 72
INFO : Scheduled capture with job id: 22
12-05-2021 00:01 /home/pi/raspberry-noaa-v2/scripts/schedule_captures.sh INFO : Scheduled capture with job id: 22
12-05-2021 00:01 /home/pi/raspberry-noaa-v2/scripts/schedule.sh INFO : Scheduling Meteor-M 2 captures...
INFO : Scheduling capture for: METEOR-M-2 20210512-094523 81
12-05-2021 00:01 /home/pi/raspberry-noaa-v2/scripts/schedule_captures.sh INFO : Scheduling capture for: METEOR-M-2 20210512-094523 81
INFO : Scheduled capture with job id: 23
12-05-2021 00:01 /home/pi/raspberry-noaa-v2/scripts/schedule_captures.sh INFO : Scheduled capture with job id: 23
INFO : Scheduling capture for: METEOR-M-2 20210512-193742 89
12-05-2021 00:01 /home/pi/raspberry-noaa-v2/scripts/schedule_captures.sh INFO : Scheduling capture for: METEOR-M-2 20210512-193742 89
INFO : Scheduled capture with job id: 24
12-05-2021 00:01 /home/pi/raspberry-noaa-v2/scripts/schedule_captures.sh INFO : Scheduled capture with job id: 24
12-05-2021 00:01 /home/pi/raspberry-noaa-v2/scripts/schedule.sh INFO : Done scheduling jobs!

Support Output

=============================================
Details about environment
=============================================
Current local date/time: Wed 12 May 08:29:11 CEST 2021
Current date/time (ms):  1620800951
Repo git hash:           94817fe43d2a7594d0da9305ee0601c8b15cc7ff
Raspberry Pi Model:      Raspberry Pi 4 Model B Rev 1.1
Architecture:            Linux rpisatelitt 5.10.17-v7l+ #1414 SMP Fri Apr 30 13:20:47 BST 2021 armv7l GNU/Linux
Num CPUs:                4
---------------------------------------------
'at' Scheduled Jobs (Captures):
  * [21 Wed May 12 17:27:00 2021 a pi] -> /home/pi/raspberry-noaa-v2/scripts/receive_noaa.sh "NOAA 19" NOAA-19-20210512-172754 /home/pi/raspberry-noaa-v2/tmp/orbit.tle                                                               1620833274 953 33 Northbound E
  * [16 Wed May 12 09:40:00 2021 a pi] -> /home/pi/raspberry-noaa-v2/scripts/receive_noaa.sh "NOAA 15" NOAA-15-20210512-094026 /home/pi/raspberry-noaa-v2/tmp/orbit.tle                                                               1620805226 942 81 Southbound W
  * [24 Wed May 12 19:37:00 2021 a pi] -> /home/pi/raspberry-noaa-v2/scripts/receive_meteor.sh "METEOR-M 2" METEOR-M-2-20210512-193742 /home/pi/raspberry-noaa-v2/tmp/orbit.tle                                                               1620841062 969 89 Northbound E
  * [19 Wed May 12 21:48:00 2021 a pi] -> /home/pi/raspberry-noaa-v2/scripts/receive_noaa.sh "NOAA 18" NOAA-18-20210512-214801 /home/pi/raspberry-noaa-v2/tmp/orbit.tle                                                               1620848881 944 86 Northbound E
  * [17 Wed May 12 19:30:00 2021 a pi] -> /home/pi/raspberry-noaa-v2/scripts/receive_noaa.sh "NOAA 15" NOAA-15-20210512-193035 /home/pi/raspberry-noaa-v2/tmp/orbit.tle                                                               1620840635 945 90 Northbound E
  * [18 Wed May 12 11:52:00 2021 a pi] -> /home/pi/raspberry-noaa-v2/scripts/receive_noaa.sh "NOAA 18" NOAA-18-20210512-115219 /home/pi/raspberry-noaa-v2/tmp/orbit.tle                                                               1620813139 969 84 Southbound E
  * [23 Wed May 12 09:45:00 2021 a pi] -> /home/pi/raspberry-noaa-v2/scripts/receive_meteor.sh "METEOR-M 2" METEOR-M-2-20210512-094523 /home/pi/raspberry-noaa-v2/tmp/orbit.tle                                                               1620805523 950 81 Southbound W
  * [20 Wed May 12 09:12:00 2021 a pi] -> /home/pi/raspberry-noaa-v2/scripts/receive_noaa.sh "NOAA 19" NOAA-19-20210512-091209 /home/pi/raspberry-noaa-v2/tmp/orbit.tle                                                               1620803529 958 77 Southbound W
  * [22 Wed May 12 19:07:00 2021 a pi] -> /home/pi/raspberry-noaa-v2/scripts/receive_noaa.sh "NOAA 19" NOAA-19-20210512-190749 /home/pi/raspberry-noaa-v2/tmp/orbit.tle                                                               1620839269 1003 72 Northbound W
---------------------------------------------
Satellite SDR Settings:
  noaa_15_schedule: true
  noaa_15_sdr_device_id: 0
  noaa_15_freq_offset: -6
  noaa_15_enable_bias_tee: true
  noaa_15_gain: 0
  #noaa_15_gain: 7.7
  noaa_15_sun_min_elevation: 6
  noaa_15_sat_min_elevation: 30
  noaa_18_schedule: true
  noaa_18_sdr_device_id: 0
  noaa_18_freq_offset: -6
  noaa_18_enable_bias_tee: true
  noaa_18_gain: 0
  #noaa_18_gain: 8.7
  noaa_18_sun_min_elevation: 6
  noaa_18_sat_min_elevation: 30
  noaa_19_schedule: true
  noaa_19_sdr_device_id: 0
  noaa_19_freq_offset: -6
  noaa_19_enable_bias_tee: true
  noaa_19_gain: 0
  #noaa_19_gain: 7.7
  noaa_19_sun_min_elevation: 6
  noaa_19_sat_min_elevation: 30
  meteor_m2_schedule: true
  meteor_m2_sdr_device_id: 0
  meteor_m2_freq_offset: -6
  meteor_m2_enable_bias_tee: true
  meteor_m2_gain: 0
  #meteor_m2_gain: 7.7
  meteor_m2_sun_min_elevation: 6
  meteor_m2_sat_min_elevation: 30
---------------------------------------------
USB Device Map:
  Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
  Bus 001 Device 003: ID 0bda:2838 Realtek Semiconductor Corp. RTL2838 DVB-T
  Bus 001 Device 002: ID 2109:3431 VIA Labs, Inc. Hub
  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
---------------------------------------------
Disk Info:
  NAME        MAJ:MIN RM  SIZE RO TYPE MOUNTPOINT
  mmcblk0     179:0    0 29.7G  0 disk
  ├─mmcblk0p1 179:1    0  256M  0 part /boot
  └─mmcblk0p2 179:2    0 29.5G  0 part /
---------------------------------------------
Disk Usage Info:
  Filesystem     1K-blocks    Used Available Use% Mounted on
  /dev/root       30387340 4652556  24467492  16% /
  devtmpfs         1827468       0   1827468   0% /dev
  tmpfs            1959564       0   1959564   0% /dev/shm
  tmpfs            1959564    8636   1950928   1% /run
  tmpfs               5120       4      5116   1% /run/lock
  tmpfs            1959564       0   1959564   0% /sys/fs/cgroup
  tmpfs            1024000       0   1024000   0% /var/ramfs
  /dev/mmcblk0p1    258095   48782    209313  19% /boot
  tmpfs             391912       0    391912   0% /run/user/1000
---------------------------------------------
Memory Info:
  MemTotal:        3919132 kB
  MemFree:         2506416 kB
  MemAvailable:    3696584 kB
---------------------------------------------
Git source files changed:
  (None)
---------------------------------------------
SDR Information:
Found 1 device(s):
  0:  Generic RTL2832U OEM

Using device 0: Generic RTL2832U OEM
Found Rafael Micro R820T tuner

Current configuration:
__________________________________________
Vendor ID:              0x0bda
Product ID:             0x2838
Manufacturer:           Realtek
Product:                RTL2838UHIDIR
Serial number:          00000001
Serial number enabled:  yes
IR endpoint enabled:    yes
Remote wakeup enabled:  no
__________________________________________
---------------------------------------------
Database tables:
  predict_passes =>
      CREATE TABLE predict_passes(
    sat_name text not null,
    pass_start timestamp primary key default (strftime('%s', 'now')) not null,
    pass_end timestamp default (strftime('%s', 'now')) not null,
    max_elev int not null,
    is_active boolean, pass_start_azimuth int, direction text, azimuth_at_max int, at_job_id int not null default 0);

  decoded_passes =>
      CREATE TABLE decoded_passes(
    id integer primary key autoincrement,
    pass_start integer,
    file_path text not null,
    daylight_pass boolean, is_noaa boolean, sat_type integer, img_count integer, has_spectrogram boolean default 0, has_pristine boolean default 0, gain real, has_polar_az_el boolean default 0, has_polar_direction boolean default 0, has_histogram boolean default 0,
    foreign key(pass_start) references passes(pass_start));

Server information (please complete the following information):

Additional context Just started this, and I've reinstalled the SD-card twice. Seems very much like this https://github.com/jekhokie/raspberry-noaa-v2/issues/96 but a reinstall didn't help. I've tried adjusting the gain from 2/3 to max, now it's at auto. I do get lots of files in /srv/*, e.g. ls -l /srv/audio/noaa/ total 88868 -rw-r--r-- 1 pi pi 2628262 May 11 18:18 NOAA-15-20210511-181637.wav -rw-r--r-- 1 pi pi 2628262 May 11 19:57 NOAA-15-20210511-195550.wav -rw-r--r-- 1 pi pi 21195938 May 11 12:27 NOAA-18-20210511-120415.wav -rw-r--r-- 1 pi pi 22011800 May 11 22:15 NOAA-18-20210511-215956.wav -rw-r--r-- 1 pi pi 20711238 May 11 17:54 NOAA-19-20210511-173928.wav -rw-r--r-- 1 pi pi 21814562 May 11 19:35 NOAA-19-20210511-191938.wav

I've only got a rabbits ear antenna, so that might explain it all? I've tried tuning it to FM reception just to make sure it actually is ok, and FM radio reception works.

dom-robinson commented 3 years ago

I can see you are just about getting a signal (the vertical dark stripes on the spectrogram are the clue). But its very weak. To compare i have pushed an 'average' quality one from a pass here this morning:

NOAA-15-20210511-090834-spectrogram

So its a simple solution i think: The gains are defaulted to 'auto' which essentially doesnt really work.

in settings.yml : noaa_15_gain: 0 etc

Set the gains in each satellite's settings up to around 38 or 42

Note @colinluthier : I think we should probably lift the default gains right up to around 40 in a future update to the repo since quite a few folks come round with this issue.

mk1blacklimited commented 3 years ago

Thanks for replying! :)

I think I mentioned (among all the other text...:D) I've tried adjusting the gain, both at 2/3 and to max. I did however try what you recommended(-ish), and set the gain to 40.2. This is what I got now, and while it looks a little better in the middle of the picture, it's still not quite what I'd like to see:

image

This is the spectrogram:

image

cdtush commented 3 years ago

What type of antenna are you using?

mk1blacklimited commented 3 years ago

The rabbits ear antenna that came with the RTL-SDR dongle.

cdtush commented 3 years ago

Sorry for the delay in the response, Work decided that I needed to do stuff.

Each leg of the rabbit ear needs to be 21.02 inches (53.4cm). In a v at 120 degrees. The center of the V should point North. The V be laid flat (Both legs should be parallel to ground. I found 44.3 gain to work about the best for me. But I ended up altering some code and I use Auto gain with a turnstile antenna.

mk1blacklimited commented 3 years ago

No worries, work trumps hobby. :)

The antenna is configured as you describe, except the v is pointing south - I've read it doesn't matter if it's pointing north or south?

I've moved the antenna to the top of my roof since my last posting, and increased the gain to 40.2, and the images have improved:

NOAA-18-20210512-214801-MCIR

I've just changed the gain to 44.5 (closest I got to what rtl_test presents as available), so exited to see if that helps even more. :)

I actually got an image from METEOR as well, that's a first:

METEOR-M-2-20210512-193742-122-rectified

mk1blacklimited commented 3 years ago

Max gain now, getting there:

image

image

I guess I could turn the antenna so the v is facing north, but not sure if it would make reception better?

A QFH antenna would probably be the next thing? I really shouldn't be using so much time on this (but hey, it's fun!), so I really could use some advice about buying an antenna instead of making one - recommendations?

cdtush commented 3 years ago

I went looking for a prebuilt antenna, about 2 months ago, Never really found one that I could not make for WAY less than what they would cost. Ended up with a turn-style antenna, Mainly for the ease of building. I used 1/2 inch (12mm) copper pipe, and RG6 tv antenna (satellite/cable) wiring. With this setup I get pretty consistent images NOAA-19-20210513-183957-spectrogram

NOAA-19-20210513-183957-HVCT

I do have a dead spot, But I also have a large tv antenna that is mounted higher on the roof. So I know that it is giving me the week spots. If the pass is to the west of me, I dont have that issue.

mk1blacklimited commented 3 years ago

That's interesting, the QFH-antenna build seems a bit daunting to me. :)

With my V-style antenna I'm now quite happy with these images (one of the better ones):

image

I have maxed out the gain, but should I try to lower it some to further improve the image, or is that no point?

Did you build your antenna from a guide? Link if you have one :)

cdtush commented 3 years ago

I Used this image, as my guide. Elements and phasing cable are 534mm long. I did not use a matching cable. onlyb2agtld61

Kamal-4S7AB commented 3 years ago

A properly made QFH will be a very good solution for noise free picture. I use one and works great even decoding Meteor images

dom-robinson commented 2 years ago

Looks like 'team RN2' got you sorted! Closing now, but good to see the success!