Changeset 1197 for trunk/src/read_field.m
- Timestamp:
- Mar 11, 2026, 5:31:25 PM (3 days ago)
- File:
-
- 1 edited
-
trunk/src/read_field.m (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/read_field.m
r1196 r1197 16 16 % FileType: type of file, as determined by the function get_file_info.m 17 17 % 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: variableused for vector color18 % .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 21 21 % .Npx, .Npy: nbre of pixels along x and y (used for .vol input files) 22 22 % .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' 23 24 % frame_index: frame number for movies or multidimensional netcdf files with dim >2 24 25 %
Note: See TracChangeset
for help on using the changeset viewer.
