This commit is contained in:
2023-05-01 11:28:04 +02:00
parent 3a83f3cf34
commit abe3bcb19c
265 changed files with 28663 additions and 1295 deletions
+4 -3
View File
@@ -14,11 +14,12 @@ Line Scan
#set_exec_pars(name="out", open=False)
print get_exec_pars().path
print (get_exec_pars().path)
def before_pass(pass_num):
print "Starting pass: " , pass_num
print ("Starting pass: " , pass_num)
def after_pass(pass_num):
print "Finished pass: " , pass_num
print ("Finished pass: " , pass_num)
#set_exec_pars(layout="sf")