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
1d063bac
Commit
1d063bac
authored
Jul 17, 2018
by
beam dyn
Browse files
removed AC data modification, now done in start measurement when AC option is selected
parent
aa352039
Changes
1
Hide whitespace changes
Inline
Side-by-side
qem/qempanel2.m
View file @
1d063bac
...
...
@@ -84,15 +84,6 @@ global qemb qemres semres
dirname
=
qemseldir
();
qemres
.
datadir
=
dirname
;
if
get
(
handles
.
ACRMcheckbox
,
'Value'
)
if
~
strcmp
(
dirname
(
end
-
3
:
end
),
'_AC'
)
set
(
handles
.
statustext
,
'String'
,
'Preparing AC data'
);
% format AC data to qempanel readable
qemres
=
qemACresponse
(
qemres
);
dirname
=
qemres
.
datadir
;
end
end
[
qemres
,
semres
,
qemb
]
=
qempanelset
(
dirname
,
get
(
handles
.
PartialRMcheckbox
,
'Value'
));
handles
.
qemdata
=
qempaneldata
(
dirname
,
handles
);
set
(
handles
.
edit1
,
'String'
,
dirname
);
...
...
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