function [ids_struct_out] = tcv_get_ids_descprition_2d(shot, ids_structures) mdsopen(shot) %% r_l = mdsdata('STATIC("R_T")'); z_l = mdsdata('STATIC("Z_T")'); % There might be many 2d descriptions ids_struct_out = ids_structures; ids_struct_out{1}.limiter.unit{1}.outline.r = r_l; ids_struct_out{1}.limiter.unit{1}.outline.z = z_l; %% TODO Add the other description of the wall and the input pharser end