# Default settings for src/cat_viewsurf.py (key=value)
# Lines starting with # are comments. Values not explicitly set on the CLI
# will be overridden by this file when present.

# Display
panel=false
colorbar=true
title_mode=shape
fontsize=12

# Colormap & levels
colormap=JET
inverse=false
# Number of discrete color bands; 0 disables discretization
# Checkbox in UI toggles between 0 and 2
discrete=0

# Opacity
opacity=0.8

# Ranges
# Overlay range (min, max). Use 0 -1 to auto-detect from data
range=0, -1
# Background curvature range
range_bkg=-1, 1
# Clip window; values inside (min,max) are transparent on overlay and gray on colorbar
clip=0, 0

# Window size
size=1500, 800

# Misc
fix_scaling=false
white=false
log=false
debug=false
