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 |
Maximum percentage of memory usage at which tomwer should skip some processing |
80 |
BEAMLINE_NAME |
To communicate with Tango, we need to define a Tango device from the beamline name, Tango port, and the bliss session |
id19 |
TANGO_PORT |
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 sessions tomwer should be able to access |
(‘HRTOMO’,) |
DEFAULT_BLISS_SESSION_NAME |
The session proposed by default by tomwer. It should be contained in “BLISS_SESSION_NAMES”. |
‘HRTOMO’ |