hellow,<br>
<br>
I've download S.M. Skirving's algorith for atmospheric correction of
Landsat imaged based on Chavez's COST-Model, from the following web:<br>
<a href="http://arsc.arid.arizona.edu/resources/image_processing/landsat/ls5-atmo.html">http://arsc.arid.arizona.edu/resources/image_processing/landsat/ls5-atmo.html</a><br>
<br>
the algorithm is:<br>
<br>
MODEL GMD = (( -2.8890805 + (0.0602353 * 'name_of_the_band' - 0.15)) *
PI *0.9932554&nbsp; ** 2) / (195.7 * COS (PI/180 * (90 - 52.21))&nbsp;
** 2)<br>
<br>
The results obtained with r.map.calc represent the reflectiviy of each
pixel and range between 0-1, but really what I want to get is the image
with the Digital Levels corrected (from the raw image)with values 0-255
to afterwards perform a supervised classification.<br>
<br>
<br>
How must I do to get it? <br>
<br>
thanks in advanced<br>
<br>
Gabriella.