mxcubecore.queue_entry.optical_centring#
Classes
|
Entry for automatic sample centring with lucid |
- class mxcubecore.queue_entry.optical_centring.OpticalCentringQueueEntry(view=None, data_model=None)[source]#
Bases:
BaseQueueEntry
Entry for automatic sample centring with lucid
- execute()[source]#
Execute method, should be overridden my subclasses, defines the main body of the procedure to be performed when the entry is executed.
The default executer calls execute on all child entries after this method but before post_execute.