TUW-VieVS / raPPPid

The Precise Point Positioning (PPP) module of the Vienna VLBI and Satellite Software (VieVS PPP): raPPPid
GNU General Public License v3.0
88 stars 30 forks source link

'PARAMETERS' can't be found #3

Closed hshsjjjeueu closed 1 year ago

hshsjjjeueu commented 1 year ago

错误使用 save 由于 'PARAMETERS' 不存在,无法创建 'default.mat'。

出错 GUI_PPP>GUI_PPP_OpeningFcn (第 102 行) save(defaultParamFilename, 'parameters') % save variable settings into file

出错 gui_mainfcn (第 220 行) feval(gui_State.gui_OpeningFcn, gui_hFigure, [], guidata(gui_hFigure), varargin{:});

出错 GUI_PPP (第 28 行) gui_mainfcn(gui_State, varargin{:});

mfglaner commented 1 year ago

In this line, the default parameters of the GUI are saved to WORK/PARAMETERS/default.mat. My guess is that you have changed the folder structure of raPPPid and the folder WORK/PARAMETERS/ does not exist. Please keep the folder structure of raPPPid to avoid errors. Alternatively, you can try to comment out this line. I will include a validation if the folder exists in the next release.

hshsjjjeueu commented 1 year ago

Thank you for your advice whicle had solved my question.But I have another question。 When I come out of results, I found that the accuracy of  the float is higher than the accuracy of the fixed,which is unresonable。Will it is realvant to the bias? Because settings_summary.txt  doesn't occurs Phase bias. I will appreciate it very match if you give me a reply as soon as possible.

Min @.***

 

------------------ 原始邮件 ------------------ 发件人: "TUW-VieVS/raPPPid" @.>; 发送时间: 2023年7月31日(星期一) 下午3:41 @.>; @.**@.>; 主题: Re: [TUW-VieVS/raPPPid] 'PARAMETERS' can't be found (Issue #3)

Closed #3 as completed.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

mfglaner commented 1 year ago

You can not fix phase ambiguities in PPP without suitable phase biases. Please consider using a parameter file provided within the raPPPid package or check the raPPPid wiki for processing examples.