Skip to content

Adjust Limits for Average Thickness in Module Metrology

In the module metrology, (QUAD_MODULE_METROLOGY.py, line 148-149), there is:

           for i in results["AVERAGE_THICKNESS"]:
                if i < 0.5e3 or i > 0.6e3:

https://gitlab.cern.ch/atlas-itk/pixel/module/module-qc-analysis-tools/-/blob/main/src/module_qc_analysis_tools/cli/QUAD_MODULE_METROLOGY.py?ref_type=heads#L149 Which is the reason, why several of our modules are wrongly labeled as QC failed, as the following PDF: https://edms.cern.ch/ui/file/2363543/10/AT2-0000020511_L2-L4_ASSEMBLED_MODULE-v12.pdf states, that the limits for uncoated modules are 0.616 +0.155/-0.105 instead.

If there are no objections (the implemented cut seems to be wrong), I will provide a fix for it soon.