예제 #1
0
파일: Data2D.py 프로젝트: NSLS-II-LIX/pyXS
 def xy2qrqz(self, x, y):
     """calls the C-code in RQconv
     """
     ret = RQconv.xy2qrqz(self.data, self.exp, x, y)
     return ret.x, ret.y