diff --git a/pyglance/glance/gui_model.py b/pyglance/glance/gui_model.py index cc227b8e5769d76096dc60afb226bb86ee311e57..be5086dbde97a867f008e2397285e129a3fc770b 100644 --- a/pyglance/glance/gui_model.py +++ b/pyglance/glance/gui_model.py @@ -628,7 +628,7 @@ class GlanceGUIModel (object) : get the name of the colormap to use the return will be on of the constants from gui_constants: - COLORMAP_NAMES = [CM_RAINBOW, CM_GRAY] + COLORMAP_NAMES = [CM_RAINBOW, CM_RAINBOW_REV, CM_RAINBOW_DESAT, CM_GRAY, CM_GRAY_REV, CM_SPECTRAL] """ return str(self.colormap)