Skip to content

Commit

Permalink
strip.
Browse files Browse the repository at this point in the history
  • Loading branch information
anarkiwi committed Jul 11, 2024
1 parent b54338a commit ef23e56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gamutrf/grscan.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ def __init__(
):
gr.top_block.__init__(self, "scan", catch_exceptions=True)

if description:
description = description.strip('"')
tune_step_hz = int(samp_rate * tuneoverlap)
stare = False

Expand Down
2 changes: 2 additions & 0 deletions gamutrfwaterfall/gamutrfwaterfall/waterfall.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
"tuneoverlap": None,
"tune_step_fft": None,
"sweep_sec": None,
"write_samples": 0,
"description": "",
}


Expand Down

0 comments on commit ef23e56

Please sign in to comment.