diff --git a/crpptbx/D3D/d3d_requests_mapping.m b/crpptbx/D3D/d3d_requests_mapping.m
index b3560f701104c385ebb15a543650c3ee9be77efd..b339a152923ee2cde840c23f09ee3e2d555c1e3d 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};' ...