Changeset 812
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ListDir.m
r809 r812 5 5 % 6 6 % OUTPUT: 7 % ListDevices: list of Devices8 % ListRecords: list of records9 % ListXml: list of xml file names10 % List: structure representing the tree structure7 % ListDevices: list of Devices 8 % ListRecords: list of records 9 % ListXml: list of xml file names 10 % List: structure representing the tree structure 11 11 % 12 % INPUT13 % CurrentPath: full name (including path) to the input campaign (or subcampaign), we assume that12 % INPUT: 13 % CurrentPath: full name (including path) to the input campaign (or subcampaign), we assume that 14 14 % 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) 18 18 19 19 %======================================================================= -
trunk/src/set_field_list.m
r809 r812 4 4 % 5 5 % OUTPUT: 6 % FieldList: list (cell column) of the fields to propose in the menu FieldName7 % VecColorList: list (cell column) of the fields to propose in the menu for vector color6 % 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 8 8 % 9 9 % INPUT: 10 % UName: name of the x vector component11 % VName: name of the y vector component12 % CName: name of an additional scalar for color10 % UName: name of the x vector component 11 % VName: name of the y vector component 12 % CName: name of an additional scalar for color 13 13 % 14 % FUNCTION related15 % varname_generator.m: determines the field names to read in the netcdf16 % file, depending on the scalar14 % RELATED FUNCTIONS: 15 % varname_generator.m: determines the field names to read in the netcdf 16 % file, depending on the scalar 17 17 18 18 %======================================================================= -
trunk/src/uvmat.m
r809 r812 3 3 % function huvmat=uvmat(input) 4 4 % 5 %OUTPUT 6 % huvmat=current handles of the GUI uvmat.fig 7 %% 5 % OUTPUT 6 % huvmat=current handles of the GUI uvmat.fig 8 7 % 9 % INPUT:10 % input: input file name (if character chain), or input image matrix to11 % visualize, or Matlab structure representing netcdf fieldname (with fieldname12 % 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....) 13 12 14 13 %=======================================================================
Note: See TracChangeset
for help on using the changeset viewer.