Script execution

This commit is contained in:
x03daop
2016-08-06 11:15:38 +02:00
parent 459e4e17f5
commit 476e93c6da

View File

@@ -129,11 +129,11 @@ energy_scale_array = []
azi_range = [-45.]
angle_range = [-9.2]
measure_stuff()
#measure_stuff()
toc_whole = time.time()
tictoc = round(toc_whole-tic_whole)
print ' ** End O 1s PhD **'
print ' ** time taken was ', floor(tictoc/3600), ' hours and ', round(tictoc-floor(tictoc/3600)*3600), ' minutes.'
print ' ** time taken was ', math.floor(tictoc/3600), ' hours and ', round(tictoc-floor(tictoc/3600)*3600), ' minutes.'
print ' ######################################################'
@@ -157,7 +157,7 @@ azi_range = [-90.]
measure_stuff()
toc_whole = time.time()
tictoc = round(toc_whole-tic_whole)
print ' ** time taken was ', floor(tictoc/3600), ' hours and ', round(tictoc-floor(tictoc/3600)*3600), ' minutes.'
print ' ** time taken was ', math.floor(tictoc/3600), ' hours and ', round(tictoc-floor(tictoc/3600)*3600), ' minutes.'
print ' ** End Si 2p PhD **'
print ' ######################################################'
@@ -181,7 +181,7 @@ azi_range = [-90.]
measure_stuff()
toc_whole = time.time()
tictoc = round(toc_whole-tic_whole)
print ' ** time taken was ', floor(tictoc/3600), ' hours and ', round(tictoc-floor(tictoc/3600)*3600), ' minutes.'
print ' ** time taken was ', math.floor(tictoc/3600), ' hours and ', round(tictoc-floor(tictoc/3600)*3600), ' minutes.'
print ' ** End C 1s PhD **'
print ' ######################################################'
#toc = time.time()