예제 #1
0
def calcCHI(chi):
    return y_rotation(chi)
예제 #2
0
def calcCHI(chi):
    return y_rotation(chi)
예제 #3
0
파일: i13.py 프로젝트: jackey-qiu/diffcalc
def Y(th_deg):
    return y_rotation(th_deg * TORAD)
예제 #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
예제 #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
예제 #6
0
파일: i13.py 프로젝트: robwalton/diffcalc
def Y(th_deg):
    return y_rotation(th_deg * TORAD)