Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

实现单天多站的批量处理? #31

Open
1305583364 opened this issue May 22, 2020 · 1 comment
Open

实现单天多站的批量处理? #31

1305583364 opened this issue May 22, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@1305583364
Copy link

目前看到当前版本实现的是单天单个站点的处理,软件实现的数据和产品下载的过程中,是建立单个站点的产品,数据的文件夹。如何实现单天多个站点的处理,以及多天多个站点的处理?

@XiaoGongWei
Copy link
Owner

XiaoGongWei commented May 22, 2020

由于MG-APP设计是单个测站(单个o文件)下载对应的产品。当处理一天观测的很多观测数据时候,产品是相同的,如果还去逐个下载产品就会造成网络资源以及下载时间的浪费。因此需要在代码中指定产品,然后在界面选择多个测站所在文件夹,点击Run(Batch)按钮即可。更改代码如下:
//// The same product was used to process the same day of observations
// Sp3FileNamesList.clear();
// Sp3FileNamesList << "D:/Testdata/ABMF0020/gbm19821.sp3"
// << "D:/Testdata/ABMF0020/gbm19822.sp3"
// << "D:/Testdata/ABMF0020/gbm19823.sp3";
// ClkFileNamesList.clear();
// ClkFileNamesList << "D:/Testdata/ABMF0020/gbm19821.clk"
// << "D:/Testdata/ABMF0020/gbm19822.clk"
// << "D:/Testdata/ABMF0020/gbm19823.clk";
// erpFile = "D:/Testdata/ABMF0020/igs19827.erp";
123

然后在界面选择选择多个O文件所在的目录,点击Run(Batch)按钮即可。注意:产品要和观测文件时间对应。
2

1

等待批处理完成后,每个测站的计算结果将会保存在allStations文件夹。

@XiaoGongWei XiaoGongWei added the enhancement New feature or request label May 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants