TE_Track
Add or promote a Track
Syntax
TE_Track <ScenarioPath> {Add | Promote | Demote | Point | Label | Filter} <Parameters>
Related Commands
- TE_AdditionalData
- TE_AnalysisObject
- TE_AssociatedObject
- TE_Contours
- TE_DataDisplay
- TE_Graph
- TE_LinkLine
- TE_Mapping
- TE_QuickLooks
- TE_TrackComparison
- TE_SegmentDefinition
- TE_SensorQuickLooks
- TE_TimeComponent
- TE_TrackTraceability_RM
- TE_Vector
Description
The T&E Toolkit Plugin must be installed in order to use this command.
The TE_Track command with the Add option allows you to create a T&E Track Workflow and associated STK MTO object.
The TE_Track command with the Promote option allows you to promote a T&E Track Workflow and associated STK MTO object to an STK Aircraft.
The TE_Track Points and Labels commands control the visual representation of the sensor measured MTO track data in the STK 3d Graphics view.
The following table describes the parameters for the options.
Option | <Parameters> | ||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Add |
| ||||||||||||||||||||||||||
Promote | Name "<TrackName>" Enter the display name of the track that should be promoted. | ||||||||||||||||||||||||||
Demote | Name "<TrackName>" Enter the display name of the track that should be demoted. | ||||||||||||||||||||||||||
Points |
| ||||||||||||||||||||||||||
Labels |
| ||||||||||||||||||||||||||
Filter A filter can consist of multiple Segments |
|
Example
To create a T&E Track Workflow and associated STK MTO object:
TE_Track * Add Name "MyTrack" AnalysisObject "My_Ctdf_Aircraft" Mapping "MeasuredDroneDataMapping" PickMapping "DronePickMapping" TrackIDs "1,2" TimePath "Aircraft/My_Ctdf_Aircraft AvailabilityTimeSpan"
To promote a T&E Track Workflow and associated STK MTO object to an STK Aircraft:
TE_Track * Promote Name "MyTrack"
TE_Track Points example:
TE_Track * Points Name "MyTrack" Show "On" ColorDisplayType "dynamic" ColorContourType "smooth" SetParameter "Magnitude" MinColor "red" MaxColor "blue" MinValue "0" MaxValue "100"
TE_Track Labels example:
TE_Track * Labels Name "MyTrack" Show "On" SetColor "red" SetParameter "Magnitude" SignificantDigits "2" MaxDisplayAlt "10" MaxDisplayUnit "km"
Specify unique values for a TE_Track Points command:
TE_Track * Points Name "MyTrack" ColorDisplayType "dynamic" ColorContourType "unique" SetParameter "Magnitude" Units "km" UniqueValues "1.1,Green,Plus,2.5,Red,Square,3,Blue,Circle"
Filtering by Longitude:
TE_Track * Filter Name "Track2" AnalysisObject "AF385" Segment DataElement "Longitude" Limits "Bounded, -2.05 rad, -2.03 rad"
Filtering by Latitude and Track ID:
TE_Track * Filter Name "Track5" AnalysisObject "Af385" Segment DataElement "Latitude" Limits "Greater, 100 deg" Segment Logic "And" DataElement "Track_ID" Limits "Explicit, 1 unitless"
ReturnMessage
Group Membership
This command belongs to the following group(s):
You can use TETK Connect commands in TETK scenarios for pre-flight planning, post-flight analysis, and to support analysis workflows.
You should not use TETK Connect commands when real-time propagators are creating STK vehicles and using STK features instantaneously. The use of Connect commands in a real-time application requires more computational power than STK can support.
TETK functionality that is commonly referred to as "real-time" is actually an offline analysis mode. In this mode, an STK/TETK scenario is prepared with data that is streamed to a particular time in a mission. The post-flight analysis can be prepared again on demand throughout the mission for the data for each time of request. You can use TETK Connect commands in these scenarios.
Version
11.7.1