Skip to content
Snippets Groups Projects
Commit 52f44e91 authored by Frisinghelli Daniel's avatar Frisinghelli Daniel
Browse files

Added two new configuration parameters for evaluation

parent 46fec41a
No related branches found
No related tags found
No related merge requests found
......@@ -292,6 +292,12 @@ eval_config = {
# the input scene: red': bands[0], green': bands[1], blue': bands[2]
'plot_bands': ['nir', 'red', 'green'],
# size of the figures
'figsize': (10, 10),
# degree of constrast stretching for false color composite
'alpha': 5
}
# the complete configuration
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment