Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MatlabOperation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
51
Issues
51
List
Boards
Labels
Service Desk
Milestones
Jira
Jira
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
BeamDynamics
MatlabOperation
Commits
614b7315
Commit
614b7315
authored
Jan 30, 2019
by
Simone Liuzzo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
some debug in orbit correction
parent
c2d6d2af
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
6 deletions
+2
-6
@OrbitCorrection/OrbitCorrection.m
@OrbitCorrection/OrbitCorrection.m
+1
-1
@OrbitCorrection/correction.m
@OrbitCorrection/correction.m
+1
-5
No files found.
@OrbitCorrection/OrbitCorrection.m
View file @
614b7315
...
@@ -32,7 +32,7 @@ classdef OrbitCorrection < RingControl
...
@@ -32,7 +32,7 @@ classdef OrbitCorrection < RingControl
switch
obj
.
machine
switch
obj
.
machine
case
'ebs-simu'
case
'ebs-simu'
b
=
load
(
'/machfs/liuzzo/EBS/Simulator/
commissioningtools
/@OrbitCorrection/EBSOrbitRM.mat'
);
b
=
load
(
'/machfs/liuzzo/EBS/Simulator/
BeamDynamics/matlab
/@OrbitCorrection/EBSOrbitRM.mat'
);
obj
.
ModelRM
=
b
.
ModelRM
;
obj
.
ModelRM
=
b
.
ModelRM
;
case
'esrf-sr'
case
'esrf-sr'
...
...
@OrbitCorrection/correction.m
View file @
614b7315
...
@@ -465,11 +465,7 @@ while ~stopped
...
@@ -465,11 +465,7 @@ while ~stopped
if
corropt
.
meanzero
% no dpp mean0
if
corropt
.
meanzero
% no dpp mean0
FRV
=
[
RespV
;
steermeanlist
];
FRV
=
[
RespV
;
steermeanlist
];
elseif
~
corropt
.
meanzero
% no dpp no mean0
elseif
~
corropt
.
meanzero
% no dpp no mean0
FRV
=
RespV
;
disp
(
'Correction regressing '
);
FRV
=
RespV
;
disp
([
'rms orbit not decreased: '
num2str
(
nbpmu
)]);
disp
([
'Before Correction: '
num2str
(
std2
(
t0is
'
))]);
disp
([
'After Correction: '
num2str
(
std2
(
t
'
))]);
end
end
...
...
Write
Preview
Markdown
is supported
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