Moin Andreas.
So sieht meine supersid.cfg aus.
Ich gebe zu bedenken, das die Software auf meinem Raspi unter Python läuft, also keine Windows-Software ist.
# coordinates of your station, example: Greenwich
longitude = 54.17
latitude = 10.09
utc_offset = +01:00
time_zone = UTC
audio_sampling_rate = 192000
log_interval = 25
log_format = both_extended
log_type = filtered
scaling_factor = 1.0
# fixed y axis for the tk viewer (float value)
psd_min = NaN
psd_max = NaN
psd_ticks = 0
hourly_save = YES
# data_path shall be an absolute path or a path relative to the supersid script folder
data_path = /home/pi/supersid/Data
paper_size = A4
number_of_stations = 10
# VLF station data is gathered from two sources:
#
VLF broadcast (10 - 150 kHz)
#
VLF Transmitters List
# In case of contradictions, sidstation.loudet.org is used.
[STATION_1]
call_sign = DHO38-23400
color = c
frequency = 23400
channel = 0
[STATION_2]
call_sign = HWU-18300
color = y
frequency = 18300
channel = 0
[STATION_4]
call_sign = MFS-60000
color = r
frequency = 60000
channel = 0
[STATION_3]
call_sign = SRC40400
color = b
frequency = 40400
channel = 0
#[STATION_4]
#call_sign = GBY20-66670
#color = r
#frequency = 66670
#channel = 0
[STATION_5]
call_sign = FUE-65800
color = r
frequency = 65800
channel = 0
[STATION_6]
call_sign = NSY-45900
color = r
frequency = 45900
channel = 0
[STATION_7]
call_sign = HWU-21750
color = r
frequency = 21750
channel = 0
[STATION_8]
call_sign = SRC-44200
color = r
frequency = 44200
channel = 0
[STATION_9]
call_sign = HWU-20900
color = r
frequency = 20900
channel = 0
[STATION_10]
call_sign = GIY20-51950
color = r
frequency = 51950
channel = 0
[Capture]
# Linux example using alsaaudio
Audio = alsaaudio
#card=0
Device = plughw:CARD=sndrpihifiberry,DEV=0
Format = S32_LE
PeriodSize = 1024
Channels = 1
# Windows example using either sounddevice or pyaudio
# Audio = sounddevice
# Audio = pyaudio
# Device = Windows WASAPI: Mikrofon (Realtek High Definition Audio)
# Format = S32_LE
# Channels = 1
[FTP]
automatic_upload = no
ftp_server = sid-ftp.stanford.edu
ftp_directory = /incoming/SuperSID/NEW/
# local_tmp shall be an absolute path or a path relative to the supersid script folder
local_tmp = ../outgoing
call_signs = DHO38-23400
# required to connect to the mail server when using 'supersid_plot.py -e receiver@domain.tld'
from_mail = you@domain.tld
email_server = mail.domain.tld
email_port = 587
email_tls = yes
email_login = your_user_name
email_password = your_password
# email_server for gmail would be smtp.gmail.com
# email_port for gmail would be 587