You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
err_msg = sprintf('Unable to locate File %s', filename)
return;
end
%%Set up a structure to take the data:
A=zeros(da_xres,1);
totalframes=1;
totalpoints =totalframes*da_xres*da_yres*2;
raw_data = freadVAXG(fid, totalpoints, 'float'); %NP26-11-13 freadVAXG not found in Gannet2.0 folder. Still necessary to have original Gannet added to path