report.setReadImageData(null);
report.setWriteImageData(null);
break;
case AttrDataFormat._IMAGE:
report.setDimensionType(DimensionType.IMAGE);
rawData = (double[]) tangoAttribute.readArray(Double.TYPE);
int xDim = attribute.getDeviceAttribute().getDimX();
int yDim = attribute.getDeviceAttribute().getDimY();
Double[][] readImageData;
Double[][] writeImageData;
Double[] writtenImage = tangoAttribute.readSpecOrImage(Double.class);