[GRASS-SVN] r37106 - grass/branches/develbranch_6/imagery/i.atcorr/test_suite

svn_grass at osgeo.org svn_grass at osgeo.org
Sun May 10 12:12:41 EDT 2009


Author: neteler
Date: 2009-05-10 12:12:41 -0400 (Sun, 10 May 2009)
New Revision: 37106

Added:
   grass/branches/develbranch_6/imagery/i.atcorr/test_suite/README.txt
Log:
explain how to test

Added: grass/branches/develbranch_6/imagery/i.atcorr/test_suite/README.txt
===================================================================
--- grass/branches/develbranch_6/imagery/i.atcorr/test_suite/README.txt	                        (rev 0)
+++ grass/branches/develbranch_6/imagery/i.atcorr/test_suite/README.txt	2009-05-10 16:12:41 UTC (rev 37106)
@@ -0,0 +1,30 @@
+Test suite i.atcorr
+
+ETM4_atmospheric_input.txt = File with the atmospheric and sensor conditions
+ETM4.res                   = Output file showing the atmospheric and sensor conditions
+ETM4_400x400.raw           = Image input file
+ETM4_400x400_atms_corr.raw = Image output file (expected output)
+
+
+# try in Spearfish location or other:
+
+# import raw Landsat channel 4:
+r.in.gdal ETM4_400x400.raw out=ETM4_400x400.raw -o
+# set region to this map
+g.region rast=ETM4_400x400.raw
+
+# run atmospheric correction on imported channel 4:
+i.atcorr -r --o iimg=ETM4_400x400.raw \
+         icnd=./ETM4_atmospheric_input_GRASS.txt \
+         ialt=dem \
+         oimg=ETM4_400x400.corrected
+
+# import already corrected test data set for comparison:
+r.in.gdal ETM4_400x400_atms_corr.raw out=ETM4_400x400_atms_corr -o
+
+# compare:
+r.mapcalc "diff = ETM4_400x400_atms_corr - ETM4_400x400.corrected"
+r.colors diff color=differences
+
+r.univar diff
+


Property changes on: grass/branches/develbranch_6/imagery/i.atcorr/test_suite/README.txt
___________________________________________________________________
Name: svn:eol-style
   + native



More information about the grass-commit mailing list