Ignore:
Timestamp:
Jun 2, 2016, 3:38:25 PM (8 years ago)
Author:
sommeria
Message:

read hf5 added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/get_file_info.m

    r935 r946  
    5353    case {'.seq','.sqb'}
    5454        [A,FileInfo,timestamps,errormsg]=read_rdvision(fileinput,[]);
    55        
     55    case '.h5'
     56        hinfo=hdf5info(fileinput);
     57        if strcmp(hinfo.GroupHierarchy.Attributes(1).Value.Data,'MultipassPIVResults')
     58            FileInfo.FileType='pivdata_fluidimage';
     59            FileInfo.CivStage=6; % A MODIFIER
     60        end
    5661    otherwise
    5762        if ~isempty(FileExt)% exclude empty extension
Note: See TracChangeset for help on using the changeset viewer.