#SUMA DEFAULTS ***ENVIRONMENT //1- incremental arrow rotation angle in degrees SUMA_ArrowRotAngle = 5 //2- color pattern (AFNI, EURO, DEFAULT) SUMA_ColorPattern = EURO //3- swap mouse buttons 1 and 3 SUMA_SwapButtons_1_3 = NO //4- background color r g b. No space between values SUMA_BackgroundColor = 0.0,0.0,0.0 //5- ROI color map (bgyr64, roi64, roi128) SUMA_ROIColorMap = bgyr64 //6- Number of smoothing operations to run on convexity data, default is 5 SUMA_NumConvSmooth = 8 //7- Colormap for convexity (gray02, gray_i02, ngray20, bgyr64, etc.) SUMA_ConvColorMap = gray02 //8- Brightness factor for convexity (default is 0.5) SUMA_ConvBrightFactor = 0.5 //9- Number of smoothing operations to run on mixed foregroung color plane before mixing with background SUMA_NumForeSmoothing = 0 //10- Setup the color mixing mode (ORIG, MOD1) SUMA_ColorMixingMode = ORIG //11- Port for communicating with AFNI //Listening ports are derived from SUMA_AFNI_TCP_PORT //Listening port i = SUMA_AFNI_TCP_PORT + i (i > 0) SUMA_AFNI_TCP_PORT = 53211 //12- Warn before closing with the Escape key (YES/NO, default is YES) SUMA_WarnBeforeClose = YES //13- Mask node values = 0 ? YES(default)/NO SUMA_MaskZero = YES //14- Threshold if Val < thr (NO) or | Val | < | Thr | (YES, default) SUMA_AbsThreshold = NO