You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:ivar numberDetectorRows: Number of detector rows (along the Y-axis of the SENOR_BODY_FIXED frame). If the SENSOR_BODY_FIXED frame is aligned to the NADIR_POINTING frame, this direction corresponds to the along-track direction.
89
+
:ivar numberDetectorRows: Number of detector rows (along the Y-axis of the SENSOR_BODY_FIXED frame). If the SENSOR_BODY_FIXED frame is aligned to the NADIR_POINTING frame, this direction corresponds to the along-track direction.
90
90
:vartype numberDetectorRows: int
91
91
92
-
:ivar numberDetectorCols: Number of detector columns (along the X-axis of the SENOR_BODY_FIXED frame). If the SENSOR_BODY_FIXED frame is aligned to the NADIR_POINTING frame, this direction corresponds to the cross-track direction.
92
+
:ivar numberDetectorCols: Number of detector columns (along the X-axis of the SENSOR_BODY_FIXED frame). If the SENSOR_BODY_FIXED frame is aligned to the NADIR_POINTING frame, this direction corresponds to the cross-track direction.
93
93
:vartype numberDetectorCols: int
94
94
95
95
:ivar Fnum: F-number/ F# of lens.
@@ -108,10 +108,10 @@ class PassiveOpticalScannerModel(Entity):
108
108
109
109
:vartype bandwidth: float
110
110
111
-
:ivar quantumEff: Quantum efficiency of the detector element (:math:`0 < qe < 1`)
111
+
:ivar quantumEff: Quantum efficiency of the detector element (:math:`0 < qe <= 1`)
112
112
:vartype quantumEff: float
113
113
114
-
:ivar opticsSysEff: Optical systems efficiency (:math:`0 < \\tau_0 < 1`)
114
+
:ivar opticsSysEff: Optical systems efficiency (:math:`0 < \\tau_0 <= 1`)
115
115
:vartype opticsSysEff: float
116
116
117
117
:ivar numOfReadOutE: Number of read out electrons of the detector.
@@ -129,7 +129,7 @@ class PassiveOpticalScannerModel(Entity):
129
129
:ivar apertureDia: Telescope aperture diameter in meters.
130
130
:vartype apertureDia: float
131
131
132
-
:ivar maxDetectorExposureTime: Maximum exposure time of detector in seconds.
132
+
:ivar maxDetectorExposureTime: (Optional) Maximum exposure time of detector in seconds.
133
133
:vartype maxDetectorExposureTime: float
134
134
135
135
:ivar atmosLossModel: The atmospheric loss model. 'LOWTRAN7' model is supported. If ``None`` the atmospheric losses are not be considered.
* :code:`NESZ [dB]` (:class:`float`) The backscatter coefficient :math:`\\sigma_0` of a target for which the signal power level in final image is equal to the noise power level (units: decibels). **Numerically lesser is better instrument performance.**
634
634
* :code:`ground pixel along-track resolution [m]` (:class:`float`) Along-track resolution (meters) of a ground-pixel centered about observation point.
635
635
* :code:`ground pixel cross-track resolution [m]` (:class:`float`) Cross-track resolution (meters) of a ground-pixel centered about observation point.
636
-
* :code:`swath-width [m]` (:class:`float`) Swath-width (meters) of the strip of which the imaged pixel is part off.
636
+
* :code:`swath-width [km]` (:class:`float`) Swath-width (meters) of the strip of which the imaged pixel is part off.
637
637
* :code:`incidence angle [deg]` (:class:`float`) Observation incidence angle (degrees) at the ground-pixel.
638
638
* :code:`PRF [Hz]` (:class:`float`) Highest Pulse Repetition Frequency (Hz) (within the specified PRF range) at which the observation is possible.
:ivar height: [meters] Antenna height (along the along-track direction when *SENSOR_BODY_FIXED* is aligned to *NADIR_POINTING* frame).
1291
+
:ivar diameter: [meters] Antenna diameter (applicable when the antenna shape is Circular).
1292
+
:vartype diameter: float
1293
+
1294
+
:ivar height: [meters] Antenna height (along the along-track direction when *SENSOR_BODY_FIXED* is aligned to *NADIR_POINTING* frame). (Applicable when the antenna shape is Rectangular.)
1293
1295
:vartype height: float
1294
1296
1295
-
:ivar width: [meters] Antenna width (along the cross-track direction when *SENSOR_BODY_FIXED* is aligned to *NADIR_POINTING* frame).
1297
+
:ivar width: [meters] Antenna width (along the cross-track direction when *SENSOR_BODY_FIXED* is aligned to *NADIR_POINTING* frame). (Applicable when the antenna shape is Rectangular.)
0 commit comments