}
super.setOutput(cxmResult);
}
private void invertPsf() throws jjil.core.Error {
this.gPsfSq = new Gray32Image(this.cxmPsfInv.getWidth(), this.cxmPsfInv.getHeight());
Complex cxPsf[] = this.cxmPsfInv.getData();
int nData[] = this.gPsfSq.getData();
for (int i=0; i<this.cxmPsfInv.getWidth() * this.cxmPsfInv.getHeight(); i++) {
if (Math.abs(cxPsf[i].real()) > MathPlus.SCALE ||
Math.abs(cxPsf[i].imag()) > MathPlus.SCALE) {