39 lines
1.6 KiB
TOML
39 lines
1.6 KiB
TOML
# 红外成像末制导导弹-001 配置
|
|
Type = "InfraredImagingTerminalGuidance"
|
|
|
|
[Name]
|
|
Zh = "红外成像末制导导弹-001"
|
|
En = "IR Imaging Terminal Guided Missile-001"
|
|
|
|
[Properties]
|
|
Type = "InfraredImagingTerminalGuidance"
|
|
MaxSpeed = 250.0
|
|
MaxFlightTime = 60.0
|
|
MaxFlightDistance = 5000.0
|
|
MaxAcceleration = 100.0
|
|
ProportionalNavigationCoefficient = 4.0
|
|
LaunchAcceleration = 100.0
|
|
MaxEngineBurnTime = 3.0
|
|
CruiseTime = 2.5
|
|
Mass = 25.0
|
|
ExplosionRadius = 5.0
|
|
HitProbability = 0.9
|
|
SelfDestructHeight = 0.0
|
|
CruiseAttackAngle = 5.0 # 巡航阶段攻角 (度)
|
|
GuidanceSeekingAngle = 6.0 # 制导阶段导引头下视角 (度)
|
|
InfraredRadiationIntensity = 96.0 # 红外辐射强度 (瓦特/球面度)
|
|
UltravioletRadiationIntensity = 100.0 # 紫外辐射强度 (瓦特/球面度)
|
|
|
|
[InfraredImagingGuidanceConfig]
|
|
MaxDetectionRange = 1000.0 # 最大探测距离 (米), 默认为1000.0
|
|
SearchFieldOfView = 12.0 # 搜索视场角 (度), 默认为12.0度
|
|
TrackFieldOfView = 6.0 # 跟踪视场角 (度), 默认为3.0度
|
|
ImageWidth = 640 # 图像宽度 (像素)
|
|
ImageHeight = 480 # 图像高度 (像素)
|
|
BackgroundIntensity = 1.0e-4 # 背景辐射强度 (瓦特/球面度), 默认为1e-4
|
|
SearchRecognitionProbability = 0.6 # 搜索模式目标识别概率阈值
|
|
TrackRecognitionProbability = 0.8 # 跟踪模式目标识别概率阈值
|
|
TargetLostTolerance = 0.3 # 目标丢失容忍时间 (秒)
|
|
LockConfirmationTime = 0.5 # 锁定确认时间 (秒)
|
|
JammingResistanceThreshold = 1.0e-5 # 干扰抗性阈值 (瓦特)
|
|
Wavelength = 3.0 # 波长 (微米) |