ReadoutComplexToIQ

class kidsproc.kidsmodel.ReadoutComplexToIQ(*args, **kwargs)[source]

Bases: kidsproc.kidsmodel._ReadoutRepr2Mixin, kidsproc.kidsmodel._ComposableModelBase

Utility model to convert from complex S21 to (I, Q).

Attributes Summary

n_inputs

Methods Summary

__call__(self, \*inputs[, model_set_axis, …])

Evaluate this model using the given input(s) and the parameter values that were specified when the model was instantiated.

evaluate(S)

Evaluate the model on some input variables.

Attributes Documentation

n_inputs = 1

Methods Documentation

__call__(self, *inputs, model_set_axis=None, with_bounding_box=False, fill_value=nan, equivalencies=None, inputs_map=None, **new_inputs)

Evaluate this model using the given input(s) and the parameter values that were specified when the model was instantiated.

static evaluate(S)[source]

Evaluate the model on some input variables.