[AGIPD][CORRECT][CS] Fix badpixelsCS before we have multiple CCVss to have same BadPixels shapes.
Description
While checking different shapes for different calibration constants, I realized using the same shape as BadpixelsPC. It's shape is not sane compared to other Badpixels constants for AGIPD and it needs reshaping before being used.
BadPixels shape:
- BadPixelsDark (128, 512, 352, 3)
- BadPixelsFF (128, 512, 352)
- BadPixelsPC (352, 512, 128)
-
BadPixelsCS
(352, 512, 128)(128, 512, 352)
How Has This Been Tested?
Relevant Documents (optional)
Types of changes
- Bug fix (non-breaking change which fixes an issue)
Checklist:
Reviewers
Edited by Karim Ahmed