Skip to content
Snippets Groups Projects
Commit b57d7b15 authored by Dario Barghini's avatar Dario Barghini
Browse files

Update config.py to remove limits_nsb and full_plot to False

parent 58d3b273
No related branches found
No related tags found
No related merge requests found
...@@ -99,8 +99,8 @@ summary_data_directory = main_directory + "\\current\\" # Summary with statisti ...@@ -99,8 +99,8 @@ summary_data_directory = main_directory + "\\current\\" # Summary with statisti
PLOT options PLOT options
------------ ------------
''' '''
full_plot = True full_plot = False
limits_nsb = [20.0, 0.] # Limits in y-axis (MPSAS) limits_nsb = [] # Limits in y-axis (MPSAS)
limits_time = [12, 12] # Hours limits_time = [12, 12] # Hours
limits_sunalt = [-80, 5] # Degrees limits_sunalt = [-80, 5] # Degrees
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment