PlatformSelector
Select a list of platforms (stations, satellites, ...). In a first step all platforms are selected if first selector excludes platforms otherwise all platforms excluded. When every selector from top to bottom selects or deselects (with exclude) the matching platforms.
See also GnssProcessing or SlrProcessing.
All
Select all platforms.
Wildcard
Select all receivers/transmitters which match the name, markerName, and markerNumber.
Name | Type | Annotation |
---|---|---|
name | string | wildcards: * and ? |
markerName | string | wildcards: * and ?, from platform |
markerNumber | string | wildcards: * and ?, from platform |
exclude | boolean | deselect matching platforms |
File
Select receivers/transmitters from each row of inputfileStringTable. Additional columns in a row represent alternatives if previous names are not available (e.g. without observation file).
Name | Type | Annotation |
---|---|---|
inputfileStringTable | filename | list of names with alternatives |
exclude | boolean | deselect first matching platforms |
Equipment
Select all platforms which has the specified equipment in the processed time interval.
Name | Type | Annotation |
---|---|---|
name | string | wildcards: * and ? |
serial | string | wildcards: * and ? |
equipmentType | choice | equipment type |
all | all types | |
gnssAntenna | sequence | antennas |
radome | string | wildcards: * and ? |
gnssReceiver | sequence | receivers |
version | string | wildcards: * and ? |
slrStation | SLR station | |
slrRetroReflector | laser retroreflector | |
satelliteIdentifier | sequence | satellite identifier |
cospar | string | wildcards: * and ? |
norad | string | wildcards: * and ? |
sic | string | wildcards: * and ? |
sp3 | string | wildcards: * and ? |
other | other types | |
exclude | boolean | deselect matching platforms |
Exclude
Deselects all selected receivers/transmitters of selector.
Name | Type | Annotation |
---|---|---|
selector | platformSelector |