"Not complete" warning in GnssSimulateReceiver #182
-
I am getting this error when trying to simulate the Galileo observation for a static receiver, using GnssSimulateReceiver: Any idea about the warning "not complete" (I am using the same wildcard included in the GnssType description). Moreover I would like to know if it is necessary to specify the parametrization (I assume a default parametrization is defined) and if the preprocessing section in the receiver is silently ignored (I assume it is, I see no reason to preprocess simulated data). With Kind Regards |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Hi, In the simulation case, you must specify all observation types in detail. Wildcards are not meaningful here. E.g. C1CG, C1WG, L1CG, L2WG for GPS. Preprocessing considers only elevationCutOff and elevationTrackMinimum. Parametrization can be set up to simulate troposphere delays and apriori signalBiases and in future apriori ionospheric delays (not implemented at the moment). regards |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Hi, Ok, GnssSimulateReceiver is not very well documented and not easy to use. GROOPS only works with receivers with at least two frequencies to determine the STEC. It discards all observations without at least two code and two phase observations at different frequencies each. Torsten |
Beta Was this translation helpful? Give feedback.
Hi,
Ok, GnssSimulateReceiver is not very well documented and not easy to use.
GROOPS only works with receivers with at least two frequencies to determine the STEC. It discards all observations without at least two code and two phase observations at different frequencies each.
Torsten