Skip to content
Snippets Groups Projects
Commit ed49f496 authored by leprob001's avatar leprob001
Browse files

The colormap now matches the one of nemo2profile.

parent 1339cff9
Branches
Tags
No related merge requests found
...@@ -11,7 +11,7 @@ global artoaGui artoaWorkspace artoaDataInput; ...@@ -11,7 +11,7 @@ global artoaGui artoaWorkspace artoaDataInput;
correlationHeights = artoaWorkspace.toaData.correlationHeight./artoaWorkspace.float.correlationrange(2); correlationHeights = artoaWorkspace.toaData.correlationHeight./artoaWorkspace.float.correlationrange(2);
%c = repmat([.5 .5 .5], length(artoaWorkspace.toaData.toaDate), 1); %c = repmat([.5 .5 .5], length(artoaWorkspace.toaData.toaDate), 1);
c = correlationHeights * 0.4; c = artoaWorkspace.toaData.correlationHeight;
soundsources = fieldnames(artoaDataInput.soundsources); soundsources = fieldnames(artoaDataInput.soundsources);
for i = 1:length(soundsources) for i = 1:length(soundsources)
...@@ -64,8 +64,8 @@ artoaGui.editTimeOfArrival.scatterTimeOfArrival = scatter( ... ...@@ -64,8 +64,8 @@ artoaGui.editTimeOfArrival.scatterTimeOfArrival = scatter( ...
% set colormap % set colormap
colormap(artoaGui.figures.editTimeOfArrival.CurrentAxes, artoa.vendor.cmocean('tarn')); artoaGui.figures.editTimeOfArrival.CurrentAxes.CLim = [0, 255];
artoaGui.figures.editTimeOfArrival.CurrentAxes.CLim = [0, 1]; colormap(artoaGui.figures.editTimeOfArrival.CurrentAxes, flipud(colormap));
%% Setup GPS information plot %% Setup GPS information plot
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment