Package CHEM :: Package Kernel :: Module Const
[hide private]
[frames] | no frames]

Module Const



Various constants for use by the kernel modules

Variables [hide private]
  PROG_BIG = 100
  PROG_SMALL = 2
  TEXT_DELIM = '\t'
Delimiter for atom pair weight specification strings and feature index:count mappings
  KEY_DELIM = ':'
  ITEM_DELIM = ','
Prefix to identify feature:index mapping rows of feature dictionary text files
  FEATURE_PREFIX = '#'
Constant codes to indicate what comparison method to use
  DOT_PRODUCT = 0
  EUCLIDEAN = 1
  EUCLIDEAN_SQUARE = 2
Application name, for example to identify a common logger object
  APPLICATION_NAME = 'CHEM.Kernel'
Default level for application logging.
  LOGGER_LEVEL = 20
Default format of logger output
  LOGGER_FORMAT = '[%(asctime)s %(levelname)s] %(message)s'
Variables Details [hide private]

APPLICATION_NAME

Default level for application logging. Modify these for different scenarios. See Python logging package documentation for more information
Value:
'CHEM.Kernel'