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

The TOA window now opens the track parameter window and vice versa.

parent 1317e40c
No related branches found
No related tags found
No related merge requests found
110
\ No newline at end of file
111
\ No newline at end of file
......@@ -23,6 +23,9 @@ artoa.gui.edit.timeOfArrival();
%% Update duplicate toa table
artoa.controller.edit.timeOfArrival.updateDuplicateToaTable();
%% Open track parameter window
artoa.controller.track.parameter.open();
end
......@@ -55,7 +55,7 @@ if ~isfield(artoaWorkspace, 'trackParameter')
];
%% Update offsets table in workspace
artoa.controller.track.parameter.updateWorkspaceOffsetsTable();
artoa.controller.edit.offsets.updateWorkspaceOffsetsTable();
% initialize settings
availableCallbacks = { ...
......@@ -80,5 +80,8 @@ end
%% Update the values if required
artoa.controller.track.parameter.updateGui();
%% Open edit time of arrival window
artoa.controller.edit.timeOfArrival.open();
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment