Gray8OffsetImage warpedGreen = (Gray8OffsetImage) this.grayWarp.getFront();
this.selectBlue.push(imageInput);
this.grayWarp.push(this.selectBlue.getFront());
Gray8OffsetImage warpedBlue = (Gray8OffsetImage) this.grayWarp.getFront();
RgbImage rgb = Gray3Bands2Rgb.push(warpedRed, warpedGreen, warpedBlue);
super.setOutput(new RgbOffsetImage(
rgb,
warpedRed.getXOffset(),
warpedRed.getYOffset()));
}