This commit is contained in:
@@ -41,8 +41,8 @@ if METHOD == "Two_Energies":
|
||||
for en in [ENERGY_1, ENERGY_2]:
|
||||
if en < 89.9 or en > 2000:
|
||||
raise Exception("Bad energy argument")
|
||||
|
||||
set_exec_pars(path= path, format="txt", layout="table", open=True)
|
||||
path = "{data}/{year}_{month}/{date}" + "/" + METHOD + "_{seq}%03d"
|
||||
path = "{data}/{year}_{month}/{date}" + "/" + METHOD + "_{seq}%03d"
|
||||
data_path = get_context().setup.expandPath(path)
|
||||
#get_context().incrementFileSequentialNumber()
|
||||
|
||||
Reference in New Issue
Block a user