diff --git a/script/test/MultipleXES2.py b/script/test/MultipleXES2.py index aa22835..73466d9 100644 --- a/script/test/MultipleXES2.py +++ b/script/test/MultipleXES2.py @@ -1,7 +1,16 @@ -positions = [ ("test1" ,-1.5,11), \ - ("test2" ,4,11)] - +positions = [ ("test1" ,10,0), \ + ("test2" ,-1,1.5), \ + ("test3" ,-17,1.5), \ + ("test4" ,15,11), \ + ("test5" ,-3,11), \ + ("test6" ,-16,12), \ + ("test7" ,10.2,0.2), \ + ("test8" ,-1.2,1.7), \ + ("test9" ,-17.2,1.7), \ + ("test10" ,15.2,11.2), \ + ("test11" ,-3.2,11.2), \ + ("test12" ,-16.2,12.2)] for pos in positions: @@ -10,3 +19,5 @@ for pos in positions: set_exec_pars(name = pos[0], reset = True) run_fda("users/20190827_Craig/RXES_sampleTest2.xml") run_fda("users/20190827_Craig/XES_test.xml") + +