Skip to content

Commit

Permalink
skyspy: 22 might be suitable limit?
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelmachek committed Dec 8, 2024
1 parent 0d81a69 commit 63cb967
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/skyspy/skyspy.app.js
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,8 @@ let sky = {
ui.radCircle(1.0);
},

snrLim: 18,
/* 18.. don't get reliable fix in 40s */
snrLim: 22,
drawSat: function(s) {
let a = s.azi / 360;
let e = ((90 - s.ele) / 90);
Expand Down

0 comments on commit 63cb967

Please sign in to comment.