-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.yaml
32 lines (29 loc) · 890 Bytes
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Basic settings
preprocessing:
sample_length: 5 # length of sample to build timelapse
sample_period: '30T'
date_range: ['2024-03-05', '2024-03-06']
acoustic_indices:
target_fs: 48000 # sampling rate for analysis
filter_type: 'bandpass'
filter_cut: [300, 16000]
filter_order: 3
group_by_site: True
n_jobs: -1
graph_soundscapes:
target_fs: 48000 # target sampling frequency
nperseg: 256 # window size to compute the spectrogram
noverlap: 0 # overlap between windows to compute the spectrogram
db_range: 80 # dB range for the spectrogram
min_distance: 5 # minimum distance between peaks
threshold_abs: -55 # threshold for detecting peaks
group_by_site: True
n_jobs: -1
plot:
nperseg: 1024
noverlap: 512
flims: [0, 24000]
fig_height: 4
fig_width: 15
db_range: 80
colormap: 'viridis' # 'grey', 'viridis', 'plasma', 'inferno', 'cvidis'