From 0092ee2d4f97b3fd30d246a5fa88e88f22d2510f Mon Sep 17 00:00:00 2001 From: Josh Bailey Date: Wed, 10 Jan 2024 02:11:54 +0000 Subject: [PATCH] colormap 20. --- gamutrf/scan.py | 2 +- orchestrator.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/gamutrf/scan.py b/gamutrf/scan.py index 96d88450..dcc69610 100644 --- a/gamutrf/scan.py +++ b/gamutrf/scan.py @@ -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""", ) diff --git a/orchestrator.yml b/orchestrator.yml index 7cf9f03a..3b25dcfb 100644 --- a/orchestrator.yml +++ b/orchestrator.yml @@ -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