Thanks all who replied, particularly Hamish who seems to have most accurately diagnosed my problem.  nsres and ewres for the default region were 2.33 and 3.88 respectively, whereas they were 7.05 and 6.90 for the raster..  I live and learn. : )
<br><br>Thanks again,<br><br>Pete<br><br><div><span class="gmail_quote">On 5/8/07, <b class="gmail_sendername">Hamish</b> &lt;<a href="mailto:hamish_nospam@yahoo.com">hamish_nospam@yahoo.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
pete davidson wrote:<br>&gt; For several days I assumed I was making a mistake somewhere in the<br>&gt; r.in.gdal/ i.target / i.points / i.rectify process.&nbsp;&nbsp;However, this<br>&gt; morning I opened qgis to do something else, then on a whim created a
<br>&gt; new map, displayed a couple of pre-existing vector layers from the<br>&gt; grass &#39;real_location&#39; location, then added the grass raster layer<br>&gt; TL0232.blue_1.&nbsp;&nbsp;To my surprise it displayed perfectly.&nbsp;&nbsp;Correctly
<br>&gt; oriented and rectified and in a usable resolution and everything.<br>&gt;<br>&gt; Back in grass, if I do<br>&gt; - g.region rast=TL0232.blue_1<br>&gt; - d.mon x0<br>&gt; - d.rast TL0232.blue_1<br>&gt;<br>&gt; I get a correctly displayed raster,
<br><br>ok, so your rectification process should be ok.<br><br>use <a href="http://r.info">r.info</a> anytime and r.univar after &quot;g.region rast=&quot; to get an idea<br>about what data is actually in your map. (rows, columns, resolution)
<br><br><br>&gt; however as soon as I do g.region -d to go back to the (larger) default<br>&gt; region, any attempt to display the raster again produces an unusably<br>&gt; low-res version..<br><br>The default region or default region resolution is wrong? 
d.rast works<br>in the current region, not the map&#39;s region. It resamples the raster map<br>on the fly.<br><br>try:<br> g.region -d<br> g.region -p<br><br>how do the bounds and resolution compare with what <a href="http://r.info">
r.info</a> show?<br>(same as)<br> g.region rast=TL0232.blue_1<br> g.region -p<br><br><br>&quot;g.region -d&quot; will always use what you specified when you first created<br>the location. (stored in $MAPSET/PERMANENT/DEFAULT_WIND)
<br><br>I expect the default resolution was set to something much coarser than<br>your rectified map&#39;s resolution, and it is simply a mis-display.<br><br><br>Hamish<br></blockquote></div><br>