// setting
// //
// Setting the source for the image write operation
mWriter.write(null, new IIOImage(source, null,
new AsciiGridsImageMetadata(cols, rows, cellsizeX,cellsizeY, xl, yl, true,grass, inNoData)), null);
// writing crs info
writeCRSInfo(crs);
// /////////////////////////////////////////////////////////////////