Changeset 812


Ignore:
Timestamp:
Aug 13, 2014, 3:23:50 AM (10 years ago)
Author:
g7moreau
Message:
  • Format header
Location:
trunk/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ListDir.m

    r809 r812  
    55%
    66% OUTPUT:
    7 % ListDevices: list of Devices
    8 % ListRecords: list of records
    9 % ListXml: list of xml file names
    10 % List: structure representing the tree structure
     7%  ListDevices: list of Devices
     8%  ListRecords: list of records
     9%  ListXml: list of xml file names
     10%  List: structure representing the tree structure
    1111%
    12 %INPUT
    13 % CurrentPath: full name (including path) to the input campaign (or subcampaign), we assume that
     12% INPUT:
     13%  CurrentPath: full name (including path) to the input campaign (or subcampaign), we assume that
    1414%          data are organised as (sub)campaign/Experiment/Device/(Record/)/file .xml
    15 % ListExperiments: list of experiments to scan (cell of names)
    16 % ListDevices_in: list of devices to scan (cell of names)
    17 % ListRecords_in: list of records to scan (cell of names)
     15%  ListExperiments: list of experiments to scan (cell of names)
     16%  ListDevices_in: list of devices to scan (cell of names)
     17%  ListRecords_in: list of records to scan (cell of names)
    1818
    1919%=======================================================================
  • trunk/src/set_field_list.m

    r809 r812  
    44%
    55% OUTPUT:
    6 % FieldList: list (cell column) of the fields to propose in the menu FieldName
    7 % VecColorList: list (cell column) of the fields to propose in the menu for vector color
     6%  FieldList: list (cell column) of the fields to propose in the menu FieldName
     7%  VecColorList: list (cell column) of the fields to propose in the menu for vector color
    88%
    99% INPUT:
    10 % UName: name of the x vector component
    11 % VName: name of the y vector component
    12 % CName: name of an additional scalar for color
     10%  UName: name of the x vector component
     11%  VName: name of the y vector component
     12%  CName: name of an additional scalar for color
    1313%
    14 % FUNCTION related
    15 % varname_generator.m: determines the field names to read in the netcdf
    16 % file, depending on the scalar
     14% RELATED FUNCTIONS:
     15%  varname_generator.m: determines the field names to read in the netcdf
     16%  file, depending on the scalar
    1717
    1818%=======================================================================
  • trunk/src/uvmat.m

    r809 r812  
    33% function huvmat=uvmat(input)
    44%
    5 %OUTPUT
    6 % huvmat=current handles of the GUI uvmat.fig
    7 %%
     5% OUTPUT
     6%  huvmat=current handles of the GUI uvmat.fig
    87%
    9 %INPUT:
    10 % input: input file name (if character chain), or input image matrix to
    11 % visualize, or Matlab structure representing  netcdf fieldname (with fieldname
    12 % ListVarName....)
     8% INPUT:
     9%  input: input file name (if character chain), or input image matrix to
     10%  visualize, or Matlab structure representing  netcdf fieldname (with fieldname
     11%  ListVarName....)
    1312
    1413%=======================================================================
Note: See TracChangeset for help on using the changeset viewer.