DiodeCalibrationModel¶
lumicks.pylake.force_calibration.calibration_models.DiodeCalibrationModel
- class DiodeCalibrationModel(_model_fun: Callable, _params: dict)¶
Diode calibration model
This model takes a trap voltage and returns the diode parameters at that voltage. These parameters can be passed directly to
calibrate_force().- __call__(trap_voltage)¶
Function to look up the diode parameters at a given trap power.
- Parameters:
trap_voltage (array_like) – Array of trap voltages [V].