The user has two choices to compute noise : from file or from profile tail value.
parent
ffcc3e6eff
commit
87a83eddb9
File diff suppressed because it is too large
Load Diff
|
|
@ -92,6 +92,8 @@ filename_BS_noise_data = []
|
||||||
BS_noise_raw_data = [] # BS noise raw data : BS signal listen
|
BS_noise_raw_data = [] # BS noise raw data : BS signal listen
|
||||||
BS_noise_averaged_data = [] # BS noise raw data averaged (array has the same shape than BS_raw_data shape)
|
BS_noise_averaged_data = [] # BS noise raw data averaged (array has the same shape than BS_raw_data shape)
|
||||||
|
|
||||||
|
BS_mean = []
|
||||||
|
|
||||||
date_noise = []
|
date_noise = []
|
||||||
hour_noise = []
|
hour_noise = []
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue