From ef0611804113ae6dfb66ee4168f2a22f51f81920 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 26 Oct 2023 14:00:43 +0200 Subject: Julia: Get rid of DetGeom construction from panels It's theoretically possible, but rather complicated from Julia. It's not something that's really supported from the C API either, so I don't see much reason to bend over backwards to make it work from Julia. We will keep the access to the detgeom panel structure elements, though. --- julia/alignment-test.geom | 49 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 julia/alignment-test.geom (limited to 'julia/alignment-test.geom') diff --git a/julia/alignment-test.geom b/julia/alignment-test.geom new file mode 100644 index 00000000..11668fca --- /dev/null +++ b/julia/alignment-test.geom @@ -0,0 +1,49 @@ +adu_per_photon = 1 +res = 10000 +clen = 100.0 mm +photon_energy = 9000 eV + +dim0 = % +dim1 = ss +dim2 = fs +data = /data/data + +q0/dim0 = 0 +q0/min_fs = 0 +q0/min_ss = 0 +q0/max_fs = 1024 +q0/max_ss = 1024 +q0/fs = x +q0/ss = y +q0/corner_x = -1054 +q0/corner_y = 30 + +q1/dim0 = 1 +q1/min_fs = 0 +q1/min_ss = 0 +q1/max_fs = 1024 +q1/max_ss = 1024 +q1/fs = x +q1/ss = y +q1/corner_x = 30 +q1/corner_y = 30 + +q2/dim0 = 2 +q2/min_fs = 0 +q2/min_ss = 0 +q2/max_fs = 1024 +q2/max_ss = 1024 +q2/fs = x +q2/ss = y +q2/corner_x = 30 +q2/corner_y = -1054 + +q3/dim0 = 3 +q3/min_fs = 0 +q3/min_ss = 0 +q3/max_fs = 1024 +q3/max_ss = 1024 +q3/fs = x +q3/ss = y +q3/corner_x = -1054 +q3/corner_y = -1054 -- cgit v1.2.3 From 90132628f5f66836aebfd3c7c7daf583f5bf5d86 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 19 Dec 2023 11:30:33 +0100 Subject: Julia: Add Millepede output --- julia/alignment-test.geom | 2 ++ 1 file changed, 2 insertions(+) (limited to 'julia/alignment-test.geom') diff --git a/julia/alignment-test.geom b/julia/alignment-test.geom index 11668fca..b2be83c6 100644 --- a/julia/alignment-test.geom +++ b/julia/alignment-test.geom @@ -47,3 +47,5 @@ q3/fs = x q3/ss = y q3/corner_x = -1054 q3/corner_y = -1054 + +group_all = q0,q1,q2,q3 -- cgit v1.2.3