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

add fir corrected for pellet shot for neint, hence ngf

parent f5bce79a
No related branches found
No related tags found
1 merge request!109add fir corrected for pellet shot for neint, hence ngf
Pipeline #81846 passed
......@@ -204,8 +204,12 @@ switch lower(data_request)
case 'neint'
mapping.timedim = 1;
mapping.label = 'line integrated el. density';
mapping.method = 'signal';
% mapping.method = 'signal';
mapping.method = 'expression';
mapping.expression = [{'DCN'},{'H-1'},{'AUGD'}];
mapping.expression = ['params_eff = gdat_data.gdat_params;params_eff.data_request={''DCN'',''H-1'',''AUGD''};' ...
'if any(shot==[39311, 39599]);params_eff.data_request={''TTH'',''dcn_reco'',''PUETTI''};end;' ...
'gdat_tmp=gdat_aug(shot,params_eff);'];
case 'nel'
mapping.timedim = 1;
mapping.label = 'line-averaged el. density';
......
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