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 which we should skip some processing

80

BEAMLINE_NAME

In order to communicate with tango we need to define a tango device from the beamline name, tango port and the bliss session

id19

TANGO_PORT

In order to communicate with tango we need to define a tango device from the beamline name, tango port and the bliss session

20000

BLISS_SESSION_NAMES

All the bliss session tomwer should be able to access

(‘HRTOMO’,)

DEFAULT_BLISS_SESSION_NAME

Session propose by default by tomwer. should be contain in “BLISS_SESSION_NAMES”

‘HRTOMO’

Advanced settings#

name

Definition

Default value

__LBSRAM_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

‘/lbsram’

__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

‘’