We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c0b9e3 commit cee3046Copy full SHA for cee3046
cdl/config.py
@@ -322,7 +322,7 @@ def initialize():
322
Conf.view.sig_def_baseline.get(0.0)
323
Conf.view.ima_def_colormap.get("viridis")
324
Conf.view.ima_def_invert_colormap.get(False)
325
- Conf.view.ima_def_interpolation.get(0)
+ Conf.view.ima_def_interpolation.get(5)
326
Conf.view.ima_def_alpha.get(1.0)
327
Conf.view.ima_def_alpha_function.get(LUTAlpha.NONE.value)
328
0 commit comments