amforte / Topographic-Analysis-Kit

Set of matlab based tools for topographic analysis, built on top of TopoToolbox.
GNU General Public License v3.0
42 stars 35 forks source link

Segment Picker Does Not Output #35

Open kkwedell opened 4 years ago

kkwedell commented 4 years ago

Running into errors in segment picker. It then does not output the STREAMobj or 'PickedSegements_*.mat'.

Errors

Error in SegmentPicker>sa (line 1289) gn=smooth(gn,3);

Error in SegmentPicker (line 1028) [bs,ba,aa,ag]=sa(DEMc,trunk(Sn),A,bin_size);

amforte commented 4 years ago

Can you send additional details? Was this the only error text it displayed? What was the input that you gave it? Have you run 'CheckTAKDependencies' to make sure you have all of the required toolboxes (smooth is in the 'Curve Fitting' toolbox).

hitander commented 3 years ago

Hi, After loading .mat file of DEM in GUI, I ran 'Segment Picker'. The output was in vector format where used 'Brush/Select Data' for selecting stream segments. Segments were selected (marked in red). My question is 'how do I make mat file containing StreamOBJs after selecting segments.' I cannot find further step to proceed. Issue

Help would be appreciated. Thanks.