Changeset 1051 for trunk/src/series


Ignore:
Timestamp:
Jun 27, 2018, 11:20:37 PM (6 years ago)
Author:
sommeria
Message:

psmsn cluster command updated, pb with multimask solved...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/series/extract_rdvision.m

    r1047 r1051  
    111111%%%%%%%%%%%% STANDARD PART  %%%%%%%%%%%%
    112112%% read input parameters from an xml file if input is a file name (batch mode)
    113 checkrun=1;
     113
    114114if ischar(Param)
    115115    Param=xml2struct(Param);% read Param as input file (batch case)
    116     checkrun=0;
    117 end
     116%     checkrun=0;
     117end
     118disp(Param)
     119checkrun=strcmp(Param.RunMode,'local')
    118120hseries=findobj(allchild(0),'Tag','series');
    119121RUNHandle=findobj(hseries,'Tag','RUN');%handle of RUN button in GUI series
     
    527529
    528530%% adjust Dti
     531if NbDti+1>size(timestamp,1)
     532    NbDti=size(timestamp,1)-1;
     533end
    529534Dti_stamp=(timestamp(1+NbDti,1)-timestamp(1,1))/NbDti;
    530535t=set(t,uid_content_Dti,'value',num2str(Dti_stamp));%corret Dti
Note: See TracChangeset for help on using the changeset viewer.