libstp.step.calibration.sensors.ir_results_screen¶
Classes¶
Calibration results dashboard with sensor list and detail view. |
Module Contents¶
- class libstp.step.calibration.sensors.ir_results_screen.IRResultsDashboardScreen(sensors: List[libstp.step.calibration.sensors.dataclasses.SensorCalibrationData])¶
Bases:
libstp.ui.UIScreen[libstp.step.calibration.sensors.dataclasses.IRDashboardResult]Calibration results dashboard with sensor list and detail view.
Left panel: sensor list (clickable) + dashboard summary button. Right panel: dashboard overview or per-sensor detail with graph. Bottom: retry + done buttons.
- title = 'IR Sensor Calibration'¶
- sensors¶
- build() libstp.ui.Widget¶
- async on_retry()¶
- async on_done()¶