mxcubecore.queue_entry.sample_centring#
Classes
|
Entry for centring a sample |
- class mxcubecore.queue_entry.sample_centring.SampleCentringQueueEntry(view=None, data_model=None)[source]#
Bases:
BaseQueueEntry
Entry for centring a sample
- 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.