mirror of
https://github.com/30hours/blah2.git
synced 2024-11-08 12:25:42 +00:00
18 lines
359 B
YAML
18 lines
359 B
YAML
|
targets:
|
||
|
- id: 1
|
||
|
type: "static"
|
||
|
location:
|
||
|
range: 10000 # meters
|
||
|
velocity:
|
||
|
doppler: 50 # Hertz
|
||
|
rcs: -20 # dBsm - this is a bit contrived for a static target
|
||
|
state: "active"
|
||
|
|
||
|
- id: 2
|
||
|
type: "static"
|
||
|
location:
|
||
|
range: 30000 # meters
|
||
|
velocity:
|
||
|
doppler: -150 # Hertz
|
||
|
rcs: -20 # dBsm
|
||
|
state: "active"
|