[GRASS-SVN] r49131 - grass/branches/releasebranch_6_4/imagery/i.fft

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Nov 8 04:26:45 EST 2011


Author: neteler
Date: 2011-11-08 01:26:45 -0800 (Tue, 08 Nov 2011)
New Revision: 49131

Modified:
   grass/branches/releasebranch_6_4/imagery/i.fft/description.html
Log:
NC example added

Modified: grass/branches/releasebranch_6_4/imagery/i.fft/description.html
===================================================================
--- grass/branches/releasebranch_6_4/imagery/i.fft/description.html	2011-11-08 09:24:45 UTC (rev 49130)
+++ grass/branches/releasebranch_6_4/imagery/i.fft/description.html	2011-11-08 09:26:45 UTC (rev 49131)
@@ -30,35 +30,42 @@
 on the command line, as suggested by Richards (1986).  A
 color table is assigned to the resultant map layer.
 
-
 <P>
-
 The current geographic region and mask settings are
 respected when reading the input file.  The presence of a
 mask will, in general, make the resulting fast Fourier
 transform invalid, or at least difficult to interpret.
 
+<h2>EXAMPLE</h2>
+
+North Carolina example:
+
+<div class="code"><pre>
+g.region rast=lsat7_2002_70
+i.fft input_image=lsat7_2002_70 real=lsat7_2002_70.real imaginary=lsat7_2002_70.imag
+
+# set region to resulting FFT output map (due to new FFT coordinate space):
+g.region rast=lsat7_2002_70.real -p
+d.mon x0
+d.rast lsat7_2002_70.real
+d.rast lsat7_2002_70.imag
+</pre></div>
+
 <H2>SEE ALSO</H2>
 
-M. Frigo and S. G. Johnson (1998): "FFTW: An Adaptive Software Architecture
+<ul>
+<li> M. Frigo and S. G. Johnson (1998): "FFTW: An Adaptive Software Architecture
 for the FFT". See <a href=>www.FFTW.org</a>: FFTW is a C subroutine library
 for computing the Discrete Fourier Transform (DFT) in one or more
 dimensions, of both real and complex data, and of arbitrary input size.
 
-<P>
+<li> John A. Richards, 1986. Remote Sensing Digital Image Analysis, Springer-Verlag.
+</ul>
 
-<B>Remote Sensing Digital Image Analysis</B>,
-by John A. Richards,
-Springer-Verlag, 1986.
-
-
 <P>
+Personal communication, between progam author and Ali R. Vali,
+Space Research Center, <A HREF="http://www.utexas.edu">University of Texas</A>, Austin, 1990.
 
-Personal communication,
-between progam author and Ali R. Vali,
-Space Research Center, 
-<A HREF="http://www.utexas.edu">University of Texas</A>, Austin, 1990.
-
 <P>
 
 <EM><A HREF="i.cca.html">i.cca</A></EM><br>



More information about the grass-commit mailing list