Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
fenrir-naru committed Oct 27, 2023
1 parent 1457f6b commit 280187a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/misc/receiver_debug.rb
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def self.meas_items(opt = {})
opt[:satellites].collect{|prn, label|
pr, rate, doppler, freq = keys.collect{|k| meas_hash[prn][k] rescue nil}
freq ||= GPS::SpaceNode.L1_Frequency
[pr, rate || ((doppler * GPS::SpaceNode::light_speed / freq) rescue nil)]
[pr, rate || ((-doppler * GPS::SpaceNode::light_speed / freq) rescue nil)]
}
}
]]
Expand Down

0 comments on commit 280187a

Please sign in to comment.