Changeset 497 for trunk/src/read_field.m


Ignore:
Timestamp:
Jul 21, 2012, 11:15:52 PM (12 years ago)
Author:
sommeria
Message:

cleaning and small bug repair.
pb of histogram for filter data solved
display of uicontrol by right mouse selection improved

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/read_field.m

    r493 r497  
    1 
    2 %'read_field': read input fields in different formats
     1%'read_field': read the fields from files in different formats (netcdf files, images, video)
    32%--------------------------------------------------------------------------
    43%  function [Field,ParamOut,errormsg] = read_field(FileName,FileType,ParamIn,num)
     
    1615%INPUT
    1716% FileName: name of the input file
    18 % FileType: type of file
    19 %     = netcdf : netcdf file
    20 %     = image : usual image as recognised by Matlab
    21 %     = multimage: image series stored in a single file
    22 %     = mmreader: movie read with mmreader
    23 %     = video: movie read with VideoReader (recent versions of Matlab)
    24 %     = vol: images representing scanned volume (images concatened in the y direction)
     17% FileType: type of file, as determined by the function get_file_type.m
    2518% ParamIn: movie object or Matlab structure of input parameters
    2619%     .FieldName: name (char string) of the input field (for Civx data)
     
    2922%     .Npx, .Npy: nbre of pixels along x and y (used for .vol input files)
    3023% num: frame number for movies
     24%
     25% see also read_image.m,read_civxdata.m,read_civdata.m,
    3126
    3227function [Field,ParamOut,errormsg] = read_field(FileName,FileType,ParamIn,num)
Note: See TracChangeset for help on using the changeset viewer.