goGPS-Project/goGPS_MATLAB

Error when using PPP

needhelp-proj opened this issue · 1 comments

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

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