Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BeamDynamics
MatlabOperation
Commits
d7f67e3f
Commit
d7f67e3f
authored
Oct 31, 2018
by
Simone Liuzzo
Browse files
sumsignal cutoff 0.5->0.6 for ESRF-SR
parent
d6a13cbe
Changes
1
Hide whitespace changes
Inline
Side-by-side
@RingControl/measuretrajectory.m
View file @
d7f67e3f
...
...
@@ -131,7 +131,7 @@ for i=1:average
bpm_with_beam
=
(
sumsignal
-
obj
.
sum_signal_background
)
.
/
...
(
obj
.
sum_signal_beam
-
obj
.
sum_signal_background
);
indlastBPM
=
find
(
bpm_with_beam
>
0.
5
,
1
,
'last'
);
indlastBPM
=
find
(
bpm_with_beam
>
0.
6
,
1
,
'last'
);
case
'esrf-sy'
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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