From e27c02ab4379f590fb34cafb788c472f316f6472 Mon Sep 17 00:00:00 2001 From: Olivier Sauter <olivier.sauter@epfl.ch> Date: Mon, 22 Jan 2024 15:24:56 +0100 Subject: [PATCH] add neutron_rate/rnt and tbeo shortcut requests --- matlab/JET/jet_requests_mapping.m | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/matlab/JET/jet_requests_mapping.m b/matlab/JET/jet_requests_mapping.m index 4ed7576f..664bf4be 100644 --- a/matlab/JET/jet_requests_mapping.m +++ b/matlab/JET/jet_requests_mapping.m @@ -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'; -- GitLab