I have an ASCII file with several columns, defining X and Y coordinates in the geographic projection and estimated quantities.
I have defined a ROI on an remote sensed image, dumped it to an ASCII file, and processed it with my program, estimating some ground quantities of my interest and saving results to similar file. First two columns, containing coordinates, remain unchanged.
Now I want ENVI to produce a map of these quantities.
The only way I have discovered is Vector -> Rasterize point data.
However, this procedure is designed for rasterizing unevenly spaced points and producing a "smooth" image.with filling empty points with interpolated values.
This doesn't satisfy me. I want to produce a map with the same dimensions as the original one has, having estimated values written exactly in the pixels, from which the measured values were taken, and 0s in the pixels, which originally were outside the ROI.
|