Commit 99076338 authored by Dario Barghini's avatar Dario Barghini
Browse files

Updated _observatory_horizon in config.py to make the instrument take data only during nighttime

parent 3079eb8e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ _observatory_name = 'IT_PinoTorinese' # Name of the observatory
_observatory_latitude = 45.039868 # Latitude N of the observatory [deg]
_observatory_longitude = 7.762582 # Longitude E of the observatory [deg]
_observatory_altitude = 600 # Altitude from sea level of the observatory [m]
_observatory_horizon = 90 #  Altitude of the Sun below which the program will take data [deg]
_observatory_horizon = 0 #  Altitude of the Sun below which the program will take data [deg]

'''
------------