Feat/collect ccvs matching conditions
It was mentioned multiple times that the CCVs retrieved in pages like SideBySide and Like_ReportService are not of the same conditions which is not useful at all.
Getting CCVs of the same parameter condition values.
This addresses this issue by using get_possible
conditions from CALCAT API to get the possible conditions from the edited table then only get the CCVs with a condition id from these possible conditions.
Select detector -> Select calibration -> Set parameter condition values -> Get CCVs -> Select CCVs that have a condition ID matching those in the possible conditions.
New wedgit for giving parameter condition values.
In this MR we have a new wedgit for editing a dataframe of parameters based on the selected detector and calibration.
Pages affected
- Like_Reportservice
- SideBySide
- BadPixels_Trends
Edited by Karim Ahmed