Explorar o código

typo fixed

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@57161 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler %!s(int64=11) %!d(string=hai) anos
pai
achega
9cbfc4d60e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      imagery/imageryintro.html

+ 1 - 1
imagery/imageryintro.html

@@ -17,7 +17,7 @@ bits. This energy is called radiance-at-sensor. To obtain physical
 values from DNs, satellite image providers use a linear transform 
 values from DNs, satellite image providers use a linear transform 
 equation <tt>(y = a * x + b)</tt> to encode the radiance-at-sensor 
 equation <tt>(y = a * x + b)</tt> to encode the radiance-at-sensor 
 in 8 to 16 bits. DNs can be turned back into physical values by 
 in 8 to 16 bits. DNs can be turned back into physical values by 
-applying the reverse formula <tt>(x = (y - b))</tt>.
+applying the reverse formula <tt>(x = (y - b) / a)</tt>.
 <p>
 <p>
 The GRASS GIS module <a href="i.landsat.toar.html">i.landsat.toar</a>
 The GRASS GIS module <a href="i.landsat.toar.html">i.landsat.toar</a>
 easily transforms Landsat DN to radiance-at-sensor. The equivalent 
 easily transforms Landsat DN to radiance-at-sensor. The equivalent