mxcubecore.HardwareObjects.Microdiff#
Functions
|
Classes
|
- class mxcubecore.HardwareObjects.Microdiff.Microdiff(*args)[source]#
Bases:
MiniDiff
- characterisation_scan(start, scan_range, nb_frames, exptime, nb_scans, angle, wait=False)[source]#
Do N scans continuously. :param start: Position of omega for the first scan [deg]. :type start: float :param scan_range: range for each scan [deg]. :type scan_range: float :param nb_frames: Frame numbers for each scan. :type nb_frames: int :param exptime: Total exposure time for each scan [s]. :type exptime: float :param nb_scans: How many times a scan to be repeated. :type nb_scans: int :param angle: The angle between each scan [deg]. This number,
added to the last position of each scan and will be the start position of the consequent scan.
- Parameters:
wait (bool); Wait (True) or no (False) –