ARGOS-telescope / argosim

ARGOS radio image reconstruction repository.
MIT License
2 stars 0 forks source link

[INVALID] uv-mask flipped wrt uv-sampling points #19

Open CentofantiEze opened 15 hours ago

CentofantiEze commented 15 hours ago

When computing the uv-mask with the function grid_uv_samples the resulting mask appears to be rotated (flipped) with respect to the uv sampling points scattered with the function plot_baselines.

The uv samples

Screenshot 2024-12-03 at 15 35 58

The uv mask

Screenshot 2024-12-03 at 15 37 43
CentofantiEze commented 15 hours ago

I think this might be related to the fact that plt.imshow() sets the (0,0) coordinate at the top left instead of bottom left thus, inverting the direction of the y-axis.