= pexConfig.Field(
dtype=int,
doc=("If BPC is the set of all the bad pixels in a given column (not necessarily consecutive) ",
"and the size of BPC is at least 'badOnAndOffPixelColumnThreshold', all the pixels between the ",
"pixels that satisfy minY (BPC) and maxY (BPC) will be marked as bad, with 'Y' being the long ",
"axis of the amplifier (and 'X' the other axis, which for a column is a constant for all ",
"pixels in the set BPC). If there are more than 'goodPixelColumnGapThreshold' consecutive ",
"non-bad pixels in BPC, an exception to the above is made and those consecutive ",
"'goodPixelColumnGapThreshold' are not marked as bad."),
default=50,
)