Skip to content

fix(calcat_explorer): show all CCs

Karim Ahmed requested to merge fix/calcat_explorer_show_all_ccs into master

Description

The CalCat Explorer was not showing all Calibration Constants and there CCVs. For SPB AGIPD Module ***_M421 it was only showing one of the CC and condition table and not the other.

Changes Made

  • Show better message for all CCs and condition ids.
  • Fix the page if no constants are found but possible conditions are found.
  • Remove unused class in calcat_bits.

Screenshots

Before:

before

After:

after

Related Issues

Tests

Tested with the faulty module.

Additional Notes

  • Impacted areas: CalCat_Explorer page.

Merge Request Checklist

  • Code follows project coding guidelines.
  • Documentation reflects the changes made.
  • Unit tests are added or updated to cover the changes.
  • The application runs without errors and the new functionality works as expected.
Edited by Karim Ahmed

Merge request reports