Changeset 8662
- Timestamp:
- 06/17/11 17:33:11 (14 years ago)
- Location:
- issm/trunk/src/m/utils/Exp
- Files:
-
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/utils/Exp/expdoc.m
r2607 r8662 27 27 disp(' explink: takes a domain outline made of various segments, and links them together in one domain outline. Use expview to see end result'); 28 28 disp(' usage: explink(domainoutline,minthreshold,step)'); 29 disp(' exp master: allows the user to create, close, merge, remove,... Argus files and save the result in newfile');30 disp(' usage: exp master(newfile,[oldfile1],[oldfile2],[oldfile3],[...]');29 disp(' exptool: allows the user to create, close, merge, remove,... Argus files and save the result in newfile'); 30 disp(' usage: exptool(newfile,[oldfile1],[oldfile2],[oldfile3],[...]'); 31 31 disp(' expread: reads an Argus file and build a structure that holds all the information of the file'); 32 32 disp(' usage: expread(file,close_flag)'); -
issm/trunk/src/m/utils/Exp/manipulation/addcontour.m
r5088 r8662 2 2 %ADDCONTOUR - add a closed contour 3 3 % 4 % this script is used by exp masteras an elementary operation4 % this script is used by exptool as an elementary operation 5 5 % on an ARGUS profile 6 6 % -
issm/trunk/src/m/utils/Exp/manipulation/addendprofile.m
r5088 r8662 2 2 %ADDENDPROFILE - add point at the end of a n existing profile 3 3 % 4 % this script is used by exp masteras an elementary operation4 % this script is used by exptool as an elementary operation 5 5 % on an ARGUS profile 6 6 % -
issm/trunk/src/m/utils/Exp/manipulation/addinsideprofile.m
r5088 r8662 2 2 %ADDINSIDEPROFILE - add apoint inside a profile 3 3 % 4 % this script is used by exp masteras an elementary operation4 % this script is used by exptool as an elementary operation 5 5 % on an ARGUS profile 6 6 % -
issm/trunk/src/m/utils/Exp/manipulation/addprofile.m
r5088 r8662 2 2 %ADDPROFILE - add a profile 3 3 % 4 % this script is used by exp masteras an elementary operation4 % this script is used by exptool as an elementary operation 5 5 % on an ARGUS profile 6 6 % -
issm/trunk/src/m/utils/Exp/manipulation/closeprofile.m
r5088 r8662 2 2 %CLOSEPROFILE - close one or several profile 3 3 % 4 % this script is used by exp masteras an elementary operation4 % this script is used by exptool as an elementary operation 5 5 % on an ARGUS profile 6 6 % -
issm/trunk/src/m/utils/Exp/manipulation/cutarea.m
r5088 r8662 3 3 % 4 4 % 5 % this script is used by exp masteras an elementary operation5 % this script is used by exptool as an elementary operation 6 6 % on an ARGUS profile. The user must click 3 times to select the 7 7 % area to be removed. Twice to select the tips and one to select -
issm/trunk/src/m/utils/Exp/manipulation/cutprofile.m
r5088 r8662 2 2 %CUTPROFILE - cut a profile 3 3 % 4 % this script is used by exp masteras an elementary operation4 % this script is used by exptool as an elementary operation 5 5 % on an ARGUS profile 6 6 % -
issm/trunk/src/m/utils/Exp/manipulation/mergeprofiles.m
r5088 r8662 2 2 %MERGEPROFILES - merge profiles 3 3 % 4 % this script is used by exp masteras an elementary operation4 % this script is used by exptool as an elementary operation 5 5 % on an ARGUS profile. The user must select the two tips that 6 6 % he/she wants to merge -
issm/trunk/src/m/utils/Exp/manipulation/modifyposition.m
r5088 r8662 2 2 %MODIFYPOSITION - modify the prosition of a point of a profile 3 3 % 4 % this script is used by exp masteras an elementary operation4 % this script is used by exptool as an elementary operation 5 5 % on an ARGUS profile 6 6 % -
issm/trunk/src/m/utils/Exp/manipulation/removepoints.m
r5088 r8662 2 2 %REMOVEPOINTS - remove a point from a profile 3 3 % 4 % this script is used by exp masteras an elementary operation4 % this script is used by exptool as an elementary operation 5 5 % on an ARGUS profile 6 6 % -
issm/trunk/src/m/utils/Exp/manipulation/removeprofile.m
r5088 r8662 2 2 %REMOVEPROFILE - delete a profile 3 3 % 4 % this script is used by exp masteras an elementary operation4 % this script is used by exptool as an elementary operation 5 5 % on an ARGUS profile 6 6 % -
issm/trunk/src/m/utils/Exp/manipulation/removeseveralpoints.m
r5088 r8662 2 2 %REMOVESEVERALPOINTS - remove several point 3 3 % 4 % this script is used by exp masteras an elementary operation4 % this script is used by exptool as an elementary operation 5 5 % on an ARGUS profile 6 6 %
Note:
See TracChangeset
for help on using the changeset viewer.