Ignore:
Timestamp:
May 4, 2018, 10:57:13 PM (6 years ago)
Author:
sommeria
Message:

get_field improved to select variables, uvmat rationalized with respect to input file types

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/get_file_info.m

    r1033 r1040  
    2222%               ='civx': netcdf files provided by the obsolete program civx (in fortran)
    2323%               ='pivdata_fluidimage': PIV data from software 'fluidimage'
    24 %      .FileIndexing='on' for data files (when series of indexed files are  expected)
     24%      .FieldType='image' for all kinds of images and movies, =FileType  else
     25%      .FileIndexing='on'/'off', for data files (when series of indexed files are  expected)
    2526%      .Height: image height in pixels
    2627%      .Width:  image width in pixels
    2728%      .BitDepth: nbre of bits per pixel  (8 of 16)
    2829%      .ColorType: 'greyscale' or 'color'
    29 %      .NumberOfFrames
     30%      .NumberOfFrames: defined for images or movies
    3031%      .FrameRate: nbre of frames per second, =[] for images
    3132% VideoObject: in case of video
     
    5859    FileInfo.FileType='txt'; %default
    5960else
    60     FileInfo.FileType='';
     61    FileInfo.FileType='';% input file does not exist
    6162    return
    6263end
Note: See TracChangeset for help on using the changeset viewer.