GnssSignalBias2SinexBias
Convert GNSS signal biases from GROOPS format to IGS SINEX Bias format.
Biases can be provided via transmitterBiases and/or receiverBiases.
Phase biases without attribute (e.g. L1*
) are automatically expanded so each code
bias has a corresponding phase bias
(Example: C1C
, C1W
, L1*
are converted to C1C
, C1W
, L1C
, L1W
).
Time-variable biases (e.g. GPS L5 satellite phase bias) can be provided via timeVariableBias. Their time span will be based on the provided epochs ($t \pm \Delta t / 2$). The slope of the bias can be optionally provided in the second data column.
If GLONASS receiver biases depend on frequency number, those must be defined in inputfileTransmitterInfo to get the correct PRN/SVN assignment to the biases.
See IGS SINEX Bias format description for further details on header information.
See also GnssSinexBias2SignalBias and GnssBiasClockAlignment.
Name | Type | Annotation |
---|---|---|
outputfileSinexBias | filename | |
inputfileTransmitterInfo | filename | one file per satellite |
transmitterBiases | sequence | one element per satellite |
inputfileSignalBias | filename | signal bias file |
timeVariableBias | sequence | one entry per time variable bias type |
inputfileSignalBias | filename | columns: mjd, bias [m], (biasSlope [m/s]) |
type | gnssType | bias type |
identifier | string | PRN or station name (e.g. G23 or wtzz) |
receiverBiases | sequence | one element per station |
inputfileSignalBias | filename | signal bias file |
timeVariableBias | sequence | one entry per time variable bias type |
inputfileSignalBias | filename | columns: mjd, bias [m], (biasSlope [m/s]) |
type | gnssType | bias type |
identifier | string | PRN or station name (e.g. G23 or wtzz) |
agencyCode | string | identify the agency providing the data |
fileAgencyCode | string | identify the agency creating the file |
timeStart | time | start time of the data |
timeEnd | time | end time of the data |
biasMode | choice | absolute or relative bias estimates |
absolute | ||
relative | ||
observationSampling | uint | [seconds] |
intervalLength | uint | [seconds] interval for bias parameter representation |
determinationMethod | string | determination method used to generate the bias results (see SINEX Bias format description) |
receiverClockReferenceGnss | string | (G, R, E, C) reference GNSS used for receiver clock estimation |
satelliteClockReferenceObservables | string | one per system, reference code observable on first and second frequency (RINEX3 format) |
description | string | organizition gathering/altering the file contents |
contact | string | contact name and/or email address |
input | string | brief description of the input used to generate this solution |
output | string | description of the file contents |
software | string | software used to generate the file |
hardware | string | computer hardware on which above software was run |
comment | string | comments in the comment block |