Changeset 784 for trunk/src/series.m


Ignore:
Timestamp:
Jun 7, 2014, 6:17:53 PM (10 years ago)
Author:
sommeria
Message:

adpat uvmat to reading data from rdvision

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/series.m

    r783 r784  
    424424    if ~isequal(ListStruct(ilist).isdir,1)%look for files, not dir
    425425        FileName=ListStruct(ilist).name;
    426         FileInfo=get_file_type(fullfile(DirName,FileName));
     426        FileInfo=get_file_info(fullfile(DirName,FileName));
    427427        switch FileInfo.FileType
    428428            case {'image','multimage','civx','civdata','netcdf'}
     
    477477    if ~isequal(hdir(ilist).isdir,1)%look for files, not dir
    478478        FileName=hdir(ilist).name;
    479         FileInfo=get_file_type(fullfile(DirName,FileName));
     479        FileInfo=get_file_info(fullfile(DirName,FileName));
    480480        switch FileInfo.FileType
    481481            case {'image','multimage','civx','civdata','netcdf'}
     
    29752975    set(htitlebox,'String',FullSelectName)
    29762976elseif exist(FullSelectName,'file')%visualise the vel field if it exists
    2977     FileInfo=get_file_type(FullSelectName);   
     2977    FileInfo=get_file_info(FullSelectName);   
    29782978    if strcmp(FileInfo.FileType,'txt')
    29792979        edit(FullSelectName)
Note: See TracChangeset for help on using the changeset viewer.