diff --git a/pyglance/glance/gui_constants.py b/pyglance/glance/gui_constants.py index 78f2efab6e7a03ae4ab1e68c7fa36de1131818e4..de3144ed68aeccf6774850485964eecb83925b58 100644 --- a/pyglance/glance/gui_constants.py +++ b/pyglance/glance/gui_constants.py @@ -72,6 +72,12 @@ DEFAULT_LATITUDE = 'pixel_latitude' # the number of bins to use for histograms DEFAULT_NUM_BINS = 50 +# some geotiff related constants +RED_VAR_NAME = "red" +GREEN_VAR_NAME = "green" +BLUE_VAR_NAME = "blue" +ALPHA_VAR_NAME = "alpha" + # colormaps that are available in the GUI # TODO, this needs to be upkept when the list of colormaps in the figure manager changes CM_RAINBOW = "Rainbow"