[GRASS-SVN] r72860 - grass-addons/grass7/imagery/i.nightlights.intercalibration

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jun 20 07:49:18 PDT 2018


Author: nikosa
Date: 2018-06-20 07:49:18 -0700 (Wed, 20 Jun 2018)
New Revision: 72860

Modified:
   grass-addons/grass7/imagery/i.nightlights.intercalibration/intercalibration_equations.py
Log:
intercalibration_equations.py: minor addition of a white space

Modified: grass-addons/grass7/imagery/i.nightlights.intercalibration/intercalibration_equations.py
===================================================================
--- grass-addons/grass7/imagery/i.nightlights.intercalibration/intercalibration_equations.py	2018-06-20 14:48:01 UTC (rev 72859)
+++ grass-addons/grass7/imagery/i.nightlights.intercalibration/intercalibration_equations.py	2018-06-20 14:49:18 UTC (rev 72860)
@@ -13,8 +13,8 @@
 import collections
 
 csvstring = """csvauthor|model|formula
-ELVIDGE2009|DNadj. = ({c0}) + ({c1}) * DN + ({c2}) * DN^2|({c0}) +({c1})*{dummy} + ({c2})*{dummy}^2
-ELVIDGE2014|DNadj. = ({c0}) + ({c1}) * DN + ({c2}) * DN^2|({c0}) +({c1})*{dummy} + ({c2})*{dummy}^2
+ELVIDGE2009|DNadj. = ({c0}) + ({c1}) * DN + ({c2}) * DN^2|({c0}) + ({c1})*{dummy} + ({c2})*{dummy}^2
+ELVIDGE2014|DNadj. = ({c0}) + ({c1}) * DN + ({c2}) * DN^2|({c0}) + ({c1})*{dummy} + ({c2})*{dummy}^2
 LIU2012|DNadj. = {c0} + {c1} * DN + {c2} * DN^2|({c0}) + ({c1})*{dummy} +({c2})*{dummy}^2
 WU2013|DNc + 1 = {a} * (DNm + 1)^{b}|({a}) * ({dummy} + 1)^({b})"""
 



More information about the grass-commit mailing list