DataForWater / IWaVE

Image Wave Velocimetry Estimation
MIT License
0 stars 0 forks source link

Plotting of theoretical / measured spectrum #16

Open hcwinsemius opened 5 months ago

dolcettig commented 4 months ago

I suggest plotting two cross-sections per spectrum. In Matlab I would do the following:

figure; subplot(1,2,1); pcolor(kx, kt, squeeze(Spectrum(ky==0, : , :) ) ); shading('flat'); xlabel('kx');ylabel('kt'); subplot(1,2,2); pcolor(ky, kt, squeeze(Spectrum( : , kx==0 , :) ) );shading('flat'); xlabel('ky');ylabel('kt');