From 4b858ca4b25ea7d4a4a6ac3a655a2d1a0b404eb9 Mon Sep 17 00:00:00 2001
From: Luke Simons <luke.simons@epfl.ch>
Date: Thu, 20 Feb 2025 09:39:59 +0100
Subject: [PATCH] Reduced length of comments.

---
 matlab/TCV_IMAS/tcv_get_ids_bolometer.m | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/matlab/TCV_IMAS/tcv_get_ids_bolometer.m b/matlab/TCV_IMAS/tcv_get_ids_bolometer.m
index 9757bd0..ec0febd 100644
--- a/matlab/TCV_IMAS/tcv_get_ids_bolometer.m
+++ b/matlab/TCV_IMAS/tcv_get_ids_bolometer.m
@@ -141,13 +141,10 @@ if status
   end
   ids_bolometer.code.name = 'rc_gti_prep';
   ids_bolometer.code.description = ...
-    ['rc_gti_prep, RADCAM gitlab repo, calls General Tomographic ' ...
-    'Inversion (GTI) commands to generate tomographic inversions ' ...
-    'of the emissivity profile and uses liuqe magnetic equilibrium ' ...
-    'reconstruction to determine radiated power in the core. ' ...
-    '/usr/local/bin/matlab960 -nojvm -nosplash -nodisplay -r ' ...
-    '"anasrvmat(''rc_gti_prep'',$2,[0 2.2],''bolo'', 10, 1, 0.04, 30,' ...
-    'false, false,false, [], ''automated'', 1)"'];
+    ['rc_gti_prep, RADCAM gitlab repo, calls GTI to generate emissivity profiles with liuqe.']
+%    '/usr/local/bin/matlab960 -nojvm -nosplash -nodisplay -r ' ...
+%    '"anasrvmat(''rc_gti_prep'',$2,[0 2.2],''bolo'', 10, 1, 0.04, 30,' ...
+%    'false, false,false, [], ''automated'', 1)"'];
   ids_bolometer.code.commit='';
   ids_bolometer.code.version='';
   ids_bolometer.code.repository= ...
-- 
GitLab