Skip to content

Commit

Permalink
Added configuration values used by MXCuBE-WEB previously stored in a …
Browse files Browse the repository at this point in the history
…different configuration file
  • Loading branch information
marcus-oscarsson committed Nov 22, 2023
1 parent f6b95b2 commit 595156d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions mxcubecore/HardwareObjects/Beamline.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,16 @@ def __init__(self, name):
# List of undulators
self.undulators = []

# Format of mesh result for display
self.mesh_result_format = "PNG"

# bool Use the native mesh feature available, true by default
self.use_native_mesh = True

# bool Enable features to work with points in the plane, called
# 2D-points, (none centred positions)
self.enable_2d_points = True

# Dictionary with the python id of hardwareobject as key
# and the "dotted/attribute path" to hardwareobject from the
# Beamline object
Expand Down

0 comments on commit 595156d

Please sign in to comment.