From b7c6f4f7f4afe3fbc8ef60d5312f1711ae28175e Mon Sep 17 00:00:00 2001 From: gac-x11ma Date: Tue, 4 Sep 2018 17:35:10 +0200 Subject: [PATCH] Script execution --- script/Energy_MagScan.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/script/Energy_MagScan.py b/script/Energy_MagScan.py index 201cc2e..cbeca89 100644 --- a/script/Energy_MagScan.py +++ b/script/Energy_MagScan.py @@ -190,9 +190,9 @@ for scan_no in range(number_of_scans): output_file = output_path + "os" + file_prefix + "_" + suffix + ".dat" print("Converting data file: " + output_file); - convert_file(input_file, output_file) - plot_file(output_file, file_prefix+"_" + suffix) #"Scan " + str(scan_no+1)) - print "Finished scan " + str(scan_no+1) + " out of " + str(number_of_scans) + "with polarisation: " + pol_str + #convert_file(input_file, output_file) + #plot_file(output_file, file_prefix+"_" + suffix) #"Scan " + str(scan_no+1)) + #print "Finished scan " + str(scan_no+1) + " out of " + str(number_of_scans) + "with polarisation: " + pol_str if scan_no % 2 == 0: # switch on steps 2N if RUNTYPE in ["+/-", "LH/LV"]: