Changeset 991 for trunk/src/series.m


Ignore:
Timestamp:
Feb 2, 2017, 1:25:44 PM (8 years ago)
Author:
sommeria
Message:

various

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/series.m

    r989 r991  
    626626        RootFile='';
    627627    else %scan the input folder
    628         if strcmp(InputTable{iview,4},'level')
    629             [RootPath,~,RootFile,i1_series,i2_series,j1_series,j2_series,tild,FileInfo,MovieObject]=...
    630                 find_file_series(fullfile(InputTable{iview,1},InputTable{iview,2},'level0'),[InputTable{iview,3} '0' InputTable{iview,5}]);
    631         else
    632628            [RootPath,~,RootFile,i1_series,i2_series,j1_series,j2_series,tild,FileInfo,MovieObject]=...
    633629                find_file_series(fullfile(InputTable{iview,1},InputTable{iview,2}),[InputTable{iview,3} InputTable{iview,4} InputTable{iview,5}]);
    634         end
    635630    end
    636631    % if no file is found, open a browser
     
    654649set(handles.MinIndex_j,'Data',MinIndex_j_table(1:nbview,:));
    655650MaxIndex_i_table=get(handles.MaxIndex_i,'Data');%retrieve the min indices in the table MinIndex
     651
    656652set(handles.MaxIndex_i,'Data',MaxIndex_i_table(1:nbview,:));
    657653MaxIndex_j_table=get(handles.MaxIndex_j,'Data');%retrieve the min indices in the table MinIndex
     
    20812077
    20822078     case 'cluster_sge' % for PSMN
    2083         % Au PSMN, on ne crée pas 1 job avec plusieurs cœurs, mais N jobs de 1 cœurs
    2084         % où N < 1000.
     2079        % Au PSMN, on ne cr??e pas 1 job avec plusieurs c??urs, mais N jobs de 1 c??urs
     2080        % o?? N < 1000.
    20852081        %create subdirectory for pbs command and log files
    20862082
     
    37373733% --- Executes on button press in MonitorCluster.
    37383734function MonitorCluster_Callback(hObject, eventdata, handles)
    3739 web('https://www.legi.grenoble-inp.fr/servfill/monika')
     3735disp('format: R/W=run/wait, time lapsed, R=nbre of cores,W=walltime')
     3736system('oarstat |grep N=UVmat')% check the list of jobs launched with uvmat
     3737
    37403738
    37413739function OutputSubDir_Callback(hObject, eventdata, handles)
Note: See TracChangeset for help on using the changeset viewer.