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

change mdsopen

git-svn-id: https://spcsvn.epfl.ch/repos/TCV/gdat/trunk@1898 d63d8f72-b253-0410-a779-e742ad2e26cf
parent f719f292
Branches
Tags
No related merge requests found
......@@ -27,7 +27,6 @@ function [sig,t]=get_xtomo_data(shot,t1,t2,dt,fans,angfact,tag);
%-------------MAC:[FURNO.MATLAB5.XTOMO]----------------------------------
%---- get data and offsets ---------------------------------------------------
% set a flag if flattenign of noise
......@@ -57,7 +56,7 @@ function [sig,t]=get_xtomo_data(shot,t1,t2,dt,fans,angfact,tag);
if nargin <=6
shot=mdsopen('eltca1::tcv_shot',shot);
shot=mdsopen(shot);
t=mdsdata(['dim_of(\base::xtomo:array_001[',st1,':',st2,':',sdt,',*])']);
S1=[];
S2=[];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment