% Time window to measure the growth of kx/ky modes
options.KY_TW=[0.51.0]*data.Ts3D(end);
options.KX_TW=[0.51.0]*data.Ts3D(end);
options.NMA=1;% Set NMA option to 1
options.NMODES=999;% Set how much modes we study
options.iz='avg';% Compressing z
options.ik=1;%
options.GOK2=0;% plot gamma/k^2
options.fftz.flag=0;% Set fftz.flag option to 0
options.FIELD='phi';
options.SHOWFIG=0;
[fig,wkykx,ekykx]=mode_growth_meter(data,options);% Call the function mode_growth_meter with data and options as input arguments, and store the result in fig