mxcubecore.queue_entry.optical_centring#

Classes

OpticalCentringQueueEntry([view, data_model])

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 overriden my subclasses, defines the main body of the procedure to be performed when the entry is executed.

The default executer calls excute on all child entries after this method but before post_execute.

post_execute()[source]#

Procedure to be done after execute, and execute of all children of this entry.

pre_execute()[source]#

Procedure to be done before execute.