StaMPS-Visualizer, SNAP-StaMPS Workflow

Hello all,

Does anyone know how to generate incidence angle for PS points in STaMPS algorithm? I can find just mean_incidence angle, but I need for every PS points.

Dear Suribabu
did you understand how to create the input data for GBIS? I am working with SNAP and I’m going to use GBIS in future but i have some question about the input data for GBIS and how can i get the data from SNAP.

What should I do when this happens while I am processing in RStudio? Would you mind suggesting a solution, please? I truly appreciate it.

Hello, I encountered the same error. Could you please tell me how you solved it?

Error: Error installing package ‘rgdal’:

* installing *source* package ‘rgdal’ 

** using staged installation
configure: R_HOME: /usr/lib/R
configure: CC: gcc-10
configure: CXX: g+±10
configure: CFLAGS: -g -O2 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffile-prefix-map=/build/r-base-FPSnzf/r-base-4.3.3=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fdebug-prefix-map=/build/r-base-FPSnzf/r-base-4.3.3=/usr/src/r-base-4.3.3-2build2 -Wdate-time -D_FORTIFY_SOURCE=3
configure: CPPFLAGS:
configure: CXXFLAGS: -g -O2 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffile-prefix-map=/build/r-base-FPSnzf/r-base-4.3.3=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fdebug-prefix-map=/build/r-base-FPSnzf/r-base-4.3.3=/usr/src/r-base-4.3.3-2build2 -Wdate-time -D_FORTIFY_SOURCE=3

were you able to fix that issue? Im having the same problem.

@Tome: Try to install Rgal using
install.packages(“rgdal”,repos=“http://R-Forge.R-project.org”) That solution doesnt work ether

Hello All, I am running StaMPS 4.1 and get an error when I try to create a new time-series point using the ps_plot(...,'ts') interface. When I click the “new TS plot” button, MATLAB throws this error:

Error using matlab.ui.internal.controller

Index exceeds array bounds.
Error in ts_plot (line 19)
radiusfactor = radiusfactor(1);

From the code, the radius factor is obtained from the editable text box:

radiusfactor = str2num(char(get(mEditBox,‘String’)));
radiusfactor = radiusfactor(1);

Any suggestions would be greatly appreciated!!!

Hello @Lucky112004. I encountered the same problem. Have you found a solution to this error?