Settings -------- Settings are defined in the **tomwer/core/settings.py** file Basic settings '''''''''''''' Some parameters can be tuned in tomwer. +--------------------------------+-------------------------------------------+----------------------------------------------------------+ | name | Definition | Default value | +================================+===========================================+==========================================================+ | **MAX_MEM_USED** | Maximal percentage of used memory from | 80 | | | which we should skip some processing | | +--------------------------------+-------------------------------------------+----------------------------------------------------------+ | **BEAMLINE_NAME** | In order to communicate with tango we need| id19 | | | to define a tango device from the beamline| | | | name, tango port and the bliss session | | +--------------------------------+-------------------------------------------+----------------------------------------------------------+ | **TANGO_PORT** | In order to communicate with tango we need| 20000 | | | to define a tango device from the beamline| | | | name, tango port and the bliss session | | +--------------------------------+-------------------------------------------+----------------------------------------------------------+ | **BLISS_SESSION_NAMES** | All the bliss session tomwer should be | ('HRTOMO',) | | | able to access | | +--------------------------------+-------------------------------------------+----------------------------------------------------------+ | **DEFAULT_BLISS_SESSION_NAME** | Session propose by default by tomwer. | 'HRTOMO' | | | should be contain in "BLISS_SESSION_NAMES"| | +--------------------------------+-------------------------------------------+----------------------------------------------------------+ Advanced settings ''''''''''''''''' +----------------------------+-------------------------------------------+----------------------------------------------------------+ | name | Definition | Default value | +============================+===========================================+==========================================================+ | __LBSRAM_PATH | During processing tomwer checks | '/lbsram' | | | automatically if we are on a large buffer | | | | system (lbs). Tomwer considers it is the | | | | case if the partition exists. | | | | If it is the case then tomwer | | | | will automatically launch some folder | | | | synchronization between | | | | $__LBSRAM_PATH'/dataset_folder | | | | and DEST_PATH'/dataset_folder. | | | | Those variables are also used to tune | | | | automatically some widget and processes | | | | like the default output directory | | +----------------------------+-------------------------------------------+----------------------------------------------------------+ | __DEST_PATH | During processing tomwer checks | '' | | | automatically if we are on a large buffer | | | | system (lbs). Tomwer considers it is the | | | | case if the partition exists. | | | | If it is the case then tomwer | | | | will automatically launch some folder | | | | synchronization between | | | | $__LBSRAM_PATH'/dataset_folder | | | | and DEST_PATH'/dataset_folder. | | | | Those variables are also used to tune | | | | automatically some widget and processes | | | | like the default output directory | | +----------------------------+-------------------------------------------+----------------------------------------------------------+