Skip to content

Commit

Permalink
colormap 20.
Browse files Browse the repository at this point in the history
  • Loading branch information
anarkiwi committed Jan 10, 2024
1 parent 3b1a557 commit 0092ee2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gamutrf/scan.py
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ def argument_parser():
"--colormap",
dest="colormap",
type=int,
default=16,
default=20,
help="""OpenCV colormap for spectrograms. See
https://docs.opencv.org/4.x/d3/d50/group__imgproc__colormap.html""",
)
Expand Down
1 change: 1 addition & 0 deletions orchestrator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ services:
- --n_image=5
- --no-vkfft
- --rotate_secs=300
- --colormap=20
# - --external_gps_server=1.2.3.4
# - --external_gps_server_port=8888
- --inference_output_dir=/logs/inference
Expand Down

0 comments on commit 0092ee2

Please sign in to comment.