From fb440acf55c19b12644e277f32ebd3afdf528af1 Mon Sep 17 00:00:00 2001 From: Sam Moore Date: Sun, 14 Oct 2012 17:24:49 +0800 Subject: [PATCH] Ellipsometry - Commit the process script before I break it I wrote a script earlier in the year for analysing the ellipsometry files. Unfortunately, it is a broken piece of shit. So I will have to rewrite half (all) of it. --- research/ellipsometry/process.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/research/ellipsometry/process.py b/research/ellipsometry/process.py index c4ccd938..ef788043 100755 --- a/research/ellipsometry/process.py +++ b/research/ellipsometry/process.py @@ -91,9 +91,9 @@ if __name__ == "__main__": conditions = sys.argv[indexStart+3:len(sys.argv)-1] - #sys.stdout.write("Debug: Conditions are " + str(conditions) + "\n") - #for condition in conditions: - # sys.stdout.write(" Debug: Condition " + str(condition.split("=")) + "\n") + sys.stdout.write("Debug: Conditions are " + str(conditions) + "\n") + for condition in conditions: + sys.stdout.write(" Debug: Condition " + str(condition.split("=")) + "\n") outfile = sys.argv[len(sys.argv)-1] results = getData(datafile) -- 2.20.1