Skip to content
Snippets Groups Projects
Commit 4fb74f32 authored by Olivier Sauter's avatar Olivier Sauter
Browse files

add gpol and gtor for ecrh2 from ECN

git-svn-id: https://spcsvn.epfl.ch/repos/TCV/gdat/trunk@4385 d63d8f72-b253-0410-a779-e742ad2e26cf
parent d2439390
Branches
Tags
No related merge requests found
......@@ -973,6 +973,16 @@ switch AUGkeywrdcase{index}
else
trace_all.torpos_ecs(i+4) = a.value;
end
[a,e]=rdaAUG_eff(shot,'ECN',['G' num2str(i) 'POL'],shotfile_exp_eff);
if isempty(a) || e~=0
else
trace_all.gpol_ecn(i+4) = a;
end
[a,e]=rdaAUG_eff(shot,'ECN',['G' num2str(i) 'TOR'],shotfile_exp_eff);
if isempty(a) || e~=0
else
trace_all.gtor_ecn(i+4) = a;
end
end
if ~isempty(trace_all)
trace_all.dim=[{trace_all.t} {[1:9]}];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment