Loading config.py +1 −1 Original line number Diff line number Diff line Loading @@ -36,7 +36,7 @@ ____________________________ SITE location ------------- ''' _observatory_name = 'INAF_OATo' # Name of the observatory _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] Loading pysqm/plot.py +1 −1 Original line number Diff line number Diff line Loading @@ -830,7 +830,7 @@ def make_plot(input_filename=None,send_emails=False,write_stats=False): output_filenames = [\ str("%s/%s_%s.png" %(config.current_data_directory,\ config._device_shorttype,config._observatory_name)),\ str("%s/%s_120000_%s-%s.png"\ str("%s/%s_%s-%s.png"\ %(config.daily_graph_directory+str(NSBData.Night)[0:7].replace('-',''),\ str(NSBData.Night).replace('-',''),config._device_shorttype, config._observatory_name))\ ] Loading pysqm/read.py +1 −1 Original line number Diff line number Diff line Loading @@ -197,7 +197,7 @@ class device(observatory): # "_"+config._observatory_name+"_"+yearmonthday+".dat" self.daily_datafile = \ config.daily_data_directory+"/"+yearmonth+"/"+\ yearmonthday.replace('-','')+'_120000_'+\ yearmonthday.replace('-','')+\ config._device_shorttype+'-'+config._observatory_name+'.dat' self.current_datafile = \ config.current_data_directory+"/"+config._device_shorttype+\ Loading Loading
config.py +1 −1 Original line number Diff line number Diff line Loading @@ -36,7 +36,7 @@ ____________________________ SITE location ------------- ''' _observatory_name = 'INAF_OATo' # Name of the observatory _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] Loading
pysqm/plot.py +1 −1 Original line number Diff line number Diff line Loading @@ -830,7 +830,7 @@ def make_plot(input_filename=None,send_emails=False,write_stats=False): output_filenames = [\ str("%s/%s_%s.png" %(config.current_data_directory,\ config._device_shorttype,config._observatory_name)),\ str("%s/%s_120000_%s-%s.png"\ str("%s/%s_%s-%s.png"\ %(config.daily_graph_directory+str(NSBData.Night)[0:7].replace('-',''),\ str(NSBData.Night).replace('-',''),config._device_shorttype, config._observatory_name))\ ] Loading
pysqm/read.py +1 −1 Original line number Diff line number Diff line Loading @@ -197,7 +197,7 @@ class device(observatory): # "_"+config._observatory_name+"_"+yearmonthday+".dat" self.daily_datafile = \ config.daily_data_directory+"/"+yearmonth+"/"+\ yearmonthday.replace('-','')+'_120000_'+\ yearmonthday.replace('-','')+\ config._device_shorttype+'-'+config._observatory_name+'.dat' self.current_datafile = \ config.current_data_directory+"/"+config._device_shorttype+\ Loading