STK AgRadarPluginSend comments on this topic.
Compute Method (IAgStkRadarRcsPlugin)
See Also
computeRcsParams
Windows





Windows & Linux

Description

RCS plugin compute.

Syntax

[Visual Basic .NET]
Public Sub Compute( _
    ByVal computeRcsParams As IAgStkRadarRcsComputeParams _
)
[C#]
public void Compute(
    IAgStkRadarRcsComputeParams computeRcsParams
);
[Managed C++]
public: void Compute(
    IAgStkRadarRcsComputeParams ^ computeRcsParams
);
[Unmanaged C++]
public: HRESULT Compute(
    IAgStkRadarRcsComputeParams * computeRcsParams
);
[Java]
public void compute(
    IAgStkRadarRcsComputeParams computeRcsParams
);

Parameters

computeRcsParams

Remarks

The Compute method is responsible for computing and reporting the primary channel co-pol and cross-pol RCS values as well as the orthogonal channel co-pol and cross pol RCS values for the supplied body fixed incident and reflected vectors. It does that by setting the %PrimaryChannelRcs:AgStkRadar~IAgStkRadarRcsComputeParams~PrimaryChannelRcs%, %PrimaryChannelRcsCross:AgStkRadar~IAgStkRadarRcsComputeParams~PrimaryChannelRcsCross%, %OrthoChannelRcs:AgStkRadar~IAgStkRadarRcsComputeParams~OrthoChannelRcs%, and %OrthoChannelRcsCross:AgStkRadar~IAgStkRadarRcsComputeParams~OrthoChannelRcsCross% properties on the computeRcsParams input parameter.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.