From: Sam Moore Date: Sun, 14 Oct 2012 09:24:49 +0000 (+0800) Subject: Ellipsometry - Commit the process script before I break it X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=fb440acf55c19b12644e277f32ebd3afdf528af1;p=matches%2Fhonours.git 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. --- 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)