From ec10598bdfc0a0f3c5c47450b0c0074ce4fd7bfb Mon Sep 17 00:00:00 2001 From: "Daniel.Frisinghelli" <daniel.frisinghelli@eurac.edu> Date: Tue, 2 Feb 2021 17:36:41 +0100 Subject: [PATCH] Renamed coastal/aerosol band to ultra blue. --- pysegcnn/core/constants.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pysegcnn/core/constants.py b/pysegcnn/core/constants.py index cc27fea..e2d5cd5 100644 --- a/pysegcnn/core/constants.py +++ b/pysegcnn/core/constants.py @@ -41,7 +41,7 @@ class Landsat8(MultiSpectralSensor): """ - aerosol = 1 + ublue = 1 blue = 2 green = 3 red = 4 @@ -62,7 +62,7 @@ class Sentinel2(MultiSpectralSensor): """ - aerosol = 1 + ublue = 1 blue = 2 green = 3 red = 4 -- GitLab