process_dir = '/Users/ncouto/Library/CloudStorage/Dropbox/SIO/projects/comcepts/data/25_0908_sproul_test';
yaml_file = '25_0908_sproul_test.yml';

depth_array = 0:1:200;

%% Process and plot the data
Meta_Data_yaml = fullfile(process_dir,yaml_file);
ec = epsi_class_yaml(process_dir,Meta_Data_yaml);

%%
fprintf('Reading data...\\n')
ec.f_readData;

%%
fprintf('Making new profiles...\\n')
ec.f_makeNewProfiles;

%%
fprintf('Computing turbulence...\\n')
ec.f_computeTurbulence

%%
fprintf('Gridding profiles...\\n')
ec.f_gridProfiles(depth_array);