Ignore:
Timestamp:
Feb 12, 2014, 11:16:03 AM (10 years ago)
Author:
sommeria
Message:

bug repaired for civ_series

File:
1 edited

Legend:

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

    r692 r707  
    8989FileType=SeriesData.FileType{1};%type of the first input file series
    9090FileInfo=SeriesData.FileInfo{1};
    91 FileInput=SeriesData.RefFile{1};
     91
    9292
    9393%% case of netcdf file as input, get the processing stage and look for corresponding images
     
    115115        end
    116116        imageinput='';
     117        FileInput=SeriesData.RefFile{1};
    117118        Data=nc2struct(FileInput,'ListGlobalAttribute','Civ2_ImageA','Civ1_ImageA','Civ2_ImageB','Civ1_ImageB');
    118119        [PathCiv1_ImageA,Civ1_ImageA,FileExtA]=fileparts(Data.Civ1_ImageA);
     
    122123            [PathCiv2_ImageB,Civ2_ImageB,FileExtA]=fileparts(Data.Civ2_ImageB);
    123124        end
    124         hhseries=guidata(gcbf);
     125        hhseries=guidata(hseries);
    125126        if size(Param.InputTable,1)==1
    126127            series('display_file_name',hhseries,Data.Civ1_ImageA,'append');%append the image series to the input list
Note: See TracChangeset for help on using the changeset viewer.