Skip to content
Snippets Groups Projects

add neutron_rate/rnt and tbeo shortcut requests

Merged Olivier Sauter requested to merge add_jet_request into master
1 file
+ 10
0
Compare changes
  • Side-by-side
  • Inline
@@ -340,10 +340,20 @@ switch lower(data_request)
mapping.timedim = 1;
mapping.method = 'signal';
mapping.expression = [{'PPF'},{'EFIT'},{'RMAG'}];
case {'rnt', 'neutron_rate'}
mapping.label = 'neutron\_rate';
mapping.timedim = 1;
mapping.method = 'signal';
mapping.expression = [{'PPF'},{'TIN'},{'RNT'}];
case {'sxr', 'sxr_s40', 'sxr_htv'}
mapping.timedim = 1;
mapping.gdat_timedim = 2;
mapping.method = 'switchcase';
case {'tbeo'}
mapping.label = 'TBEO';
mapping.timedim = 1;
mapping.method = 'signal';
mapping.expression = [{'PPF'},{'EDG8'},{'TBEO'}];
case 'te'
mapping.timedim = 2;
mapping.label = 'Te';
Loading