Skip to content
Snippets Groups Projects
Commit e3192066 authored by (no author)'s avatar (no author)
Browse files

adding some constants for geotiffs

git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@227 8a9318a1-56ba-4d59-b755-99d26321be01
parent 1330879d
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
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