From 31814a011cd292d1130df6664e286b29177587b6 Mon Sep 17 00:00:00 2001 From: Olivier Sauter <olivier.sauter@epfl.ch> Date: Tue, 6 Jun 2017 12:55:39 +0000 Subject: [PATCH] add T. Strait's tabe git-svn-id: https://spcsvn.epfl.ch/repos/TCV/gdat/trunk@7466 d63d8f72-b253-0410-a779-e742ad2e26cf --- crpptbx/D3D/d3d_requests_mapping.m | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/crpptbx/D3D/d3d_requests_mapping.m b/crpptbx/D3D/d3d_requests_mapping.m index b3560f70..b339a152 100644 --- a/crpptbx/D3D/d3d_requests_mapping.m +++ b/crpptbx/D3D/d3d_requests_mapping.m @@ -144,6 +144,15 @@ switch lower(data_request) mapping.timedim = 1; mapping.label = 'Odd and Even n'; 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''}; ' ... '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};' ... -- GitLab