From fabdd196df0a648a5276eda27d036465a1282998 Mon Sep 17 00:00:00 2001
From: "Daniel.Frisinghelli" <daniel.frisinghelli@eurac.edu>
Date: Wed, 24 Feb 2021 12:47:04 +0100
Subject: [PATCH] Use true color composites.

---
 pysegcnn/plot/plot_config.py | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pysegcnn/plot/plot_config.py b/pysegcnn/plot/plot_config.py
index 2562003..536b91a 100644
--- a/pysegcnn/plot/plot_config.py
+++ b/pysegcnn/plot/plot_config.py
@@ -49,7 +49,8 @@ BANDS = ['blue', 'green', 'red', 'nir', 'swir1', 'swir2']
 
 # plot parameters
 FIGSIZE = (10, 10)
-ALPHA = 0.5
+ALPHA = 5
 
 # natural with atmospheric removal
-PLOT_BANDS = ['swir2', 'nir', 'green']
+# PLOT_BANDS = ['swir2', 'nir', 'green']
+PLOT_BANDS = ['red', 'green', 'blue']
-- 
GitLab