ParameterNames
Generate a list of parameter names. All parameters are appended.
Name
The parameter is given by explicitly by four parts:
- object: Object this parameter refers to, e.g.
graceA
,G023
,earth
, … -
type: Type of this parameter, e.g.
accBias
,position.x
, … -
temporal: Temporal representation of this parameter, e.g.
trend
,polynomial.degree1
, … -
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
.
Name | Type | Annotation |
---|---|---|
object | string | object this parameter refers to, e.g. graceA, G023, earth |
type | string | type of this parameter, e.g. accBias, position.x |
temporal | string | temporal representation of this parameter, e.g. trend, polynomial.degree1 |
interval | string | interval/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.
Name | Type | Annotation |
---|---|---|
inputfileParameterNames | filename | file with parameter names |
Gravity
Parameter names of gravity parametrization. An additional object name can be included in the parameter names.
Name | Type | Annotation |
---|---|---|
object | string | object 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.
Name | Type | Annotation |
---|---|---|
object | string | object these parameters refers to, e.g. graceA, G023 |
parameterization | parametrizationAcceleration | |
inputfileInstrument | filename | defines 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.
Name | Type | Annotation |
---|---|---|
object | string | object 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.
Name | Type | Annotation |
---|---|---|
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.
Name | Type | Annotation |
---|---|---|
object | string | antenna name |
parametrization | parametrizationGnssAntenna | |
gnssType | gnssType | e.g. C1CG** |
Observation
Parameter names used in observation equations.
Name | Type | Annotation |
---|---|---|
observation | observation |
Rename
Replaces parts of parameterNames.
The star "*
" left this part untouched.
Name | Type | Annotation |
---|---|---|
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.
Name | Type | Annotation |
---|---|---|
parameterName | parameterNames | |
parameterSelection | parameterSelector | parameter order/selection |
WithoutDuplicates
Removes all duplicate names (keep first) from parameterName.
Name | Type | Annotation |
---|---|---|
parameterName | parameterNames |