From 5eac8960bf3a6a2e4d7869888d0aea8b7b6c6acf Mon Sep 17 00:00:00 2001 From: "Daniel.Frisinghelli" <daniel.frisinghelli@eurac.edu> Date: Tue, 2 Feb 2021 16:38:37 +0000 Subject: [PATCH] Use new naming convention. --- pysegcnn/plot/plot_config.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pysegcnn/plot/plot_config.py b/pysegcnn/plot/plot_config.py index 3473e5f..93ae555 100644 --- a/pysegcnn/plot/plot_config.py +++ b/pysegcnn/plot/plot_config.py @@ -30,8 +30,8 @@ if not PLOT_PATH.exists(): # path to the datasets on the current machine # DRIVE_PATH = pathlib.Path('C:/Eurac/Projects/CCISNOW/Datasets/') # DRIVE_PATH = pathlib.Path('F:/Studium/SS 2020/Datasets/') -# DRIVE_PATH = pathlib.Path('/mnt/CEPH_PROJECTS/cci_snow/dfrisinghelli/Datasets') # nopep8 -DRIVE_PATH = pathlib.Path('/home/dfrisinghelli/Datasets') +DRIVE_PATH = pathlib.Path('/mnt/CEPH_PROJECTS/cci_snow/dfrisinghelli/Datasets') # nopep8 +# DRIVE_PATH = pathlib.Path('/home/dfrisinghelli/Datasets') # name and paths to the datasets DATASETS = {'Sparcs': {'root_dir': DRIVE_PATH.joinpath('Sparcs'), @@ -45,7 +45,7 @@ DATASETS = {'Sparcs': {'root_dir': DRIVE_PATH.joinpath('Sparcs'), } # spectral bands to plot distribution -BANDS = ['aerosol', 'blue', 'green', 'red', 'nir', 'cirrus', 'swir1', 'swir2'] +BANDS = ['ublue', 'blue', 'green', 'red', 'nir', 'cirrus', 'swir1', 'swir2'] # plot parameters FIGSIZE = (16, 9) -- GitLab