Ignore:
Timestamp:
Aug 13, 2014, 3:08:49 AM (10 years ago)
Author:
g7moreau
Message:
  • Update header OUPUT -> OUTPUT and so on...
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/fullfile_uvmat.m

    r809 r811  
    77%------------------------------------------------------------------------
    88% OUTPUT:
    9 % filename: string representing the full file name (including path)
    10 %------------------------------------------------------------------------
     9%  filename: string representing the full file name (including path)
     10%
    1111% INPUT:
    12 %RootPath: path to the base file
    13 %SubDir: name of the SubDirectory for netcdf files (relevant for NomTypes with index pairs 1-2 or ab )
    14 %RootFile: FileName without appendix
    15 %FileExt: file extension
    16 %NomType: char chain characterizing the file nomenclature, made as
     12%  RootPath: path to the base file
     13%  SubDir: name of the SubDirectory for netcdf files (relevant for NomTypes with index pairs 1-2 or ab )
     14%  RootFile: FileName without appendix
     15%  FileExt: file extension
     16%  NomType: char chain characterizing the file nomenclature, made as
    1717%   nom_type='': constant name [filebase ext] (default output if 'nom_type' is undefined)
    1818%   nom_type='*':constant name for a file representing a series (e.g. avi movie)
     
    2727%   nom_type='_1_ab','1_ab','01_ab'..., from pairs of '#' images
    2828%   (e.g.'aa045bc.nc'), ext='.nc'
    29 %i1: first number i
    30 %i2: second number i (only for .nc files)
    31 %j1: first number j
    32 %j2: second number j (only for .nc files)
    33 %------------------------------------------------------------------------
    34 %related functions:
    35 % fileparts_uvmat, num2stra, stra2num.
     29%  i1: first number i
     30%  i2: second number i (only for .nc files)
     31%  j1: first number j
     32%  j2: second number j (only for .nc files)
     33%
     34% RELATED FUNCTIONS:
     35%  fileparts_uvmat, num2stra, stra2num.
    3636
    3737%=======================================================================
Note: See TracChangeset for help on using the changeset viewer.