InstrumentalDetune¶
-
class
kidsproc.kidsmodel.
InstrumentalDetune
(*args, **kwargs)[source]¶ Bases:
kidsproc.kidsmodel._Model
Model that describes the detuning in terms of the probe tone and detector intrinsics.
The model reads
x = (fp / fr - 1.)
Attributes Summary
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
(fp, fr)Evaluate the model on some input variables.
Attributes Documentation
-
n_inputs
= 2¶
-
n_outputs
= 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.
-