Changeset 1051 for trunk/src/series
- Timestamp:
- Jun 27, 2018, 11:20:37 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/series/extract_rdvision.m
r1047 r1051 111 111 %%%%%%%%%%%% STANDARD PART %%%%%%%%%%%% 112 112 %% read input parameters from an xml file if input is a file name (batch mode) 113 checkrun=1; 113 114 114 if ischar(Param) 115 115 Param=xml2struct(Param);% read Param as input file (batch case) 116 checkrun=0; 117 end 116 % checkrun=0; 117 end 118 disp(Param) 119 checkrun=strcmp(Param.RunMode,'local') 118 120 hseries=findobj(allchild(0),'Tag','series'); 119 121 RUNHandle=findobj(hseries,'Tag','RUN');%handle of RUN button in GUI series … … 527 529 528 530 %% adjust Dti 531 if NbDti+1>size(timestamp,1) 532 NbDti=size(timestamp,1)-1; 533 end 529 534 Dti_stamp=(timestamp(1+NbDti,1)-timestamp(1,1))/NbDti; 530 535 t=set(t,uid_content_Dti,'value',num2str(Dti_stamp));%corret Dti
Note: See TracChangeset
for help on using the changeset viewer.