// ----------------------------------------- // CelestLabx configuration (preferences) // See dedicated help page for more details // // Syntax: conf.name = value // ----------------------------------------- // Level of "verbosity" conf.LOG_VERBOSITY = "ERROR" // %t if stela log messages are added to log conf.STELA_LOG = %t // Log file ("" => no file) conf.LOG_FILE = "" // Root directory of installed STELA software // [] <=> STELA not registered conf.STELA_ROOT = [] // Version checking mode for STELA (number of identical digits) conf.STELA_VERSION_NCHECK = 2 // Expected CelestLab Version (for compatibility check) conf.CL_VERSION = "3.1.0" // Version checking mode for CELESTLAB (number of identical digits) conf.CL_VERSION_NCHECK = 2