Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Hand-maid coordinate correction for 2x1 in quads (in pixel)

Code Block
        self.dXInQaud    = [[   0,   0,   0,   1,   1,#   0,    1,    2    3 0],
   4    5    6    7
        self.dXInQaud    = [[   0,   0,   0,   0,   0,   0,  -1 0,   0], 
                            [   0,   0,   0,   0,   0,   0,   0,   0], 
                            [   0,   0,   0,   -10,   0,   0,   0,   10]]
, 
        self.dYInQaud    = [[   0,               [   0,   0,   0,   0,   0,   0,   0,   0]] 
                                                                   
        self.dYInQaud    = [[   0,   0,   0,   0,  -1 0,   0,   -10,   0], 
                            [   0,   0,   0,   0,   0-7,   1-7,   0-10,   0-10], 
                            [   0,   0,   0,   0,   0,   0,   -10,  -2 0], 
                            [   0,   0,   0,   0,   0,   0,   0,   02]]

2x1-pair orientation angle (degree) in quads

...

Sensor tilt angle (dergee) from optical measurement

Code Block
self.dPhi = 
[ [-0.06186, -0.00526,  0.17107,  0.16384, -0.02763,  0.38428,  0.04672,  0.11581],  
              [-0.06251, -0.00066, -0.06843,  0.01382, -0.15199, -0.09540,  0.05330, -0.07172],  
              [-0.26781, -0.00263, -0.28227, -0.12172, -0.24212,  0.00000, -0.11382, -0.13160],  
              [-0.21897,  0.00132,  0.00526, -0.08423, -0.31617,  0.00395, -0.06251,  0.02106] ]

 

Quad coordinates in the detector

...