ParameterNames

Generate a list of parameter names. All parameters are appended.

Name

The parameter is given by explicitly by four parts:

  1. object: Object this parameter refers to, e.g. graceA, G023, earth, …
  2. type: Type of this parameter, e.g. accBias, position.x, …
  3. temporal: Temporal representation of this parameter, e.g. trend, polynomial.degree1, …
  4. interval: Interval/epoch this parameter represents, e.g. 2017-01-01_00-00-00_2017-01-02_00-00-00, 2018-01-01_00-00-00.

NameTypeAnnotation
object
stringobject this parameter refers to, e.g. graceA, G023, earth
type
stringtype of this parameter, e.g. accBias, position.x
temporal
stringtemporal representation of this parameter, e.g. trend, polynomial.degree1
interval
stringinterval/epoch this parameter refers to, e.g. 2017-01-01_00-00-00_2017-01-02_00-00-00, 2008-01-01_00-00-00

File

Read parameter names from file.

NameTypeAnnotation
inputfileParameterNames
filenamefile with parameter names

Gravity

Parameter names of gravity parametrization. An additional object name can be included in the parameter names.

NameTypeAnnotation
object
stringobject these parameters refers to, e.g. earth
parametrization
parametrizationGravity

Acceleration

Parameter names of satellite acceleration parametrization. Arc related parameters are appended if an inputfileInstrument is provided which defines the arc structure. An additional object name can be included in the parameter names.

NameTypeAnnotation
object
stringobject these parameters refers to, e.g. graceA, G023
parameterization
parametrizationAcceleration
inputfileInstrument
filenamedefines the arc structure for arc related parameters

SatelliteTracking

Parameter names of satellite tracking parametrization. An additional object name can be included in the parameter names.

NameTypeAnnotation
object
stringobject these parameters refers to, e.g. grace1.grace2
parameterization
parametrizationSatelliteTracking

Temporal

Parameter names from temporal parametrization. It is possible to setup the temporal parameters for each parameterNameBase.

NameTypeAnnotation
parameterNameBase
parameterNames
parametrizationTemporal
parametrizationTemporal

GnssAntenna

Parameter names of GNSS antenna center variation parametrization. An additional object name (antenna name) can be included in the parameter names. It is possible to setup the parameters for each gnssType.

NameTypeAnnotation
object
stringantenna name
parametrization
parametrizationGnssAntenna
gnssType
gnssTypee.g. C1CG**

Observation

Parameter names used in observation equations.

NameTypeAnnotation
observation
observation

Rename

Replaces parts of parameterNames. The star "*" left this part untouched.

NameTypeAnnotation
parameterName
parameterNames
object
string*: left this part untouched, object
type
string*: left this part untouched, type
temporal
string*: left this part untouched, temporal representation
interval
string*: left this part untouched, interval/epoch

Selection

Select a subset of parameterNames using parameterSelection.

NameTypeAnnotation
parameterName
parameterNames
parameterSelection
parameterSelectorparameter order/selection

WithoutDuplicates

Removes all duplicate names (keep first) from parameterName.

NameTypeAnnotation
parameterName
parameterNames