cytoflowgui.workflow.operations.tasbe#
- class cytoflowgui.workflow.operations.tasbe.Progress[source]#
Bases:
object- NO_MODEL = 'No model estimated'#
- AUTOFLUORESCENCE = 'Estimating autofluorescence'#
- BLEEDTHROUGH = 'Estimating bleedthrough'#
- BEAD_CALIBRATION = 'Estimating bead calibration'#
- COLOR_TRANSLATION = 'Estimating color translation'#
- VALID = 'Valid model estimated!'#
- class cytoflowgui.workflow.operations.tasbe.TasbeWorkflowOp[source]#
Bases:
WorkflowOperation
- class cytoflowgui.workflow.operations.tasbe.TasbeWorkflowView[source]#
Bases:
WorkflowView- id = 'cytoflowgui.workflow.operations.tasbeview'#
- friendly_id = 'TASBE Calibration'#
- should_plot(changed, payload)[source]#
Should the owning WorkflowItem refresh the plot when certain things change?
changedcan be: - Changed.VIEW – the view’s parameters changed - Changed.RESULT – this WorkflowItem’s result changed - Changed.PREV_RESULT – the previous WorkflowItem’s result changed - Changed.ESTIMATE_RESULT – the results of calling “estimate” changedIf
should_plotis called from a notification handler, the payload is the handlereventparameter.