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

add T. Strait's tabe

git-svn-id: https://spcsvn.epfl.ch/repos/TCV/gdat/trunk@7466 d63d8f72-b253-0410-a779-e742ad2e26cf
parent 08846432
No related branches found
No related tags found
No related merge requests found
...@@ -144,6 +144,15 @@ switch lower(data_request) ...@@ -144,6 +144,15 @@ switch lower(data_request)
mapping.timedim = 1; mapping.timedim = 1;
mapping.label = 'Odd and Even n'; mapping.label = 'Odd and Even n';
mapping.method = 'expression'; mapping.method = 'expression';
table_mhd_from_Strait = { ...
'MPI66M020D', 19.5 , 'MPI66M200D' , 199.7, 180.2; ...
'MPI66M067D', 67.5 , 'MPI66M247D' , 246.4, 178.9; ...
'MPI66M097D', 97.4, 'MPI66M277D', 277.5, 180.1; ...
'MPI66M127D', 127.9, 'MPI66M307D', 307.0, 179.1; ...
'MPI66M132D', 132.5, 'MPI66M312D', 312.4, 179.9; ...
'MPI66M137D', 137.4, 'MPI66M322D', 317.4, 180.0; ...
'MPI66M157D', 157.6, 'MPI66M340D', 339.7, 182.2};
mapping.expression = ['params_eff = gdat_data.gdat_params;params_eff.data_request={''MOD'',''OddN''}; ' ... mapping.expression = ['params_eff = gdat_data.gdat_params;params_eff.data_request={''MOD'',''OddN''}; ' ...
'gdat_tmp=gdat_d3d(shot,params_eff);gdat_tmp.data=reshape(gdat_tmp.data,length(gdat_tmp.data),1 );' ... 'gdat_tmp=gdat_d3d(shot,params_eff);gdat_tmp.data=reshape(gdat_tmp.data,length(gdat_tmp.data),1 );' ...
'gdat_tmp.dim{1}=gdat_tmp.t;gdat_tmp.dim{2}=[1 2];gdat_tmp.x=gdat_tmp.dim{2};' ... 'gdat_tmp.dim{1}=gdat_tmp.t;gdat_tmp.dim{2}=[1 2];gdat_tmp.x=gdat_tmp.dim{2};' ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment