im_to_array_value#

radionets.evaluation.jet_angle.im_to_array_value(image)[source]#

Transforms the image to an array of pixel coordinates and the containt intensity

Parameters:
image: Image or 2DArray (N, M)

Image to be transformed

Returns:
x_coordsarray_like

Contains the x-pixel-position of every pixel in the image

y_coords: array_like

Contains the y-pixel-position of every pixel in the image

value: array_like

Contains the image-value corresponding to every x-y-pair