Ignore:
Timestamp:
Apr 24, 2012, 7:54:21 PM (12 years ago)
Author:
sommeria
Message:

bugs corrected in series fct taking into account new conventions

File:
1 edited

Legend:

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

    r392 r394  
    5353if test_object
    5454    hset_object=findobj(allchild(0),'tag','set_object');
    55 %     ProjObject=read_set_object(guidata(hset_object));
    5655    ProjObject=read_GUI(hset_object);
    57     answeryes=msgbox_uvmat('INPUT_Y-N',['field series projected on ' ProjObject.Style]);
     56    answeryes=msgbox_uvmat('INPUT_Y-N',['field series projected on ' ProjObject.Type]);
    5857    if ~isequal(answeryes,'Yes')
    5958        return
     
    6564
    6665%% features of the input fields
    67     RootPath=Param.InputTable(:,1);
    68     RootFile=Param.InputTable(:,3);
    69     SubDir=Param.InputTable(:,2);
    70     NomType=Param.InputTable(:,4);
    71     FileExt=Param.InputTable(:,5);
    72 ext=FileExt{1};
    73 form=imformats(ext(2:end));%test valid Matlab image formats
     66RootPath=Param.InputTable(:,1);
     67RootFile=Param.InputTable(:,3);
     68% SubDir=Param.InputTable(:,2);
     69NomType=Param.InputTable(:,4);
     70FileExt=Param.InputTable(:,5);
     71% ext=FileExt{1};
     72% form=imformats(ext(2:end));%test valid Matlab image formats
    7473nbfield=size(i1_series{1},1)*size(i1_series{1},2); %number of fields in the time series
    7574
Note: See TracChangeset for help on using the changeset viewer.