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

add edge_str_dot for edge Thomson option where missing

git-svn-id: https://spcsvn.epfl.ch/repos/TCV/gdat/trunk@11671 d63d8f72-b253-0410-a779-e742ad2e26cf
parent 47979161
Branches
Tags
No related merge requests found
......@@ -1537,7 +1537,7 @@ elseif strcmp(mapping_for_tcv.method,'switchcase')
end
rmesh=psitdi.dim{1};
zmesh=psitdi.dim{2};
zthom=mdsdata('dim_of(\thomson:te,1)');
zthom=mdsdata(['dim_of(\thomson' edge_str_dot ':te,1)']);
zeffshift=zshift;
% set zeffshift time array same as psitdi
switch length(zeffshift)
......@@ -2954,7 +2954,7 @@ if strcmp(data_request_eff(1:2),'ne')
disp('***********************************************************************')
end
end
z=mdsdata('\diagz::thomson_set_up:vertical_pos');
z=mdsdata(['\diagz::thomson_set_up' edge_str_dot ':vertical_pos']);
gdat_data.dim=[{z};{time}];
gdat_data.dimunits=[{'Z [m]'} ; {'time [s]'}];
gdat_data.x=z;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment