Skip to content
Snippets Groups Projects
Commit 022bd5c4 authored by Olivier Sauter's avatar Olivier Sauter
Browse files

adapt IDA gdat call

git-svn-id: https://spcsvn.epfl.ch/repos/TCV/gdat/trunk@5678 d63d8f72-b253-0410-a779-e742ad2e26cf
parent 0e795fd2
No related branches found
No related tags found
No related merge requests found
...@@ -61,8 +61,8 @@ if shot>0 ...@@ -61,8 +61,8 @@ if shot>0
hhIDA = sfread('IDA', shot); hhIDA = sfread('IDA', shot);
dousebetapol = '-betapol'; dousebetapol = '-betapol';
if hhIDA.handle~=0; if hhIDA.handle~=0;
netest=gdat(shot,'IDA/ne'); netest=gdat(shot,{'IDA','ne'});
tetest=gdat(shot,'IDA/te'); tetest=gdat(shot,{'IDA','te'});
if ~isempty(netest.data) && ~isempty(tetest.data) if ~isempty(netest.data) && ~isempty(tetest.data)
run_with_IDA = 1; run_with_IDA = 1;
dousebetapol = ''; % can use Te from IDA dousebetapol = ''; % can use Te from IDA
......
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