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

add neutron_rate/rnt and tbeo shortcut requests

parent efc30123
No related branches found
No related tags found
1 merge request!141add neutron_rate/rnt and tbeo shortcut requests
Pipeline #179175 passed
......@@ -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';
......
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