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

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Jul 25 16:50:19 EDT 2010


Author: neteler
Date: 2010-07-25 20:50:19 +0000 (Sun, 25 Jul 2010)
New Revision: 42892

Modified:
   grass/trunk/imagery/i.atcorr/create_iwave.py
   grass/trunk/imagery/i.atcorr/i.atcorr.html
Log:
fix python line; + Anne Ghisla

Modified: grass/trunk/imagery/i.atcorr/create_iwave.py
===================================================================
--- grass/trunk/imagery/i.atcorr/create_iwave.py	2010-07-25 20:45:26 UTC (rev 42891)
+++ grass/trunk/imagery/i.atcorr/create_iwave.py	2010-07-25 20:50:19 UTC (rev 42892)
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/env python
 """
 Created on Sat Mar 27 11:35:32 2010
 
@@ -9,7 +9,7 @@
 
 Needs numpy and scipy
 
- at author: daniel
+ at author: daniel victoria, 2010
 contact: daniel {dot} victoria {at} gmail {dot} com
 
 usage() explains how this is supposed to work
@@ -18,8 +18,7 @@
 First line (and only first) is a header with Wl, followed by band names
 file name is used for sensor name
 
-Self though programer warning: beware of fractured python bellow
-and fractured english also :)
+Updated by: Anne Ghisla, 2010
 """
 import os
 import sys

Modified: grass/trunk/imagery/i.atcorr/i.atcorr.html
===================================================================
--- grass/trunk/imagery/i.atcorr/i.atcorr.html	2010-07-25 20:45:26 UTC (rev 42891)
+++ grass/trunk/imagery/i.atcorr/i.atcorr.html	2010-07-25 20:50:19 UTC (rev 42892)
@@ -598,6 +598,9 @@
 <p><em>ASTER sensor addition 7/2009:</em>
 <br>Michael Perdue, Canada
 
+<p><em>AVNIR, IKONOS sensors addition 7/2010:</em>
+<br>Daniel Victoria, Anne Ghisla
+
 <h2>REFERENCES</h2>
 
 <ul>



More information about the grass-commit mailing list