Ellipsometry - Commit the process script before I break it
[matches/honours.git] / 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