OK. The issue is that the raw image when opened in PixInsight still contains the optically black regions - regardless whether the option 'No image crop' in RAW format preferences is disabled (this setting is correct and is the default setting as well). This camera (it is correctly recognized as "Canon EOS 2000D") has an odd vertical offset. So the result is that the bayer pattern is jumbled:
R G R G G B G B
G B G B to R G R G
R G R G G B G B
G B G B R G R G
RGGB to GBRG
However, I suggest you NOT to use 'GBRG' as debayer pattern. You must get rid of the optically black region anyway. So the better option seems to be to crop each raw image with these parameters:
left margin: -76
upper margin: -35
In this way, the image that initially had 6096 x 4051 pixels will be cropped to 6020 x 4016 pixels.
The cropping can be done by loading the raw frames (CR2 format) into an image container (output template: "&filename;.xisf") and dragging and dropping the New instance (blue triangle) of the image container to the lower window edge of the crop process window. This procedure must be followed for ALL raw frames (lights, bias, darks, flats, ...).
Then use DPP with Bayer/mosaic pattern set to 'RGGB' for debayering.
----------
The Canon EOS 2000D was released in April 2018. I guess that this issue is caused by the LibRaw version 0.19.2 which does not support the cropping of the optical black regions with that camera model yet.
Bernd