SlrStationGenerator

Definition and basic information of SLR ground stations.

See also SlrProcessing.

Stations

A list of station names must be provided via inputfileStationList. It defines the variable {station} for the station specific input files. The inputfileStationInfo contains metadata information like station number, station name and approximate station postion in terrestrial reference frame (TRF) considering the station eccentricities. They can be created via SinexEccentricties2SlrPlatform or PlatformCreate. The inputfileObservations are separate files for each {station}-{satellite} pair. They can be converted from CRD format via Crd2NormalPoints, CSTG format via Cstg2NormalPoints and MERIT II format via Merit2NormalPoints and Merit2FullRate.

The apriori observation weighting is defined by the expression accuracy in $[m]$. The following variables are defined for each observation from the inputfileObservations: {residual}, {accuracy}, {redundancy}, {laserWavelength}, {azimut}, {elevation}. Observations with non-positive accuracies are removed. This can be used for a rough outlier removal by an expression such as accuracy = if(abs(residual)>30, NAN, accuracy).

The effects of loading and tidal deformation on station positions can be corrected for via loadingDisplacement and tidalDisplacement, respectively. Tidal deformations typically include:

NameTypeAnnotation
inputfileStationList
filenameascii file with station names
inputfileStationInfo
filenamestation metadata
inputfileStationPosition
filenamestation position
inputfileObservations
filenamevariable {station} {satellite} available
accuracy
expression[m] used for weighting, variables: {residual}, {accuracy}, {redundancy}, {laserWavelength}, {azimut}, {elevation}
loadingDisplacement
gravityfieldloading deformation
tidalDisplacement
tidestidal deformation
ephemerides
ephemeridesfor tidal deformation
inputfileDeformationLoadLoveNumber
filename
inputfilePotentialLoadLoveNumber
filenameif full potential is given and not only loading potential
elevationCutOff
angle[degree] ignore observations below cutoff
interpolationDegree
uintfor position interpolation