mioXpektron.recalibrate.flexible_calibrator_debug

Debug version of FlexibleCalibrator with diagnostic logging.

Inherits all functionality from flexible_calibrator and overrides only the peak-detection helpers that benefit from verbose diagnostics. This eliminates code duplication while preserving the diagnostic output needed during development and validation.

Version: 0.0.1

Classes

FlexibleCalibratorDebug([config])

Debug variant of FlexibleCalibrator with verbose peak-picking.

class mioXpektron.recalibrate.flexible_calibrator_debug.FlexibleCalibratorDebug(config=None)[source]

Bases: FlexibleCalibrator

Debug variant of FlexibleCalibrator with verbose peak-picking.

Inherits all calibration logic and overrides only _autodetect_channels to route through the diagnostic versions of _enhanced_pick_channels and _parabolic_peak_center.

Parameters:

config (FlexibleCalibConfig | None)