Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
reiche
OnlineModel
Commits
884bee6b
Commit
884bee6b
authored
Nov 04, 2021
by
reiche
Browse files
New Lattice 10.4.8 and some fine tuning in OMHolyList
parent
90d47e5a
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2083 additions
and
2 deletions
+2083
-2
Layout/OMLayout-10.4.7.py
Layout/OMLayout-10.4.7.py
+1
-1
Layout/OMLayout-10.4.8.py
Layout/OMLayout-10.4.8.py
+2076
-0
OMHolyList.py
OMHolyList.py
+5
-0
OMLayout.py
OMLayout.py
+1
-1
No files found.
Layout/OMLayout-10.4.7.py
View file @
884bee6b
...
...
@@ -249,7 +249,7 @@ import math
# 5b) Position of SARCL01-DCDR105
# 5c) SATSY03-DCDR050 moved into phase planned
# 5d) SATUN05 Chicane moved into phase planned
# 5e) SATDI01-DBPM090 and SATDI01-
D
QUA080 moved into phase planned
# 5e) SATDI01-DBPM090 and SATDI01-
M
QUA080 moved into phase planned
# 4f) Adjust various position aorund the modulator in Athos
class
SwissFEL
:
...
...
Layout/OMLayout-10.4.8.py
0 → 100644
View file @
884bee6b
This diff is collapsed.
Click to expand it.
OMHolyList.py
View file @
884bee6b
...
...
@@ -292,8 +292,13 @@ class HolyList(ApplicationTemplate):
of
=
0.149
if
(
name
.
find
(
'SARUN'
)
>-
1
):
of
=-
0.008
if
(
name
.
find
(
'SATUN'
)
>-
1
):
of
=
0.008
if
(
name
.
find
(
'200'
)
>-
1
or
name
.
find
(
'300'
)
>-
1
):
off
=
of
if
(
name
.
find
(
'SATMA01'
)
>-
1
):
if
(
name
.
find
(
'400'
)
>-
1
or
name
.
find
(
'500'
)
>-
1
):
off
=
0.15
self
.
style
.
pattern
=
self
.
orange
self
.
wbend
.
write
(
self
.
bendrow
,
0
,
name
.
replace
(
'.'
,
'-'
),
self
.
style
)
i
=
1
;
...
...
OMLayout.py
View file @
884bee6b
Layout
/
OMLayout
-
10.4
.
7.
py
\ No newline at end of file
Layout
/
OMLayout
-
10.4
.
8.
py
\ No newline at end of file
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