forked from amforte/Topographic-Analysis-Kit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathContents.m
82 lines (82 loc) · 2.05 KB
/
Contents.m
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
% Topographic-Analysis-Kit (TAK)
% Version 1.1.0 9-Sep-2019
%
% These are a series of MATLAB functions that build upon the functionality
% of TopoToolbox [https://github.com/wschwanghart/topotoolbox]. Each function
% contains a header with basic functionality info along with expected inputs
% and possible outputs. See the included manual for additional information
% on tool functionality and discussion of underlying methodology.
%
% If you encounter errors or have suggestions please contact:
%
% Adam M. Forte
% aforte8 'at' lsu.edu
%
% Paper documenting the tools is now published in ESurf:
% Forte, A.M., Whipple, K.X., 2019, Short communication:
% The Topographic Analysis Kit (TAK) for TopoToolbox,
% Earth Surface Dynamics, v. 7, p. 87-95,
% DOI: 10.5194/esurf-7-87-2019.
%
% URL: https://www.earth-surf-dynam.net/7/87/2019/esurf-7-87-2019.html
%
% If you use or modify these tools for use in a publication, please
% cite the above paper.
%
% Required MATLAB Toolbox list:
%
% Image Processing Toolbox
% Mapping Toolbox
% Statistics and Machine Learning Toolbox
% Curve Fitting Toolbox
% Optimization Toolbox
% Parallel Computing Toolbox
%
% If you do not have all the required toolboxes (can check with
% CheckTAKDependencies), consider using the compiled versions.
%
% To fully utilize all of TAK, it is recommended that you have
% at least MATLAB 2018a installed.
%
% Function List:
%
% AutoKsnProfiler
% Basin2Raster
% Basin2Shape
% BasinPicker
% BasinStatsPlots
% BestFitSmallCircle
% CatPoly2GRIDobj
% CheckTAKDepedencies
% ClassifyKnicks
% CompileBasinStats
% ConditionDEM
% CrossSwath
% DippingBedFinder
% EroGrid
% FindBasinKnicks
% FindCentroid
% FindThreshold
% HackRelationship
% InspectJunction
% JunctionAngle
% JunctionLinks
% KsnChiBatch
% ksncolor
% KsnProfiler
% MakeCombinedSwath
% MakeSerialSwath
% MakeStreams
% MakeTopoSwath
% Mat2Arc
% PlotIndividualBasins
% ProcessRiverBasins
% ProjectedIncision
% ProjectGPSOntoSwath
% ProjectOntoSwath
% ProjectSmallCircleOntoSwath
% RemoveFlats
% SegmentPicker
% SegmentPlotter
% SegmentProjector
% SubDivideBigBasins