// Most of C27 at least seems to have a single large extra pulse in the higher channels which messes up the ambient light level detection
// change the windows to miss it here.

SaturationRelativeInitAmbientFromData				0, -370, -290, 1			//ch, lBoundX, uBoundX, threshold
SaturationRelativeInitAmbientFromData				1, -250, -200, 1			//ch, lBoundX, uBoundX, threshold
SaturationRelativeInitAmbientFromData				2, -230, -200, 1		//ch, lBoundX, uBoundX, threshold
SaturationRelativeInitAmbientFromData				3, -160, -120, 1		//ch, lBoundX, uBoundX, threshold

//Also trim the plasma region, so we don't try to read the extra pulse as plasma
SaturationRelativePlasmaRegion		-145, -145, -145, -145,   70, 70, 70, 70, 
