dbekaert / StaMPS

Stanford Method for Persistent Scatterers
http://homepages.see.leeds.ac.uk/~earahoo/stamps/
GNU General Public License v3.0
229 stars 121 forks source link

Move file error #2

Closed vakhtanov closed 6 years ago

vakhtanov commented 6 years ago

When I run stamps(1,1) on win64, get error in line 462 - somesing like "file is busy, cannot get access". Repair problem by addin in line 129 string - fclose(fid)

dbekaert commented 6 years ago

Based on the provided message we cannot help much. Line 462 in stamps.m is already step 5. Please provide more information or include the full error message from matlab as it will detail the nested set of lines and subprograms of the error message.

vakhtanov commented 6 years ago

error It is printscrin of error.

dbekaert commented 6 years ago

It looks like we did not do a fclose on the patch list in a loop when it found it. Try again with the current git version.

vakhtanov commented 6 years ago

Now it works. Thanck you!