Ignore:
Timestamp:
Mar 30, 2013, 11:34:27 AM (11 years ago)
Author:
sommeria
Message:

corrections done in civ

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/series/aver_stat.m

    r595 r596  
    55%%%%%%%%%%% GENERAL TO ALL SERIES ACTION FCTS %%%%%%%%%%%%%%%%%%%%%%%%%%%
    66%
    7 % This function is used in four modes by the GUI series:
    8 %           1) config GUI: with no input argument, the function determine the suitable GUI configuration
    9 %           2) interactive input: the function is used to interactively introduce input parameters, and then stops
    10 %           3) RUN: the function itself runs, when an appropriate input  structure Param has been introduced.
    11 %           4) BATCH: the function itself proceeds in BATCH mode, using an xml file 'Param' as input.
    12 %
    13 % This function is used in four modes by the GUI series:
    14 %           1) config GUI: with no input argument, the function determine the suitable GUI configuration
    15 %           2) interactive input: the function is used to interactively introduce input parameters, and then stops
    16 %           3) RUN: the function itself runs, when an appropriate input  structure Param has been introduced.
    17 %           4) BATCH: the function itself proceeds in BATCH mode, using an xml file 'Param' as input.
    18 %
    197%OUTPUT
    20 % GUI_input=list of options in the GUI series.fig needed for the function
     8% ParamOut: sets options in the GUI series.fig needed for the function
    219%
    2210%INPUT:
    2311% In run mode, the input parameters are given as a Matlab structure Param copied from the GUI series.
    2412% In batch mode, Param is the name of the corresponding xml file containing the same information
    25 % In the absence of input (as activated when the current Action is selected
    26 % in series), the function ouput GUI_input set the activation of the needed GUI elements
     13% when Param.Action.RUN=0 (as activated when the current Action is selected
     14% in series), the function ouput paramOut set the activation of the needed GUI elements
    2715%
    28 % Param contains the elements:(use the menu bar command 'export/GUI config' in series to see the current structure Param)
     16% Param contains the elements:(use the menu bar command 'export/GUI config' in series to
     17% see the current structure Param)
    2918%    .InputTable: cell of input file names, (several lines for multiple input)
    3019%                      each line decomposed as {RootPath,SubDir,Rootfile,NomType,Extension}
     
    3322%    .Action: .ActionName: name of the current activated function
    3423%             .ActionPath:   path of the current activated function
     24%             .ActionExt: fct extension ('.m', Matlab fct, '.sh', compiled   Matlab fct
     25%             .RUN =0 for GUI input, =1 for function activation
     26%             .RunMode='local','background', 'cluster': type of function  use
     27%             
    3528%    .IndexRange: set the file or frame indices on which the action must be performed
    3629%    .FieldTransform: .TransformName: name of the selected transform function
    3730%                     .TransformPath:   path  of the selected transform function
    38 %                     .TransformHandle: corresponding function handle
    3931%    .InputFields: sub structure describing the input fields withfields
    40 %              .FieldName: name of the field
     32%              .FieldName: name(s) of the field
    4133%              .VelType: velocity type
    4234%              .FieldName_1: name of the second field in case of two input series
    4335%              .VelType_1: velocity type of the second field in case of two input series
     36%              .Coord_y: name of y coordinate variable
     37%              .Coord_x: name of x coordinate variable
    4438%    .ProjObject: %sub structure describing a projection object (read from ancillary GUI set_object)
    4539%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Note: See TracChangeset for help on using the changeset viewer.