[GRASS-SVN] r31051 - grass/trunk/imagery/i.atcorr

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Apr 20 03:37:10 EDT 2008


Author: hamish
Date: 2008-04-20 03:37:10 -0400 (Sun, 20 Apr 2008)
New Revision: 31051

Modified:
   grass/trunk/imagery/i.atcorr/description.html
   grass/trunk/imagery/i.atcorr/main.cpp
Log:
module descripion, html bugs

Modified: grass/trunk/imagery/i.atcorr/description.html
===================================================================
--- grass/trunk/imagery/i.atcorr/description.html	2008-04-20 07:21:47 UTC (rev 31050)
+++ grass/trunk/imagery/i.atcorr/description.html	2008-04-20 07:37:10 UTC (rev 31051)
@@ -41,8 +41,8 @@
 64                           - 4th band of ETM+ Landsat 7
 </pre></div>
 
-<font color="red">
-<h2>REMAINING DOCUMENTATION ISSUES</h2>
+
+<h2><font color="red">REMAINING DOCUMENTATION ISSUES</font></h2>
 1. Using the target elevation and visibility parameters in the <em>icnd</em>
 file overrides <em>ialt</em> and <em>ivis</em> input rasters. It is not clear
 what to do to force <b>i.atcorr</b> to use the rasters instead though.
@@ -65,7 +65,6 @@
 speeding them up.
 <p>
 7. "This should not affect the user's current region settings" sounds ambigious.
-</font>
 
 <p>
 
@@ -73,7 +72,7 @@
 
 <h3>A. Geometrical conditions:</h3>
 
-<table BORDER WIDTH=AUTO CELLPADDING=3>
+<table BORDERWIDTH="AUTO" CELLPADDING="3">
 
 <tr>
 <td>Code</td>
@@ -163,7 +162,7 @@
 
 <br><h3>B. Atmospheric model</h3>
 
-<table BORDER WIDTH=AUTO CELLPADDING=3>
+<table BORDERWIDTH="AUTO" CELLPADDING="3">
 
 <tr>
 <td>Code</td>
@@ -235,7 +234,7 @@
 
 <br><h3>C. Aerosols model</h3>
 
-<table BORDER WIDTH=AUTO CELLPADDING=3>
+<table BORDERWIDTH="AUTO" CELLPADDING="3">
 
 <tr>
 <td>Code</td>
@@ -378,7 +377,7 @@
 
 <p>Define your own spectral conditions:
 <p>
-<table BORDER CELLPADDING=3 WIDTH=AUTO>
+<table BORDERWIDTH="AUTO" CELLPADDING="3">
 
 <tr>
 <td>Code</td>
@@ -410,9 +409,9 @@
 </tr>
 </table>
 
-<p>Pre-defined satellite bands:</blockquote>
+<p>Pre-defined satellite bands:
 <p>
-<table BORDER WIDTH=AUTO CELLPADDING=3>
+<table BORDERWIDTH="AUTO" CELLPADDING="3">
 
 <tr><td>Code</td><td>Meaning</td></tr>
 

Modified: grass/trunk/imagery/i.atcorr/main.cpp
===================================================================
--- grass/trunk/imagery/i.atcorr/main.cpp	2008-04-20 07:21:47 UTC (rev 31050)
+++ grass/trunk/imagery/i.atcorr/main.cpp	2008-04-20 07:37:10 UTC (rev 31051)
@@ -403,8 +403,9 @@
 	struct GModule *module;
 
 	module = G_define_module();
+	module->label = "Performs atmospheric correction using the 6S algorithm.";
 	module->description =
-	 " 6s - Second Simulation of Satellite Signal in the Solar Spectrum.";/*
+	 "6S - Second Simulation of Satellite Signal in the Solar Spectrum.";/*
 	 
 	 " Incorporated into Grass by Christo A. Zietsman, January 2003.\n"
 	 " Converted from Fortran to C by Christo A. Zietsman, November 2002.\n\n"



More information about the grass-commit mailing list