2024-02-04 13:43:11 +00:00
|
|
|
targets:
|
2024-02-06 03:59:12 +00:00
|
|
|
- id: 0
|
2024-02-04 13:43:11 +00:00
|
|
|
type: "static"
|
|
|
|
location:
|
|
|
|
range: 10000 # meters
|
|
|
|
velocity:
|
|
|
|
doppler: 50 # Hertz
|
|
|
|
rcs: -20 # dBsm - this is a bit contrived for a static target
|
|
|
|
state: "active"
|
|
|
|
|
2024-02-06 03:59:12 +00:00
|
|
|
- id: 1
|
2024-02-04 13:43:11 +00:00
|
|
|
type: "static"
|
|
|
|
location:
|
|
|
|
range: 30000 # meters
|
|
|
|
velocity:
|
|
|
|
doppler: -150 # Hertz
|
|
|
|
rcs: -20 # dBsm
|
2024-02-06 03:59:12 +00:00
|
|
|
state: "active"
|
|
|
|
|
|
|
|
- id: 2
|
|
|
|
type: "moving_radar"
|
|
|
|
location:
|
|
|
|
range: 5000 # meters
|
|
|
|
velocity:
|
|
|
|
doppler: 100 # Hertz
|
|
|
|
dopplerRate: 0 # Hertz/second
|
|
|
|
rcs: -20 # dBsm - this is also contrived
|
2024-02-04 13:43:11 +00:00
|
|
|
state: "active"
|