From 88a314d5dac96b4ab69534777627417ac812d468 Mon Sep 17 00:00:00 2001 From: Luke Simons <luke.simons@epfl.ch> Date: Mon, 14 Apr 2025 13:27:56 +0000 Subject: [PATCH] Fixed comment about tcv imas in gdat_imas.m --- matlab/IMAS/gdat_imas.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matlab/IMAS/gdat_imas.m b/matlab/IMAS/gdat_imas.m index a65df0e..f0190f2 100644 --- a/matlab/IMAS/gdat_imas.m +++ b/matlab/IMAS/gdat_imas.m @@ -7,7 +7,7 @@ function [gdat_data,gdat_params,error_status,varargout] = gdat_imas(shot,data_re % % If no inputs are provided, return the list of available pre-defined data_request in gdat_data and default parameters gdat_params % -% IMAS means assume access data from IDS database ala IMAS with run_number, database_user, tokamak_name, data_major_version and using imas_open_env and ids_get calls (added backend choice as well, default hdf5 (13), otherwise 12 for mdsplus) +% IMAS assumes data access from IDS database ala IMAS with run_number, database_user, tokamak_name, data_major_version and using imas_open_env and ids_get calls (added backend choice as well, default hdf5 (13), otherwise 12 for mdsplus) % Should be the same on ITER hpc and gateway, to be checked % % At first only "ids" request implemented, but keywords like ip etc should relate to specific IDS as for any machine -- GitLab