Changeset 8662


Ignore:
Timestamp:
06/17/11 17:33:11 (14 years ago)
Author:
Mathieu Morlighem
Message:

moved expmaster.m to exptool.m

Location:
issm/trunk/src/m/utils/Exp
Files:
13 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/utils/Exp/expdoc.m

    r2607 r8662  
    2727disp('     explink: takes a domain outline made of various segments, and links them together in one domain outline. Use expview to see end result');
    2828disp('            usage: explink(domainoutline,minthreshold,step)');
    29 disp('     expmaster: allows the user to create, close, merge, remove,... Argus files and save the result in newfile');
    30 disp('            usage: expmaster(newfile,[oldfile1],[oldfile2],[oldfile3],[...]');
     29disp('     exptool: allows the user to create, close, merge, remove,... Argus files and save the result in newfile');
     30disp('            usage: exptool(newfile,[oldfile1],[oldfile2],[oldfile3],[...]');
    3131disp('     expread: reads an Argus file and build a structure that holds all the information of the file');
    3232disp('            usage: expread(file,close_flag)');
  • issm/trunk/src/m/utils/Exp/manipulation/addcontour.m

    r5088 r8662  
    22%ADDCONTOUR - add a closed contour
    33%
    4 %   this script is used by expmaster as an elementary operation
     4%   this script is used by exptool as an elementary operation
    55%   on an ARGUS profile
    66%
  • issm/trunk/src/m/utils/Exp/manipulation/addendprofile.m

    r5088 r8662  
    22%ADDENDPROFILE - add point at the end of a n existing profile
    33%
    4 %   this script is used by expmaster as an elementary operation
     4%   this script is used by exptool as an elementary operation
    55%   on an ARGUS profile
    66%
  • issm/trunk/src/m/utils/Exp/manipulation/addinsideprofile.m

    r5088 r8662  
    22%ADDINSIDEPROFILE - add apoint inside a profile
    33%
    4 %   this script is used by expmaster as an elementary operation
     4%   this script is used by exptool as an elementary operation
    55%   on an ARGUS profile
    66%
  • issm/trunk/src/m/utils/Exp/manipulation/addprofile.m

    r5088 r8662  
    22%ADDPROFILE - add a profile
    33%
    4 %   this script is used by expmaster as an elementary operation
     4%   this script is used by exptool as an elementary operation
    55%   on an ARGUS profile
    66%
  • issm/trunk/src/m/utils/Exp/manipulation/closeprofile.m

    r5088 r8662  
    22%CLOSEPROFILE - close one or several profile
    33%
    4 %   this script is used by expmaster as an elementary operation
     4%   this script is used by exptool as an elementary operation
    55%   on an ARGUS profile
    66%
  • issm/trunk/src/m/utils/Exp/manipulation/cutarea.m

    r5088 r8662  
    33%
    44%
    5 %   this script is used by expmaster as an elementary operation
     5%   this script is used by exptool as an elementary operation
    66%   on an ARGUS profile. The user must click 3 times to select the
    77%   area to be removed. Twice to select the tips and one to select
  • issm/trunk/src/m/utils/Exp/manipulation/cutprofile.m

    r5088 r8662  
    22%CUTPROFILE - cut a profile
    33%
    4 %   this script is used by expmaster as an elementary operation
     4%   this script is used by exptool as an elementary operation
    55%   on an ARGUS profile
    66%
  • issm/trunk/src/m/utils/Exp/manipulation/mergeprofiles.m

    r5088 r8662  
    22%MERGEPROFILES - merge profiles
    33%
    4 %   this script is used by expmaster as an elementary operation
     4%   this script is used by exptool as an elementary operation
    55%   on an ARGUS profile. The user must select the two tips that
    66%   he/she wants to merge
  • issm/trunk/src/m/utils/Exp/manipulation/modifyposition.m

    r5088 r8662  
    22%MODIFYPOSITION - modify the prosition of a point of a profile
    33%
    4 %   this script is used by expmaster as an elementary operation
     4%   this script is used by exptool as an elementary operation
    55%   on an ARGUS profile
    66%
  • issm/trunk/src/m/utils/Exp/manipulation/removepoints.m

    r5088 r8662  
    22%REMOVEPOINTS - remove a point from a profile
    33%
    4 %   this script is used by expmaster as an elementary operation
     4%   this script is used by exptool as an elementary operation
    55%   on an ARGUS profile
    66%
  • issm/trunk/src/m/utils/Exp/manipulation/removeprofile.m

    r5088 r8662  
    22%REMOVEPROFILE - delete a profile
    33%
    4 %   this script is used by expmaster as an elementary operation
     4%   this script is used by exptool as an elementary operation
    55%   on an ARGUS profile
    66%
  • issm/trunk/src/m/utils/Exp/manipulation/removeseveralpoints.m

    r5088 r8662  
    22%REMOVESEVERALPOINTS - remove several point
    33%
    4 %   this script is used by expmaster as an elementary operation
     4%   this script is used by exptool as an elementary operation
    55%   on an ARGUS profile
    66%
Note: See TracChangeset for help on using the changeset viewer.