Loading config.py +1 −1 Original line number Diff line number Diff line Loading @@ -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] ''' ------------ Loading Loading
config.py +1 −1 Original line number Diff line number Diff line Loading @@ -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] ''' ------------ Loading