changed conf
This commit is contained in:
parent
0f1fca8b18
commit
a825e3dee4
@ -3,7 +3,6 @@ import os
|
|||||||
import numpy as np
|
import numpy as np
|
||||||
from IPython import embed
|
from IPython import embed
|
||||||
import matplotlib.pyplot as plt
|
import matplotlib.pyplot as plt
|
||||||
from scipy.stats import iqr
|
|
||||||
from scipy.signal import find_peaks
|
from scipy.signal import find_peaks
|
||||||
from scipy.ndimage import gaussian_filter1d
|
from scipy.ndimage import gaussian_filter1d
|
||||||
from thunderfish.dataloader import DataLoader
|
from thunderfish.dataloader import DataLoader
|
||||||
|
@ -13,7 +13,7 @@ search_boundary: 100
|
|||||||
envelope_cutoff: 25
|
envelope_cutoff: 25
|
||||||
|
|
||||||
# Cutoff frequency for envelope highpass filter
|
# Cutoff frequency for envelope highpass filter
|
||||||
envelope_highpass_cutoff: 4
|
envelope_highpass_cutoff: 3
|
||||||
|
|
||||||
# Cutoff frequency for envelope of envelope
|
# Cutoff frequency for envelope of envelope
|
||||||
envelope_envelope_cutoff: 5
|
envelope_envelope_cutoff: 5
|
||||||
|
Loading…
Reference in New Issue
Block a user