To plot the power spectra, we need to create a regular grid (n_pix_lat x n_pix_lon) and interpolate the data on it. The way n_pix_lat and n_pix_lon were previously defined is not robust and might lead to errors.
I am more or less confident that this change should fix the issue on n320 but not sure about LAM.
Related to #126.
To plot the power spectra, we need to create a regular grid (n_pix_lat x n_pix_lon) and interpolate the data on it. The way n_pix_lat and n_pix_lon were previously defined is not robust and might lead to errors.
I am more or less confident that this change should fix the issue on n320 but not sure about LAM.