Changes between Version 95 and Version 96 of UvmatHelp
- Timestamp:
- May 3, 2014, 6:58:02 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UvmatHelp
v95 v96 48 48 Each of the graphic elements (''uicontrols'') is described by a ''tag name'', which can be displayed by moving the mouse over it: a tool tip window appears with the tag name followed by a short help description. The element tag and content can be also displayed in a zoom window, and possibly edited there, by a right hand mouse selection on the element. As a rule, tag names for checkboxes begins by 'Check', while tags of elements with numerical content begins by ''num_''. 49 49 50 The red pushbuttons command the main actions. The color of pushbuttons or other elements turns to yellow while their ''callback function'' (the function launched by pressing the button) is active. The magenta color is used to indicate that the button needs to be activated for refreshing the input (after editing the GUI). Green buttons correspond to the command of ancillary actions. 50 The red pushbuttons command the main actions. The color of pushbuttons or other elements turns to yellow while their ''callback function'' (the function launched by pressing the button) is active. The magenta color is used to indicate that the button needs to be activated for refreshing the input (after editing the GUI). Green buttons correspond to the command of ancillary actions. 51 51 52 52 [[Image(help_1.jpg)]] … … 350 350 In summary, the ''field structure'' is specified by the following elements: 351 351 352 * (optional) '''! !!!!!!ListGlobalAttribute:''' list (cell array of character strings) of the names of global attributes Att_1, Att_2...353 * (mandatory) '''! !!!!!!ListVarName:''' list of the variable names Var_1, Var_2....(cell array of character strings).354 * (mandatory) '''! !!!!!!VarDimName:''' list of the dimensions associated with each variable: this is a cell array whose number of element is equal to that of '''ListVarName'''. Each element is the dimension name for a unidimensional variable, or a cell array specifying the list of dimension names for a multidimensional variable.355 * (optional) '''! !!!!!!VarAttribute:''' cell array of structures of the form !VarAttribute{ivar}.key=value, defining an attribute tag name and value for the variable #ivar (variable number in the list !ListVarName]).352 * (optional) '''!ListGlobalAttribute:''' list (cell array of character strings) of the names of global attributes Att_1, Att_2... 353 * (mandatory) '''!ListVarName:''' list of the variable names Var_1, Var_2....(cell array of character strings). 354 * (mandatory) '''!VarDimName:''' list of the dimensions associated with each variable: this is a cell array whose number of element is equal to that of '''ListVarName'''. Each element is the dimension name for a unidimensional variable, or a cell array specifying the list of dimension names for a multidimensional variable. 355 * (optional) '''!VarAttribute:''' cell array of structures of the form !VarAttribute{ivar}.key=value, defining an attribute tag name and value for the variable #ivar (variable number in the list !ListVarName]). 356 356 * .Att_1, Att_2... : values of the listed global attributes. 357 357 * .Var_1, .Var_2...: variables arrays whose names are listed in !ListVarName. … … 359 359 In some cases, it is useful to define the field object independently from its data content. Then the variables .Var1... are replaced by the lists of dimension names and values. 360 360 361 * '''! !!!!!!ListDimName:''' list of dimension names (cell array of character strings)362 * '''! !!!!!!DimValue:''' array of dimension values corresponding to !LisDimName.361 * '''!ListDimName:''' list of dimension names (cell array of character strings) 362 * '''!DimValue:''' array of dimension values corresponding to !LisDimName. 363 363 364 364 The following temporary information is added to manage projection and field substraction oerations, which must be done in general after projection: