Error in StaMPS - step 4 (stamps(4,4))

Hello everyone! I have this error when running stamps(4,4)

and here’s the code.

stamps(4,4)

########################################
######## StaMPS/MTI Version 3.3 ########
######## Beta version, Sep 2013 ########
########################################

Processing current directory only...
STAMPS: 
Processing PATCH /home/admin_/Documents/data/PATCH_1
psver currently: 1
psver now set to: 1

########################################
############ StaMPS Step 4 #############
########################################

PS_WEED: Starting
PS_WEED: Weeding selected pixels...
GETPARM: weed_time_win=730 
GETPARM: weed_standard_dev=1 
GETPARM: weed_max_noise=Inf 
GETPARM: weed_zero_elevation='n'
GETPARM: weed_neighbours='n'
GETPARM: small_baseline_flag='n'
PS_WEED: 0 low D_A PS, 0 high D_A PS

step_name =

DROP NOISY

Opening psweed.1.node.
Error:  Input must have at least three input vertices.
Error using fgets
Invalid file identifier. Use fopen to generate a valid file identifier.

Error in fgetl (line 33)
[tline,lt] = fgets(fid);

Error in ps_weed (line 287)
    header=str2num(fgetl(fid));

Error in stamps (line 174)
            ps_weed;
1 Like

I’ve solved it yet, just download the newest version in github.

1 Like