Skip to content

Commit

Permalink
remove specgram/waterfall samples/scipy.
Browse files Browse the repository at this point in the history
  • Loading branch information
anarkiwi committed Jun 26, 2024
1 parent 99b540e commit 47523bd
Show file tree
Hide file tree
Showing 9 changed files with 149 additions and 991 deletions.
2 changes: 1 addition & 1 deletion bin/gamutrf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Options:
-h, help print this help
-i, install install GamutRF repo, optionally supply a version, tag, branch, or tarball
-l, logs tail GamutRF logs
-r, run specify GamutRF tool to run (and any additional args for the tools), options include: 'worker', 'scan', 'specgram'
-r, run specify GamutRF tool to run (and any additional args for the tools), options include: 'worker', 'scan'
-R, restart specify 'orchestrator' or 'worker' to restart
-s, start specify 'orchestrator' or 'worker' to start
-S, stop specify 'orchestrator' or 'worker' to stop
Expand Down
6 changes: 0 additions & 6 deletions gamutrf/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
from gamutrf.compress_dirs import main as compress_dirs_main
from gamutrf.offline import main as offline_main
from gamutrf.scan import main as scan_main
from gamutrf.specgram import main as specgram_main
from gamutrf.worker import main as worker_main


Expand All @@ -22,11 +21,6 @@ def scan():
scan_main()


def specgram():
"""Entrypoint for specgram"""
specgram_main()


def worker():
"""Entrypoint for worker"""
worker_main()
Loading

0 comments on commit 47523bd

Please sign in to comment.