From b57d7b15bfed1daba61ee7ed56694f4709461efe Mon Sep 17 00:00:00 2001 From: Dario Barghini <dario.barghini@inaf.it> Date: Tue, 21 Jan 2025 17:03:24 +0100 Subject: [PATCH] Update config.py to remove limits_nsb and full_plot to False --- config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.py b/config.py index 971bd45..506d0ab 100644 --- a/config.py +++ b/config.py @@ -99,8 +99,8 @@ summary_data_directory = main_directory + "\\current\\" # Summary with statisti PLOT options ------------ ''' -full_plot = True -limits_nsb = [20.0, 0.] # Limits in y-axis (MPSAS) +full_plot = False +limits_nsb = [] # Limits in y-axis (MPSAS) limits_time = [12, 12] # Hours limits_sunalt = [-80, 5] # Degrees -- GitLab