on the superpixel stuff, just to follow up, i had to use the following pixelmath expressions:
R
Pixel($T,XPos()*2,YPos()*2,0)
G1
Pixel($T,XPos()*2+1,YPos()*2,1)
G2
Pixel($T,XPos()*2,YPos()*2+1,1)
B
Pixel($T,XPos()*2+1,YPos()*2+1,2)
attached is a process icon set containing the pixelmath setups, but if someone wants to use this they'll have to manually adjust the image width/height to match 1/2 the size of their camera's sensor.
ah phooey, there is a little bug in the process icons - the image is set to RGB but it should be set to greyscale.