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
Checking pipeline status
...@@ -340,10 +340,20 @@ switch lower(data_request) ...@@ -340,10 +340,20 @@ switch lower(data_request)
mapping.timedim = 1; mapping.timedim = 1;
mapping.method = 'signal'; mapping.method = 'signal';
mapping.expression = [{'PPF'},{'EFIT'},{'RMAG'}]; 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'} case {'sxr', 'sxr_s40', 'sxr_htv'}
mapping.timedim = 1; mapping.timedim = 1;
mapping.gdat_timedim = 2; mapping.gdat_timedim = 2;
mapping.method = 'switchcase'; mapping.method = 'switchcase';
case {'tbeo'}
mapping.label = 'TBEO';
mapping.timedim = 1;
mapping.method = 'signal';
mapping.expression = [{'PPF'},{'EDG8'},{'TBEO'}];
case 'te' case 'te'
mapping.timedim = 2; mapping.timedim = 2;
mapping.label = 'Te'; mapping.label = 'Te';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment