|
WSF
|
Data container to contain geometry data. More...
#include <WsfSAR_Sensor.hpp>
Public Attributes | |
| double | mGroundSpeed |
| The ground speed of the sensing platform. | |
| double | mAltitude |
| The altitude of the sensor. | |
| double | mSlantRange |
| The range from the sensing platform to the center-of-interest. | |
| double | mDepressionAngle |
| The depression angle. | |
| double | mSquintAngle |
| double | mTotalAngle |
| double | mGrazingAngle |
| The angle between the line of sight vector and the tangent plane at the center-of-interest. | |
| double | mScanAngle |
Data container to contain geometry data.
| double WsfSAR_Sensor::Geometry::mAltitude |
The altitude of the sensor.
Referenced by WsfSAR_Sensor::SAR_Mode::ComputeGeometry(), and WsfSAR_Sensor::SAR_Mode::ComputePRF().
| double WsfSAR_Sensor::Geometry::mDepressionAngle |
The depression angle.
Referenced by WsfSAR_Sensor::SAR_Mode::ComputeFOV(), WsfSAR_Sensor::SAR_Mode::ComputeGeometry(), and WsfSAR_Sensor::SAR_Mode::ComputePRF().
| double WsfSAR_Sensor::Geometry::mGrazingAngle |
The angle between the line of sight vector and the tangent plane at the center-of-interest.
Referenced by WsfSAR_Sensor::SAR_Mode::ComputeAzimuthResolution(), WsfSAR_Sensor::SAR_Mode::ComputeCNR(), WsfSAR_Sensor::SAR_Mode::ComputeDwellTime(), WsfSAR_Sensor::SAR_Mode::ComputeGeometry(), and WsfSAR_Sensor::SAR_Mode::ComputeGroundRangeResolution().
| double WsfSAR_Sensor::Geometry::mGroundSpeed |
The ground speed of the sensing platform.
Referenced by WsfSAR_Sensor::SAR_Mode::ComputeAzimuthResolution(), WsfSAR_Sensor::SAR_Mode::ComputeDwellTime(), WsfSAR_Sensor::SAR_Mode::ComputeGeometry(), WsfSAR_Sensor::SAR_Mode::ComputeUpdateInterval(), and WsfSAR_Sensor::SAR_Mode::PredictPerformance().
| double WsfSAR_Sensor::Geometry::mScanAngle |
For electronically steered systems, this is the angle between the normal to the antenna face and the line-of-sight vector to the center of interest.
Referenced by WsfSAR_Sensor::SAR_Mode::ComputeAzimuthResolution(), WsfSAR_Sensor::SAR_Mode::ComputeCNR(), WsfSAR_Sensor::SAR_Mode::ComputeDwellTime(), WsfSAR_Sensor::SAR_Mode::ComputeGeometry(), and WsfSAR_Sensor::SAR_Mode::PredictPerformance().
| double WsfSAR_Sensor::Geometry::mSlantRange |
The range from the sensing platform to the center-of-interest.
Referenced by WsfSAR_Sensor::SAR_Mode::ComputeAzimuthResolution(), WsfSAR_Sensor::SAR_Mode::ComputeCNR(), WsfSAR_Sensor::SAR_Mode::ComputeDwellTime(), WsfSAR_Sensor::SAR_Mode::ComputeFOV(), WsfSAR_Sensor::SAR_Mode::ComputeGeometry(), WsfSAR_Sensor::SAR_Mode::ComputeGroundRangeResolution(), WsfSAR_Sensor::SAR_Mode::ComputePRF(), and WsfSAR_Sensor::SAR_Mode::ComputeUpdateInterval().
| double WsfSAR_Sensor::Geometry::mSquintAngle |
The squint angle (horizontal angle between the sensing platforms' velocity vector and the line-of-sight vector to the center-of-interest.
Referenced by WsfSAR_Sensor::SAR_Mode::ComputeAzimuthResolution(), WsfSAR_Sensor::SAR_Mode::ComputeDwellTime(), and WsfSAR_Sensor::SAR_Mode::ComputeGeometry().
| double WsfSAR_Sensor::Geometry::mTotalAngle |
The absolute value of the total angle between the sensing platforms' velocity vector and the line-of-sight vector to the center-of-interest.
Referenced by WsfSAR_Sensor::SAR_Mode::ComputeGeometry(), and WsfSAR_Sensor::SAR_Mode::PredictPerformance().