Hamish, <br><br>thank you. It&#39;s working<br><br>ramaraju<br><br><div class="gmail_quote">On Sat, May 31, 2008 at 8:58 PM, Hamish &lt;<a href="mailto:hamish_b@yahoo.com">hamish_b@yahoo.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
ramaraju:<br>
<div><div></div><div class="Wj3C7c">&gt; I am using SRTM data for my study area with elevation<br>
&gt; values ranging from 12 m to 960 m. I have set the color table to bgyr.<br>
&gt; When I tried composing a map in ps.map using the above data with color<br>
&gt; table, it gave me the following error message:<br>
&gt; Your cats/ file is invalid. A cats/ file with categories and labels is<br>
&gt; required for &#39;colortable&#39; when using CELL rasters.<br>
&gt; No colortable will be assigned to this output postscript file.<br>
&gt; However, raster legend can be displayed in the grass map<br>
&gt; display window.<br>
&gt; I am using GRASS 6.3 on ubuntu 8.04 Can any of you advise me on how<br>
&gt; to overcome this problem and print color table?<br>
<br>
</div></div>not a very good solution, but convert the map to a FCELL raster with:<br>
<br>
g.region rast=cell_map<br>
r.mapcalc &quot;fcell_map = float(cell_map)&quot;<br>
<br>
<br>
then it shouldn&#39;t treat it as categorical and the colortable legend should work.<br>
<font color="#888888"><br>
<br>
Hamish<br>
<br>
<br>
<br>
<br>
<br>
<br>
</font></blockquote></div><br>