Skip to content
Snippets Groups Projects
Commit e19d15bf authored by Francesco Carpanese's avatar Francesco Carpanese
Browse files

fix tf function

git-svn-id: https://spcsvn.epfl.ch/repos/TCV/gdat/trunk@11393 d63d8f72-b253-0410-a779-e742ad2e26cf
parent 269646ad
No related branches found
No related tags found
No related merge requests found
function [ids_struct_out] = tcv_get_ids_tf(shot, ids_structures) function [ids_struct_out] = tcv_get_ids_tf(shot, ids_structures)
% Get the vacuum toroidal field
ids_struct_out = ids_structures; ids_struct_out = ids_structures;
tmp = gdat(shot, 'b0'); tmp = gdat(shot, 'b0');
ids_struct_out.b_field_tor_vacuum_r.data = tmp.data; ids_struct_out.b_field_tor_vacuum_r.data = tmp.data;
ids_struct_out.b_field_tor_vacuum_r.time = tmp.time; ids_struct_out.b_field_tor_vacuum_r.time = tmp.t;
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment