Ignore:
Timestamp:
Feb 2, 2017, 1:25:44 PM (7 years ago)
Author:
sommeria
Message:

various

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/get_file_info.m

    r979 r991  
    5353    case {'.seq','.sqb'}
    5454        [A,FileInfo,timestamps,errormsg]=read_rdvision(fileinput,[]);
     55%         %%%%%
     56%         FileInfo.NumberOfFrame=24000;
     57%         %%%%%%%%
    5558    case '.h5'
    5659        hinfo=hdf5info(fileinput);
     
    6669        FileInfo.Height=BitmapInfoHeader.biHeight;
    6770        FileInfo.Width=BitmapInfoHeader.biWidth;
     71         FileInfo.BitDepth=BitmapInfoHeader.biBitCount;
    6872    otherwise
    6973        if ~isempty(FileExt)% exclude empty extension
Note: See TracChangeset for help on using the changeset viewer.