Ignore:
Timestamp:
Mar 11, 2026, 5:31:25 PM (3 days ago)
Author:
sommeria
Message:

bugs repaired

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/read_field.m

    r1196 r1197  
    1616% FileType: type of file, as determined by the function get_file_info.m
    1717% ParamIn: movie object or Matlab structure of input parameters
    18 %     .FieldName: name (char string) of the input field (for Civx data)
    19 %     .VelType: char string giving the type of velocity data ('civ1', 'filter1', 'civ2'...)
    20 %     .ColorVar: variable used for vector color
     18%     .VelType: (for civdata) char string giving the type of velocity data ('civ1', 'filter1', 'civ2'...)
     19%     .FieldName:(for general netcdf files) name (char string) or list of names (cell of char strings) of fields to read
     20%     .ColorVar:(for general netcdf files) variable possibly used for vector color
    2121%     .Npx, .Npy: nbre of pixels along x and y (used for .vol input files)
    2222%     .TimeDimName: name of the dimension considered as 'time', selected index value then set by input 'frame_index'
     23%     .TimeVarName: name of the variable considered as 'time'
    2324% frame_index: frame number for movies or multidimensional netcdf files with dim >2
    2425%
Note: See TracChangeset for help on using the changeset viewer.