Can anyone check if I am looking at this correctly?
Somehow both the PESA Irbis, and the friggin’ garbage CAPTOR-M seem to sweep a 30° S I G N I F I C A N T L Y faster than CAPTOR-E?
N035 (Irbis-E) on TWS Medium pattern
"radarTwsMedium": {
"type": "pyramide",
"azimuthLimits": [
-120.0,
120.0
],
"elevationLimits": [
-60.0,
60.0
],
"rollStabLimit": 180.0,
"pitchStabLimit": 60.0,
"period": 1.531038,
"width": 30.0,
"barHeight": 1.667,
"barsCount": 5,
"rowMajor": true,
"preciseMinor": true,
"tws": true
},
ECSR Mk1 (CAPTOR-E) on TWS Medium pattern
"twsMedium": {
"type": "pyramide",
"azimuthLimits": [
-90.0,
90.0
],
"elevationLimits": [
-90.0,
90.0
],
"rollStabLimit": 180.0,
"pitchStabLimit": 90.0,
"period": 3.9,
"width": 30.0,
"barHeight": 2.5,
"barsCount": 12,
"rowMajor": true,
"preciseMinor": true,
"tws": true
},
CAPTOR-M on TWS Wide
"twsWide": {
"type": "pyramide",
"azimuthLimits": [
-70.0,
70.0
],
"elevationLimits": [
-60.0,
60.0
],
"rollStabLimit": 180.0,
"pitchStabLimit": 60.0,
"period": 1.7,
"width": 30.0,
"barHeight": 2.1,
"barsCount": 2,
"rowMajor": true,
"preciseMinor": true,
"tws": true
},