CMS Pixel Detector
Miscellaneous
|
Phase 1
Phase 2
|
Layer 1 Replacement
Layers 2-4
|
Layer 1 Replacement Elog |
Not logged in |
|
|
Message ID: 256
Entry time: Thu May 7 01:51:03 2020
|
Author: |
Dinko Ferencek |
Category: |
Software |
Subject: |
Strange bug/feature affecting Pixel Defects info in the Production Overview page |
|
|
It was observed that sometimes the Pixel Defects info in the Production Overview page is missing
It turned out this was happening for those modules for which the MoReWeb analysis was run more than once. The solution is to remove all info from the database for the affected modules
python Controller.py -d
type in, e.g. M1668, and when prompted, type in 'all' and press ENTER and confirm you want to delete all entries. After that, run
python Controller.py -m M1668
followed by
python Controller.py -p
The missing info should now be visible. |