cytoflowgui.workflow.operations.tasbe#

class cytoflowgui.workflow.operations.tasbe.BleedthroughControl[source]#

Bases: HasTraits

class cytoflowgui.workflow.operations.tasbe.TranslationControl[source]#

Bases: HasTraits

class cytoflowgui.workflow.operations.tasbe.BeadUnit[source]#

Bases: HasTraits

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

estimate(experiment, subset=None)[source]#
should_clear_estimate(changed, payload)[source]#
clear_estimate()[source]#
apply(experiment)[source]#
default_view(**kwargs)[source]#
get_notebook_code(idx)[source]#
class cytoflowgui.workflow.operations.tasbe.TasbeWorkflowView[source]#

Bases: WorkflowView

id = 'cytoflowgui.workflow.operations.tasbeview'#
friendly_id = 'TASBE Calibration'#
enum_plots(experiment)[source]#
should_plot(changed, payload)[source]#

Should the owning WorkflowItem refresh the plot when certain things change? changed can 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” changed

If should_plot is called from a notification handler, the payload is the handler event parameter.

plot(experiment, **kwargs)[source]#
get_notebook_code(idx)[source]#