Skip to content

Commit

Permalink
Radar: Some comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaiVChr committed Jan 17, 2022
1 parent c9764c1 commit c80d17d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Nasal/radar/apg-68.nas
Original file line number Diff line number Diff line change
Expand Up @@ -1492,8 +1492,8 @@ var F16VSMode = {
longName: "Velocity Search",
range: 160,
discSpeed_dps: 45,
discSpeed_alert_dps: 45,
discSpeed_confirm_dps: 100,
discSpeed_alert_dps: 45, # From manual
discSpeed_confirm_dps: 100, # From manual
maxScanIntervalForVelocity: 12,
rcsFactor: 1.15,
new: func (subMode, radar = nil) {
Expand Down Expand Up @@ -1962,7 +1962,7 @@ var F16ACMMode = {#TODO
subMode: nil,
range: 10,
maxRange: 10,
discSpeed_dps: 84.6,
discSpeed_dps: 84.6,# have reliable source for this.
rcsFactor: 0.9,
timeToKeepBleps: 1,
bars: 1,
Expand Down

0 comments on commit c80d17d

Please sign in to comment.