Ignore:
Timestamp:
Mar 16, 2013, 4:33:29 PM (11 years ago)
Author:
sommeria
Message:

ima_levels: bug correction
check_peaklock: adapated to new conventions, not finished

File:
1 edited

Legend:

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

    r551 r590  
    161161    end
    162162    if isequal(stopstate,'queue') % enable STOP command
    163         if ~isempty(j1_series)
     163        if ~isempty(j1_series)&&~isequal(j1_series,{[]})
    164164            j1=j1_series{1}(ifile);
    165165        end
     
    172172        A=levels(A);
    173173        filename_new=fullfile_uvmat(RootPath{1},OutputSubDir,RootFile{1},FileExtOut,NomTypeOut,i1_series{1}(ifile),[],j1);
    174 %         OutputFile=fullfile_uvmat(RootPath{1},OutputSubDir,RootFile{1},FileExtOut,NomType{1},i1,i2,j1,j2);
    175174        imwrite(A,filename_new)
    176175        display([filename_new ' written'])
Note: See TracChangeset for help on using the changeset viewer.