ARCHITECTURE.md
AUTHORS.md
CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
RELEASE_NOTES.md
SECURITY.md
USAGE.md
calibrate-pro.spec
pyproject.toml
.github/FUNDING.yml
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/display_report.yml
.github/workflows/ci.yml
.github/workflows/release.yml
THIRD_PARTY_LICENSES/Build-Color-1.0.2.txt
THIRD_PARTY_LICENSES/Build-UI-2.0.0.txt
THIRD_PARTY_LICENSES/CPython-3.12.10-Windows-Externals-NOTICE.txt
THIRD_PARTY_LICENSES/LGPL-3.0-only.txt
THIRD_PARTY_LICENSES/LGPL_RELINKING.md
THIRD_PARTY_LICENSES/Microsoft-Visual-Cpp-Runtime-NOTICE.txt
THIRD_PARTY_LICENSES/NumPy-2.5.1.txt
THIRD_PARTY_LICENSES/OpenBLAS.txt
THIRD_PARTY_LICENSES/Packaging-26.2.txt
THIRD_PARTY_LICENSES/PyInstaller-6.21.0.txt
THIRD_PARTY_LICENSES/Python-3.12.10.txt
THIRD_PARTY_LICENSES/QT_SOURCE_OFFER.txt
THIRD_PARTY_LICENSES/Qt-6.11.1-THIRD-PARTY-NOTICES.txt
THIRD_PARTY_LICENSES/Qt-for-Python-NOTICE.txt
THIRD_PARTY_LICENSES/QtPy-2.4.3.txt
THIRD_PARTY_LICENSES/README.md
THIRD_PARTY_LICENSES/SciPy-1.18.0.txt
THIRD_PARTY_LICENSES/hidapi-0.15.0.txt
calibrate_pro/__init__.py
calibrate_pro/__main__.py
calibrate_pro/actuation.py
calibrate_pro/app.py
calibrate_pro/diagnostics.py
calibrate_pro/frozen_main.py
calibrate_pro/main.py
calibrate_pro/mcp.py
calibrate_pro/qt_runtime.py
calibrate_pro/recovery.py
calibrate_pro/runtime.py
calibrate_pro/workflow.py
calibrate_pro.egg-info/PKG-INFO
calibrate_pro.egg-info/SOURCES.txt
calibrate_pro.egg-info/dependency_links.txt
calibrate_pro.egg-info/entry_points.txt
calibrate_pro.egg-info/requires.txt
calibrate_pro.egg-info/top_level.txt
calibrate_pro/adapters/__init__.py
calibrate_pro/adapters/monitor_control_source.py
calibrate_pro/adapters/pattern_surface_source.py
calibrate_pro/adapters/qt_patch_presenter.py
calibrate_pro/adapters/qt_pattern_surface.py
calibrate_pro/adapters/system_profile_source.py
calibrate_pro/adapters/windows_display_state.py
calibrate_pro/advanced/__init__.py
calibrate_pro/advanced/ambient_light.py
calibrate_pro/advanced/automation.py
calibrate_pro/advanced/demo.py
calibrate_pro/advanced/lut_optimization.py
calibrate_pro/advanced/network_calibration.py
calibrate_pro/advanced/uniformity.py
calibrate_pro/application/__init__.py
calibrate_pro/application/actions.py
calibrate_pro/application/assets.py
calibrate_pro/application/calibration.py
calibrate_pro/application/composition.py
calibrate_pro/application/contracts.py
calibrate_pro/application/control_results.py
calibrate_pro/application/control_session.py
calibrate_pro/application/control_transactions.py
calibrate_pro/application/coordinated.py
calibrate_pro/application/correction_state.py
calibrate_pro/application/declaration.py
calibrate_pro/application/detection.py
calibrate_pro/application/diagnostics.py
calibrate_pro/application/exporting.py
calibrate_pro/application/fake_acceptance.py
calibrate_pro/application/generation.py
calibrate_pro/application/instruments.py
calibrate_pro/application/journal.py
calibrate_pro/application/measured_verification.py
calibrate_pro/application/measurement.py
calibrate_pro/application/monitor_actions.py
calibrate_pro/application/monitor_controls.py
calibrate_pro/application/outcomes.py
calibrate_pro/application/panel_profiles.py
calibrate_pro/application/pattern_actions.py
calibrate_pro/application/pattern_catalogue.py
calibrate_pro/application/pattern_surface.py
calibrate_pro/application/patterns.py
calibrate_pro/application/planning.py
calibrate_pro/application/prediction.py
calibrate_pro/application/preferences.py
calibrate_pro/application/profile_actions.py
calibrate_pro/application/profiles.py
calibrate_pro/application/refusals.py
calibrate_pro/application/results.py
calibrate_pro/application/runner.py
calibrate_pro/application/selection.py
calibrate_pro/application/service.py
calibrate_pro/application/session.py
calibrate_pro/application/staging.py
calibrate_pro/application/surface.py
calibrate_pro/application/system_profile_actions.py
calibrate_pro/application/system_profile_results.py
calibrate_pro/application/system_profile_session.py
calibrate_pro/application/system_profile_transactions.py
calibrate_pro/application/system_profiles.py
calibrate_pro/application/target_editing.py
calibrate_pro/application/target_selection.py
calibrate_pro/calibration/__init__.py
calibrate_pro/calibration/ccss_import.py
calibrate_pro/calibration/hardware_first.py
calibrate_pro/calibration/hybrid.py
calibrate_pro/calibration/measured_runner.py
calibrate_pro/calibration/multi_display.py
calibrate_pro/calibration/native_loop.py
calibrate_pro/calibration/targets.py
calibrate_pro/commands/__init__.py
calibrate_pro/commands/catalog.py
calibrate_pro/commands/doctor.py
calibrate_pro/commands/gui.py
calibrate_pro/commands/hdr.py
calibrate_pro/commands/list_targets.py
calibrate_pro/commands/session.py
calibrate_pro/commands/session_args.py
calibrate_pro/commands/session_ddc.py
calibrate_pro/commands/session_diagnostics.py
calibrate_pro/commands/session_patterns.py
calibrate_pro/commands/session_profiles.py
calibrate_pro/community/__init__.py
calibrate_pro/community/database.py
calibrate_pro/core/__init__.py
calibrate_pro/core/aces.py
calibrate_pro/core/calibration_engine.py
calibrate_pro/core/color_math.py
calibrate_pro/core/color_models.py
calibrate_pro/core/colorchecker.py
calibrate_pro/core/icc_profile.py
calibrate_pro/core/lut_engine.py
calibrate_pro/core/lut_engine_advanced.py
calibrate_pro/core/pq.py
calibrate_pro/core/tone_response.py
calibrate_pro/core/vcgt.py
calibrate_pro/display/__init__.py
calibrate_pro/display/color_volume.py
calibrate_pro/display/hdr_content.py
calibrate_pro/display/hdr_detect.py
calibrate_pro/display/oled.py
calibrate_pro/display/scrgb_pipeline.py
calibrate_pro/display/uniformity.py
calibrate_pro/gui/__init__.py
calibrate_pro/gui/action_binding.py
calibrate_pro/gui/add_display.py
calibrate_pro/gui/app.py
calibrate_pro/gui/calibration_details.py
calibrate_pro/gui/calibration_test.py
calibrate_pro/gui/calibration_wizard.py
calibrate_pro/gui/dialogs.py
calibrate_pro/gui/display_selector.py
calibrate_pro/gui/hdr_calibration.py
calibrate_pro/gui/icons.py
calibrate_pro/gui/lut_preview.py
calibrate_pro/gui/main_window.py
calibrate_pro/gui/measurement_view.py
calibrate_pro/gui/pattern_window.py
calibrate_pro/gui/plan_dialog.py
calibrate_pro/gui/preview.py
calibrate_pro/gui/professional_calibration.py
calibrate_pro/gui/profile_manager.py
calibrate_pro/gui/report_viewer.py
calibrate_pro/gui/theme.py
calibrate_pro/gui/workers.py
calibrate_pro/gui/pages/__init__.py
calibrate_pro/gui/pages/calibrate.py
calibrate_pro/gui/pages/calibration_page.py
calibrate_pro/gui/pages/color_control_page.py
calibrate_pro/gui/pages/dashboard_page.py
calibrate_pro/gui/pages/ddc_control.py
calibrate_pro/gui/pages/ddc_control_page.py
calibrate_pro/gui/pages/profile_detail.py
calibrate_pro/gui/pages/profiles.py
calibrate_pro/gui/pages/profiles_page.py
calibrate_pro/gui/pages/settings.py
calibrate_pro/gui/pages/settings_diagnostics.py
calibrate_pro/gui/pages/settings_page.py
calibrate_pro/gui/pages/vcgt_tools_page.py
calibrate_pro/gui/pages/verification_page.py
calibrate_pro/gui/pages/verify.py
calibrate_pro/gui/widgets/__init__.py
calibrate_pro/gui/widgets/cie_diagram.py
calibrate_pro/gui/widgets/color_swatch.py
calibrate_pro/gui/widgets/delta_e_chart.py
calibrate_pro/gui/widgets/gamma_curve.py
calibrate_pro/hardware/__init__.py
calibrate_pro/hardware/argyll_backend.py
calibrate_pro/hardware/colorimeter_base.py
calibrate_pro/hardware/ddc_ci.py
calibrate_pro/hardware/drift_compensation.py
calibrate_pro/hardware/hardware_calibration.py
calibrate_pro/hardware/i1d3_native.py
calibrate_pro/hardware/i1display.py
calibrate_pro/hardware/i1display_native.py
calibrate_pro/hardware/measurement.py
calibrate_pro/hardware/native_backend.py
calibrate_pro/hardware/sensorless_calibration.py
calibrate_pro/hardware/spectro.py
calibrate_pro/hardware/spyder.py
calibrate_pro/hardware/spyder_native.py
calibrate_pro/hardware/usb_device.py
calibrate_pro/hardware/warmup_monitor.py
calibrate_pro/hdr/__init__.py
calibrate_pro/hdr/dolby_vision.py
calibrate_pro/hdr/eotf_calibration.py
calibrate_pro/hdr/hdr10plus.py
calibrate_pro/hdr/hdr_calibration.py
calibrate_pro/hdr/hlg.py
calibrate_pro/hdr/mastering_standards.py
calibrate_pro/hdr/pq_st2084.py
calibrate_pro/hdr/tone_mapping.py
calibrate_pro/hdr/workflow.py
calibrate_pro/integrations/__init__.py
calibrate_pro/integrations/resolve.py
calibrate_pro/lut_system/__init__.py
calibrate_pro/lut_system/amd_api.py
calibrate_pro/lut_system/color_loader.py
calibrate_pro/lut_system/dwm_lut.py
calibrate_pro/lut_system/intel_api.py
calibrate_pro/lut_system/lut_formats.py
calibrate_pro/lut_system/nvidia_api.py
calibrate_pro/lut_system/per_display_calibration.py
calibrate_pro/lut_system/vcgt_calibration.py
calibrate_pro/panels/__init__.py
calibrate_pro/panels/builtin_panels.py
calibrate_pro/panels/database.py
calibrate_pro/panels/detection.py
calibrate_pro/panels/panel_types.py
calibrate_pro/patterns/__init__.py
calibrate_pro/patterns/display.py
calibrate_pro/platform/__init__.py
calibrate_pro/platform/base.py
calibrate_pro/platform/linux.py
calibrate_pro/platform/macos.py
calibrate_pro/platform/windows.py
calibrate_pro/plugins/__init__.py
calibrate_pro/plugins/manager.py
calibrate_pro/profiles/__init__.py
calibrate_pro/profiles/icc_v4.py
calibrate_pro/profiles/mhc2.py
calibrate_pro/profiles/profile_installer.py
calibrate_pro/profiles/vcgt.py
calibrate_pro/resources/action-capabilities.json
calibrate_pro/resources/calibrate_pro.ico
calibrate_pro/resources/calibrate_pro.png
calibrate_pro/resources/fake-acceptance-display.json
calibrate_pro/sensorless/__init__.py
calibrate_pro/sensorless/auto_calibration.py
calibrate_pro/sensorless/camera_calibration.py
calibrate_pro/sensorless/neuralux.py
calibrate_pro/sensorless/pattern_generator.py
calibrate_pro/sensorless/visual_matcher.py
calibrate_pro/services/__init__.py
calibrate_pro/services/ambient_light.py
calibrate_pro/services/app_switcher.py
calibrate_pro/services/calibration_guard.py
calibrate_pro/services/drift_monitor.py
calibrate_pro/services/gamut_clamp.py
calibrate_pro/startup/__init__.py
calibrate_pro/startup/calibration_loader.py
calibrate_pro/startup/lut_autoload.py
calibrate_pro/targets/__init__.py
calibrate_pro/targets/coverage.py
calibrate_pro/targets/gamma.py
calibrate_pro/targets/gamut.py
calibrate_pro/targets/luminance.py
calibrate_pro/targets/whitepoint.py
calibrate_pro/tray/__init__.py
calibrate_pro/tray/tray_app.py
calibrate_pro/utils/__init__.py
calibrate_pro/utils/auto_calibration.py
calibrate_pro/utils/startup_manager.py
calibrate_pro/verification/__init__.py
calibrate_pro/verification/colorchecker.py
calibrate_pro/verification/gamut_volume.py
calibrate_pro/verification/grayscale.py
calibrate_pro/verification/measured_verify.py
calibrate_pro/verification/patch_sets.py
calibrate_pro/verification/pdf_export.py
calibrate_pro/verification/provenance.py
calibrate_pro/verification/report_generator.py
calibrate_pro/verification/reports.py
docs/ENTERPRISE-READINESS.md
docs/INDUSTRY_FEATURES.md
docs/TECHNICAL.md
docs/UI_ROADMAP.md
docs/index.html
docs/brand/README.md
docs/brand/calibrate-pro-hero.png
docs/brand/calibrate-pro-hero.svg
docs/brand/calibrate-pro-mark.svg
docs/superpowers/plans/2026-07-10-calibrate-pro-1.1-pyside-packaging.md
docs/superpowers/plans/2026-07-12-native-dark-workbench.md
docs/superpowers/plans/2026-07-13-calibrate-pro-functional-recovery.md
docs/superpowers/specs/2026-07-09-calibrate-pro-packaging-polish-design.md
docs/superpowers/specs/2026-07-10-cp-hdr-1-measured-display-characterization-design.md
docs/superpowers/specs/2026-07-13-calibrate-pro-functional-recovery-design.md
dwm_lut/DwmLutGUI.exe
dwm_lut/LICENSE
dwm_lut/LICENSE-THIRD-PARTY
dwm_lut/WindowsDisplayAPI.dll
dwm_lut/dwm_lut.dll
examples/inspect_panels.py
installer/CalibratePro.iss
packaging/binary-provenance.lock.json
packaging/components-win64.json
packaging/frozen-features.json
packaging/frozen-modules.json
packaging/pyi_rth_qt_api.py
packaging/qt-components.json
packaging/requirements-win64-py312.lock
packaging/requirements-win64.in
packaging/source-provenance.lock.json
packaging/toolchain-win64.json
scripts/build_windows.ps1
scripts/ccmx_calibration_loop.py
scripts/ccmx_chroma_adaptive.py
scripts/ccmx_verification.py
scripts/hybrid_measure.py
scripts/native_calibration_loop.py
scripts/native_calibration_loop_v2.py
scripts/native_colorchecker.py
scripts/native_iterative_refine.py
scripts/normalize_sdist.py
scripts/product_version.py
scripts/release_artifacts.py
scripts/render_gui_preview.py
scripts/run_measured_calibration.py
scripts/smoke_frozen.ps1
scripts/unlock_measure.py
scripts/vcgt_measure.py
scripts/verify_binary_provenance.py
scripts/verify_pe_manifest.py
scripts/verify_release_asset_set.py
scripts/verify_reproducibility.ps1
scripts/verify_source_provenance.py
tests/__init__.py
tests/action_context_support.py
tests/conftest.py
tests/fake_acceptance_support.py
tests/frozen_closure.py
tests/measurement_support.py
tests/monitor_control_support.py
tests/pattern_surface_support.py
tests/profile_support.py
tests/session_support.py
tests/system_profile_support.py
tests/test_absent_primary_is_not_an_ideal.py
tests/test_absent_reading_is_not_a_number.py
tests/test_action_binding.py
tests/test_action_capabilities.py
tests/test_action_outcomes.py
tests/test_actuator_boundary.py
tests/test_application_detection.py
tests/test_auto_calibration.py
tests/test_binary_provenance.py
tests/test_calibration_apply.py
tests/test_cam16_is_computed_or_absent.py
tests/test_capabilities_not_inferred_from_mode.py
tests/test_cli_dispatch.py
tests/test_cli_session.py
tests/test_color_math.py
tests/test_colorchecker_reference.py
tests/test_community_panel_not_invented.py
tests/test_correction_state.py
tests/test_ddc_ci_safety.py
tests/test_diagnostic_journal.py
tests/test_diagnostics.py
tests/test_display_not_dropped_when_asleep.py
tests/test_display_panel_matching.py
tests/test_doctor_output_forms.py
tests/test_dwm_lut_runtime_guard.py
tests/test_edid_declaration.py
tests/test_edid_detection.py
tests/test_edid_gamma_is_read_or_named.py
tests/test_edid_generation.py
tests/test_edid_panel_reports_unknowns.py
tests/test_edid_session.py
tests/test_edid_surfaces.py
tests/test_export_bundle.py
tests/test_fake_acceptance.py
tests/test_fake_acceptance_composition.py
tests/test_fake_acceptance_recovery.py
tests/test_frozen_module_allowlist.py
tests/test_functional_recovery_service.py
tests/test_gamut_reach_travels_with_the_label.py
tests/test_gui_action_surface.py
tests/test_gui_characterization.py
tests/test_gui_declared_surfaces.py
tests/test_gui_lazy_imports.py
tests/test_gui_measurement_surface.py
tests/test_gui_preview_mode.py
tests/test_gui_profiles_page.py
tests/test_gui_theme_contract.py
tests/test_gui_tray.py
tests/test_gui_truthfulness.py
tests/test_hdr_provenance.py
tests/test_hdr_workflow.py
tests/test_i1d3_protocol.py
tests/test_icc_curve_not_extrapolated.py
tests/test_instrument_port.py
tests/test_least_privilege.py
tests/test_lut_engine.py
tests/test_manifest_declarations.py
tests/test_mcp.py
tests/test_measured_artifacts_are_measured.py
tests/test_measured_assets.py
tests/test_measured_runner.py
tests/test_measured_verification.py
tests/test_measurement_contract.py
tests/test_measurement_service.py
tests/test_monitor_control_commands.py
tests/test_monitor_control_session.py
tests/test_monitor_control_writes.py
tests/test_native_loop.py
tests/test_packaging_contract.py
tests/test_panel_database.py
tests/test_panel_identity_needs_manufacturer.py
tests/test_panel_profile_reading.py
tests/test_patch_must_be_displayed.py
tests/test_patch_presenter.py
tests/test_pattern_actions.py
tests/test_pattern_catalogue.py
tests/test_pattern_commands.py
tests/test_pattern_model.py
tests/test_pattern_surface.py
tests/test_pdf_export.py
tests/test_platform.py
tests/test_pq_conformance.py
tests/test_predicted_verification.py
tests/test_professional_features.py
tests/test_profile_actions.py
tests/test_profile_installer_portability.py
tests/test_profile_installer_safety.py
tests/test_profile_listing.py
tests/test_public_release_docs.py
tests/test_pypi_release_workflow.py
tests/test_python_compatibility.py
tests/test_qt_binding_contract.py
tests/test_qt_pattern_surface.py
tests/test_qt_redistribution.py
tests/test_recovery_detection.py
tests/test_release_artifacts.py
tests/test_release_asset_set.py
tests/test_release_lock.py
tests/test_release_metadata.py
tests/test_release_pipeline_contract.py
tests/test_report_truthfulness.py
tests/test_reported_quantity_names.py
tests/test_sdist_reproducibility.py
tests/test_sdr_white_level_is_not_guessed.py
tests/test_simulated_source_is_named.py
tests/test_spyder_patch_display.py
tests/test_system_profile_capabilities.py
tests/test_system_profile_commands.py
tests/test_system_profile_removals.py
tests/test_system_profile_writes.py
tests/test_target_reaches_the_correction.py
tests/test_the_axes_reach_the_session.py
tests/test_the_profile_describes_the_display.py
tests/test_truthfulness_contract.py
tests/test_unknown_peak_is_not_divided_by.py
tests/test_unmeasured_results_refused.py
tests/test_verification.py
tests/test_verification_imports.py
tests/test_verification_uncorrected.py
tests/test_version_pins_name_this_release.py
tests/test_whitepoint_presets.py
tests/test_windows_ctypes_abi.py
tests/test_windows_display_state_adapter.py
tests/test_workflow.py
tests/data/gui-public-api-1.0.json
tests/data/st2084-gold-vectors.json