STK ObjectsSend comments on this topic.
IAgSnSARPattern Interface

Description

IAgSnSARPattern Interface for the Synthetic Aperture Radar (SAR) sensor type, designed to model the field of regard of a SAR sensor with respect to the surface of the Earth.

Public Methods

Public Method SetElevationAnglesMethod to set both the min and max elevation angle. Min/Max use Angle Dimension.

Public Properties

Public Property AftExclusionAngleThe minimum angle between the aft projection of the velocity vector and the vector to the target. Uses Angle Dimension.
Public Property AngularResolutionThis is an advanced user field, available only through STK's object model interface. The Angular Resolution field allows a user to set the angular separation between the pattern data points. The default value for the number of pattern samples is 90 points over the Simple Conic (circular) pattern. The default setting is considered sufficient for interpolation and graphics purposes. However, advanced users have the option to increase/decrease the angular resolution of the sample points to conform to their analytical requirements.
Public Property ForeExclusionAngleThe minimum angle between the forward projection of the velocity vector and the vector to the target. Uses Angle Dimension.
Public Property MaxElevationAngleMaximum ground elevation angle to which the SAR sensor can provide coverage. Uses Angle Dimension.
Public Property MinElevationAngleMinimum ground elevation angle to which the SAR sensor can provide coverage. Uses Angle Dimension.
Public Property ParentAltitudeThe altitude of the sensor's parent object (assumed to be constant). Uses Distance Dimension.
Public Property TrackParentAltitudeWhether or not the SAR sensor tracks the altitude of the sensor's parent object.

Interfaces

Implemented Interface
IAgSnPattern

CoClasses that Implement IAgSnSARPattern

Example

Define a SAR sensor
[C#]
// Configure pattern
IAgSnSARPattern patterndata = sensor.CommonTasks.SetPatternSAR(10.0, 60.0, 40.0, 30.0, 700.0);
Define a SAR sensor
[Visual Basic .NET]
' Configure pattern
Dim patterndata As IAgSnSARPattern = sensor.CommonTasks.SetPatternSAR(10, 60, 40, 30, 700)
© 2024 Analytical Graphics, Inc. All Rights Reserved.