cytoflowgui.workflow.operations.register#

class cytoflowgui.workflow.operations.register.Channel[source]#

Bases: HasTraits

class cytoflowgui.workflow.operations.register.RegistrationWorkflowOp[source]#

Bases: WorkflowOperation, RegistrationOp

default_view(**kwargs)[source]#

Returns a diagnostic plot to see if the peak finding is working.

Returns:

An diagnostic view, call BeadCalibrationDiagnostic.plot to see the diagnostic plots

Return type:

IView

estimate(experiment)[source]#

Estimate the calibration coefficients from the beads file.

Parameters:

experiment (Experiment) – The experiment used to compute the calibration.

should_clear_estimate(changed, payload)[source]#
clear_estimate()[source]#
get_notebook_code(idx)[source]#
class cytoflowgui.workflow.operations.register.RegistrationDiagnosticWorkflowView[source]#

Bases: WorkflowByView, RegistrationDiagnosticView

get_notebook_code(idx)[source]#