mxcubecore.HardwareObjects.LNLS.LNLSBeam#
LNLSBeam class
Classes
|
- class mxcubecore.HardwareObjects.LNLS.LNLSBeam.LNLSBeam(name)[source]#
Bases:
AbstractBeam
- aperture_diameter_changed(name, size)[source]#
Method called when the aperture diameter changes :param name: diameter name - not used. :type name: str :param size: diameter size in microns :type size: float
- set_beam_position_on_screen(beam_x, beam_y)[source]#
Sets beam mark position on screen #TODO move method to sample_view :param beam_x: horizontal position in pixels :type beam_x: int :param beam_y: vertical position in pixels :type beam_y: int