Script execution
This commit is contained in:
@@ -128,13 +128,16 @@ initial_energy_range = [[87.2, 95.5, 0.1],
|
||||
|
||||
angle_time = [0.4, 0.5, 0.6]
|
||||
angle_range = [-9.2+20., -9.2+40., -9.2+60.]
|
||||
azi_range = [-90., -45.]
|
||||
azi_range = [-45.]
|
||||
energy_scale_array = []
|
||||
|
||||
measure_stuff()
|
||||
azi_range = [45.]
|
||||
azi_range = [-45.]
|
||||
angle_range = [-9.2]
|
||||
measure_stuff()
|
||||
azi_range = [-90.]
|
||||
angle_range = [-9.2+60.]
|
||||
measure_stuff()
|
||||
toc_whole = time.time()
|
||||
tictoc = round(toc_whole-tic_whole)
|
||||
print ' ** End O 1s PhD **'
|
||||
|
||||
Reference in New Issue
Block a user