Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BeamDynamics
matutil
Commits
418a58eb
Commit
418a58eb
authored
Aug 24, 2018
by
Simone Liuzzo
Browse files
added line to message telling which bpms are excluded.
parent
4bef84d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
qem/qempaneldisp.m
View file @
418a58eb
...
...
@@ -45,7 +45,9 @@ if (isfield(handles,'compare') && handles.compare) || ...
fprintf
(
'residual H = %g m/rad\n'
,
std2
(
diffh
(:)));
fprintf
(
'residual V = %g m/rad\n'
,
std2
(
diffv
(:)));
mess
=
[
mess
;
' '
;[
'orbit residual = '
num2str
(
residual
)];
...
[
'H disp. residual = '
num2str
(
hdispresidual
)]];
[
'H disp. residual = '
num2str
(
hdispresidual
)];
...
[];
...
[
num2str
(
length
(
qemres
.
wrongbpms
))
' bpms not used: '
num2str
(
qemres
.
wrongbpms
,
' '
)]];
qemplotresp
(
4
,
diffh
,
diffv
,
'deviation'
);
end
end
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment