Skip to content

Commit

Permalink
report signal level as float
Browse files Browse the repository at this point in the history
  • Loading branch information
rpatel3001 committed Apr 14, 2024
1 parent 2521594 commit 69b284e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iridium-toolkit.patch
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ index 103c1c0..97154fe 100755
# Or possibly other embedded modes if they are present in the SBD message.

+ out['freq'] = channelize(self.ofreq)[0] * channel_width + base_freq
+ out['level'] = f"{self.olevel:.1f}"
+ out['level'] = self.olevel
out['header'] = q.hdr.hex()

print(json.dumps(out), file=outfile)

0 comments on commit 69b284e

Please sign in to comment.