Example #1
0
def calcCHI(chi):
    return y_rotation(chi)
Example #2
0
def calcCHI(chi):
    return y_rotation(chi)
Example #3
0
def Y(th_deg):
    return y_rotation(th_deg * TORAD)
Example #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
Example #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
Example #6
0
def Y(th_deg):
    return y_rotation(th_deg * TORAD)