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
28c25216
Commit
28c25216
authored
Apr 24, 2018
by
Simone Liuzzo
Browse files
use reduced model
parent
692fb79e
Changes
1
Hide whitespace changes
Inline
Side-by-side
+ebs/magnetsstrengths_model.m
View file @
28c25216
...
...
@@ -23,7 +23,7 @@ args={pwd};
args
(
1
:
length
(
varargin
))
=
varargin
;
pth
=
args
{
1
};
ebsmodel
=
ebs
.
model
(
pth
);
ebsmodel
=
ebs
.
model
(
pth
,
'reduce'
,
true
,
'keep'
,
'BPM.*|ID.*'
);
save
(
'modellat'
,
'ebsmodel'
);
% file contains quadrupoles (in lttice order, quadrupoles and DQ), then sextupoles, then octupoles.
...
...
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