Changeset 946 for trunk/src/get_file_info.m
- Timestamp:
- Jun 2, 2016, 3:38:25 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/get_file_info.m
r935 r946 53 53 case {'.seq','.sqb'} 54 54 [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 56 61 otherwise 57 62 if ~isempty(FileExt)% exclude empty extension
Note: See TracChangeset
for help on using the changeset viewer.