GnssAntennaNormalsConstraint

Apply constraints to normal equations containing antennaCenterVariations. Usually the antenna center variations are estimated together with other parameters like station coordinates, signal biases and slant TEC in GnssProcessing. This results in a rank deficient matrix as not all parameters can be separated. The deficient can be solved by adding pseudo observation equations as constraints.

To separate antenna center variations and signal biases apply constraint:mean for each GNSS type. The observation equation for the integral mean of antenna center variations (ACV) in all azimuth $A$ and elevation $E$ dependent directions \[ 0 = \iint ACV(A,E)\, d\Phi \approx \sum_i ACV(A_i,E_i)\, \Delta\Phi_i \]is approximated by a grid defined by deltaAzimuth, deltaZenith, and maxZenith.

To separate from station coordinates use constraint:centerMean and from slant TEC parameters use constraint:TEC.

The constraints are applied separately to all antennas matching the wildcard patterns of name, serial, radome.

See also ParameterVector2GnssAntennaDefinition.

NameTypeAnnotation
outputfileNormalEquation
filenamewith applied constraints
inputfileNormalEquation
filename
constraint
choice
center
sequencezero center (x,y,z) of a single pattern
type
gnssTypeapplied for each matching types
applyWeight
booleanfrom normal equations
sigma
double[m]
centerMean
sequencezero center (x,y,z) as (weighted) mean of all patterns
applyWeight
booleanfrom normal equations
sigma
double[m]
constant
sequencezero constant (mean of all directions) of a single pattern
type
gnssTypeapplied for each matching types
applyWeight
booleanfrom normal equations
sigma
double[m]
constantMean
sequencezero constant (mean of all directions) as (weighted) mean of all patterns
applyWeight
booleanfrom normal equations
sigma
double[m]
TEC
sequencezero TEC computed as (weighetd) least squares from all types
type
gnssTypeapplied for combination of matching types
applyWeight
booleanfrom normal equations
sigma
double[TECU]
antennaCenterVariations
parametrizationGnssAntenna
antennaName
stringapply constraints to all machting antennas
antennaSerial
stringapply constraints to all machting antennas
antennaRadome
stringapply constraints to all machting antennas
deltaAzimuth
angle[degree] sampling of pattern to estimate center/constant
deltaZenith
angle[degree] sampling of pattern to estimate center/constant
maxZenith
angle[degree] sampling of pattern to estimate center/constant