Skip to content
Snippets Groups Projects
Commit e51c8f91 authored by Nicola Vigano's avatar Nicola Vigano
Browse files

GtOrientationResultView: auto title detection

parent 126e959b
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,10 @@ classdef GtOrientationResultView < GtBaseGuiElem
self.result = result;
self.post_result = post_result;
self.conf.f_title = 'Result Browser';
self.conf.f_title = sprintf('Result Browser: algo "%s", det_id:%s, res: %g, sf: %s', ...
test_data.parameters.rec.grains.algorithm, sprintf(' %d', result.det_index), ...
test_data.parameters.rec.grains.options.ospace_resolution, ...
test_data.parameters.rec.grains.options.shape_functions_type );
self.initGtBaseGuiElem(varargin);
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