Skip to content
Snippets Groups Projects
Commit 9ec656c1 authored by Antoine Merle's avatar Antoine Merle Committed by Olivier Sauter
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent b5a96a92
Branches
Tags
1 merge request!164Fix mdsplus aug type
Pipeline #164436 passed
......@@ -167,7 +167,7 @@ if usemdsplus
% use augsignal to get effective layout as in ISIS and sf2sig, for example for EQI/PFM
eval(['[data,error]=mdsvalue(''_rdaeff' user diagname '=augsignal(' num2str(shot) ',"' diagname '","' sigtype '","' shotfile_exp ...
'",' ed_number ',' tstart ',' tend ',_oshot' user diagname ',_oed' user diagname ',' ask_raw ')'');']);
if isfloat(data) && isa(data,'single')
if isa(data,'single')
data=double(data);
end
elseif isempty(param_set_name) && ~area_base && ~time_base
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment