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
|
Debug variant of |
- class mioXpektron.recalibrate.flexible_calibrator_debug.FlexibleCalibratorDebug(config=None)[source]
Bases:
FlexibleCalibratorDebug variant of
FlexibleCalibratorwith verbose peak-picking.Inherits all calibration logic and overrides only
_autodetect_channelsto route through the diagnostic versions of_enhanced_pick_channelsand_parabolic_peak_center.- Parameters:
config (FlexibleCalibConfig | None)