Ejemplo n.º 1
0
def calcCHI(chi):
    return y_rotation(chi)
Ejemplo n.º 2
0
def calcCHI(chi):
    return y_rotation(chi)
Ejemplo n.º 3
0
def Y(th_deg):
    return y_rotation(th_deg * TORAD)
Ejemplo n.º 4
0
 def _configure_ub(self):
     ZROT = z_rotation(self.zrot * TORAD)  # -PHI
     YROT = y_rotation(self.yrot * TORAD)  # +CHI
     U = ZROT * YROT
     UB = U * self.B
     self.mock_ubcalc.UB = UB
Ejemplo n.º 5
0
 def _configure_ub(self):
     ZROT = z_rotation(self.zrot * TORAD)  # -PHI
     YROT = y_rotation(self.yrot * TORAD)  # +CHI
     U = ZROT * YROT
     UB = U * self.B
     self.mock_ubcalc.UB = UB
Ejemplo n.º 6
0
def Y(th_deg):
    return y_rotation(th_deg * TORAD)