Convert the 2D image to a list of x y I coordinates where x == x_img - detector_center[0] and y == y_img - detector_center[1]
Parameters: | img: `ndarray` :
cx : float
cy : float
pixel_size_x : float, optional
pixel_size_y : float, optional
**kwargs: dict :
|
---|---|
Returns: | x : ndarray
y : ndarray
I : ndarray
|