Closed FFFFFG-IGG closed 2 years ago
You can use InstrumentArcCalculate (or FunctionsCalculate) for this task. regards Torsten
You can use InstrumentArcCalculate (or FunctionsCalculate) for this task. regards Torsten
TXS for the help. But here comes a new question:I'd like to combine the snx position(instrument file resampled with 2880 epochs) with the ppp result(<=2880 epochs) on the column level. To execute the 'instrumentArcCalculate', the instrumentSynchronize need to be run first(make sure that their row number are the same), however, I found the time tag of epoch of ppp result and that of snx postion are not exact same(or differ a lot), which may lead the 'instrumentSynchronize' run in the wrong way. What should I do to synchronize the snx position instrument file and ppp result instrument file to may sure they have the same number of rows?
You could use Sinex2StationPosition and within the timeSeries option provide the ppp instrument file to create snx positions at already correct epochs which then can be easily columnwise merged with InstrumentArcCalculate. Another options is to adjust the margin within InstrumentSynchronize
You could use Sinex2StationPosition and within the timeSeries option provide the ppp instrument file to create snx positions at already correct epochs which then can be easily columnwise merged with InstrumentArcCalculate. Another options is to adjust the margin within InstrumentSynchronize
Thanks for you feedback!One more question, how can I concatenate multiple files in a convenient way(for example, concatenate years of instrument file)? Many thanks!!!
You can use InstrumentConcatenate as an example. Checkout issue #36 which has an elaborate explanation on how todo that.
Thanks, and I have sovled this problem.
Description
Hello, developers! I'd like to calculate the rms between the ppp results(position) and the IGS sinex solutions, and then plot them with plotGraph. However, it seems that plotGraph can only process matrix by column, and only one input is accessible. For above reasons, I'd like to combine the snx position and the ppp results on the column level(add the snx positons at the right side of the ppp result file epoch wise),which can be further processed in plotGraph(for rms calculation). And I've tried InstrumentConcatenate and found it can only combine the row of multiple files, which can not reach my purpose. So could you give me some suggestion for concatenate files on the column level by using groops?(or some clues of calculating rms between ppp results and IGS sinex position)? Many thanks!
GROOPS version
No response
Operating systems
Log output
No response