Просмотр исходного кода

typo fixed

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@57161 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 11 лет назад
Родитель
Сommit
9cbfc4d60e
1 измененных файлов с 1 добавлено и 1 удалено
  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 
 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 
-applying the reverse formula <tt>(x = (y - b))</tt>.
+applying the reverse formula <tt>(x = (y - b) / a)</tt>.
 <p>
 The GRASS GIS module <a href="i.landsat.toar.html">i.landsat.toar</a>
 easily transforms Landsat DN to radiance-at-sensor. The equivalent