goGPS-Project / goGPS_MATLAB

goGPS MATLAB is an advanced GNSS observation processing software.
http://gogps-project.github.io/
275 stars 155 forks source link

Error when using PPP #101

Open needhelp-proj opened 3 years ago

needhelp-proj commented 3 years ago

I encounter the following problem, when trying to use the PPP method.

MESSAGE: Dot indexing is not supported for variables of this type.


file: "C:\Users\Josianne\goGPS_MATLAB\source\obj\utils\GPS_Time.m" line: 1977 fun: GPS_Time.minus

file: "C:\Users\Josianne\goGPS_MATLAB\source\obj\Receiver_Work_Space.m" line: 1572 fun: Receiver_Work_Space.remBad

file: "C:\Users\Josianne\goGPS_MATLAB\source\obj\Receiver_Work_Space.m" line: 10739 fun: Receiver_Work_Space.preProcessing

file: "C:\Users\Josianne\goGPS_MATLAB\source\obj\Command_Interpreter.m" line: 1846 fun: Command_Interpreter.runPrePro   

file: "C:\Users\Josianne\goGPS_MATLAB\source\obj\Command_Interpreter.m"    line: 1486    fun: Command_Interpreter.exec  

file: "C:\Users\Josianne\goGPS_MATLAB\source\obj\Command_Interpreter.m"    line: 1347    fun: Command_Interpreter.exec

file: "C:\Users\Josianne\goGPS_MATLAB\source\obj\Core.m"    line: 1171    fun: Core.exec   

file: "C:\Users\Josianne\goGPS_MATLAB\source\obj\Core.m"    line: 1153    fun: Core.go   

file: "C:\Users\Josianne\goGPS_MATLAB\source\goGPS.m"    line: 119    fun: goGPS   

file: "C:\Users\Josianne\goGPS_MATLAB\source\obj\GUI\GUI_Inspector.m"   line: 1632    fun: GUI_Inspector.onRunGoGPS   

file: "C:\Users\Josianne\goGPS_MATLAB\source\obj\GUI\GUI_Inspector.m"    line: 248   fun: @(varargin)this.onRunGoGPS(varargin{:})]

And the complet log-file:

goGPS_run_GNSS_PPP_goGPS_20210525_101336.log

Help would be appreciated.

Best regards

tagliagiulio commented 3 years ago

Hi needhelp-proj The error you got, was probably caused by paths with spaces under Windows system. It should have been solved in the last commit called "dealing with spaces on Windows". Best regards