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