Ellipsometry - Commit the process script before I break it
authorSam Moore <sam@daedalus.(none)>
Sun, 14 Oct 2012 09:24:49 +0000 (17:24 +0800)
committerSam Moore <sam@daedalus.(none)>
Sun, 14 Oct 2012 09:24:49 +0000 (17:24 +0800)
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

index c4ccd93..ef78804 100755 (executable)
@@ -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)

UCC git Repository :: git.ucc.asn.au