Superbias as it is works very well with CCD sensors. It can be made to work with CMOS sensors as well but you have to go through a few additional steps as CMOS sensors have both horizontal and vertical banding due to how the nature of the read-out hardware. Here's the gist of it:
1) Rename your master bias to 'bias'.
2) Run Superbias in column mode on your 'bias' image, rename the output 'superbias_v'
3) Apply PixelMath to the 'bias' image with this expression: bias - superbias_v + 0.1
4) Run Superbias in row mode on your 'bias' image, rename the output 'superbias_h'
5) Apply PixelMath to the 'bias' image with this expression: superbias_b + superbias_h - 0.1
Assuming PixelMath is set to defaults, outside of the expressions I specified, your 'bias' image should now contain a superbias image that has both the horizontal and vertical components of your master bias image.
Regards,
David