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

The circle around the picked point has been updated.

parent 75c0cd67
Branches
Tags
No related merge requests found
......@@ -24,7 +24,7 @@ if button ~= 1
end
hold on;
artoaGui.editPressure.userSelection = scatter(x_closest, y_closest, 50, [1 1 1]);
artoaGui.editPressure.userSelection = scatter(x_closest, y_closest, artoaWorkspace.defaults.pickPointMarkerSize, [1 1 1]);
hold off;
artoaWorkspace.editPressure.userSelection = index;
......
......
......@@ -24,7 +24,7 @@ if button ~= 1
end
hold on;
artoaGui.editTemperature.userSelection = scatter(x_closest, y_closest, 50, [1 1 1]);
artoaGui.editTemperature.userSelection = scatter(x_closest, y_closest, artoaWorkspace.defaults.pickPointMarkerSize, [1 1 1]);
hold off;
artoaWorkspace.editTemperature.userSelection = index;
......
......
......@@ -24,7 +24,7 @@ if button ~= 1
end
hold on;
artoaGui.editTimeOfArrival.userSelection = scatter(x_closest, y_closest, 50, [1 1 1]);
artoaGui.editTimeOfArrival.userSelection = scatter(x_closest, y_closest, artoaWorkspace.defaults.pickPointMarkerSize, [1 1 1]);
hold off;
artoaWorkspace.editTimeOfArrival.userSelection = index;
......
......
......@@ -35,6 +35,7 @@ artoaWorkspace.defaults.soundspeedMethods = { ...
'Levitus', ...
'Manual' ...
};
artoaWorkspace.defaults.pickPointMarkerSize = 80;
artoaGui = struct();
artoaGui.figures = struct();
artoaGui.main = struct();
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment