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/merge_proj.m

    r595 r596  
    33% function ParamOut=merge_proj(Param)
    44%------------------------------------------------------------------------
    5 
    65%%%%%%%%%%% GENERAL TO ALL SERIES ACTION FCTS %%%%%%%%%%%%%%%%%%%%%%%%%%%
    76%
    8 % This function is used in four modes by the GUI series:
    9 %           1) config GUI: with no input argument, the function determine the suitable GUI configuration
    10 %           2) interactive input: the function is used to interactively introduce input parameters, and then stops
    11 %           3) RUN: the function itself runs, when an appropriate input  structure Param has been introduced.
    12 %           4) BATCH: the function itself proceeds in BATCH mode, using an xml file 'Param' as input.
    13 %
    14 % This function is used in four modes by the GUI series:
    15 %           1) config GUI: with no input argument, the function determine the suitable GUI configuration
    16 %           2) interactive input: the function is used to interactively introduce input parameters, and then stops
    17 %           3) RUN: the function itself runs, when an appropriate input  structure Param has been introduced.
    18 %           4) BATCH: the function itself proceeds in BATCH mode, using an xml file 'Param' as input.
    19 %
    207%OUTPUT
    21 % 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
    229%
    2310%INPUT:
    2411% In run mode, the input parameters are given as a Matlab structure Param copied from the GUI series.
    2512% In batch mode, Param is the name of the corresponding xml file containing the same information
    26 % In the absence of input (as activated when the current Action is selected
    27 % 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
    2815%
    29 % 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)
    3018%    .InputTable: cell of input file names, (several lines for multiple input)
    3119%                      each line decomposed as {RootPath,SubDir,Rootfile,NomType,Extension}
     
    3422%    .Action: .ActionName: name of the current activated function
    3523%             .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%             
    3628%    .IndexRange: set the file or frame indices on which the action must be performed
    3729%    .FieldTransform: .TransformName: name of the selected transform function
    3830%                     .TransformPath:   path  of the selected transform function
    39 %                     .TransformHandle: corresponding function handle
    4031%    .InputFields: sub structure describing the input fields withfields
    41 %              .FieldName: name of the field
     32%              .FieldName: name(s) of the field
    4233%              .VelType: velocity type
    4334%              .FieldName_1: name of the second field in case of two input series
    4435%              .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
    4538%    .ProjObject: %sub structure describing a projection object (read from ancillary GUI set_object)
    4639%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Note: See TracChangeset for help on using the changeset viewer.