From f7a107109fc0139333db785e70db2b5dd9d699f3 Mon Sep 17 00:00:00 2001
From: "Daniel.Frisinghelli" <daniel.frisinghelli@eurac.edu>
Date: Thu, 28 Jan 2021 17:38:54 +0100
Subject: [PATCH] Renamed Landsat-8 OLI band 1 to 'aerosol'.

---
 pysegcnn/core/constants.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pysegcnn/core/constants.py b/pysegcnn/core/constants.py
index 09d3555..cc27fea 100644
--- a/pysegcnn/core/constants.py
+++ b/pysegcnn/core/constants.py
@@ -41,7 +41,7 @@ class Landsat8(MultiSpectralSensor):
 
     """
 
-    violet = 1
+    aerosol = 1
     blue = 2
     green = 3
     red = 4
-- 
GitLab