The user has two choices to compute noise : from file or from profile tail value.

dev-brahim
brahim 2024-10-28 17:52:45 +01:00
parent ffcc3e6eff
commit 87a83eddb9
2 changed files with 1014 additions and 2179 deletions

File diff suppressed because it is too large Load Diff

View File

@ -92,6 +92,8 @@ filename_BS_noise_data = []
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_mean = []
date_noise = []
hour_noise = []