[GRASS-SVN] r68878 - in grass/trunk: imagery/i.aster.toar locale/po

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jul 7 01:11:38 PDT 2016


Author: neteler
Date: 2016-07-07 01:11:38 -0700 (Thu, 07 Jul 2016)
New Revision: 68878

Modified:
   grass/trunk/imagery/i.aster.toar/gain_aster.c
   grass/trunk/imagery/i.aster.toar/main.c
   grass/trunk/imagery/i.aster.toar/rad2ref_aster.c
   grass/trunk/locale/po/grassmods_ar.po
   grass/trunk/locale/po/grassmods_cs.po
   grass/trunk/locale/po/grassmods_de.po
   grass/trunk/locale/po/grassmods_el.po
   grass/trunk/locale/po/grassmods_es.po
   grass/trunk/locale/po/grassmods_fi.po
   grass/trunk/locale/po/grassmods_fr.po
   grass/trunk/locale/po/grassmods_it.po
   grass/trunk/locale/po/grassmods_ja.po
   grass/trunk/locale/po/grassmods_ko.po
   grass/trunk/locale/po/grassmods_lv.po
   grass/trunk/locale/po/grassmods_pl.po
   grass/trunk/locale/po/grassmods_pt.po
   grass/trunk/locale/po/grassmods_pt_br.po
   grass/trunk/locale/po/grassmods_ro.po
   grass/trunk/locale/po/grassmods_ru.po
   grass/trunk/locale/po/grassmods_sl.po
   grass/trunk/locale/po/grassmods_th.po
   grass/trunk/locale/po/grassmods_tr.po
   grass/trunk/locale/po/grassmods_vi.po
   grass/trunk/locale/po/grassmods_zh.po
Log:
i.aster.toar: indent source code; avoid private PI definition; fix description line

Modified: grass/trunk/imagery/i.aster.toar/gain_aster.c
===================================================================
--- grass/trunk/imagery/i.aster.toar/gain_aster.c	2016-07-07 05:33:07 UTC (rev 68877)
+++ grass/trunk/imagery/i.aster.toar/gain_aster.c	2016-07-07 08:11:38 UTC (rev 68878)
@@ -14,139 +14,139 @@
 
     /* HIGH GAIN */
     if (gain_code == 0) {
-	/* Band 1 */
-	if (band_number == 0)
-	    result = 0.676;
-	/* Band 2 */
-	if (band_number == 1)
-	    result = 0.708;
-	/* Band 3N */
-	if (band_number == 2)
-	    result = 0.423;
-	/* Band 3B */
-	if (band_number == 3)
-	    result = 0.423;
-	/* Band 4 */
-	if (band_number == 4)
-	    result = 0.1087;
-	/* Band 5 */
-	if (band_number == 5)
-	    result = 0.0348;
-	/* Band 6 */
-	if (band_number == 6)
-	    result = 0.0313;
-	/* Band 7 */
-	if (band_number == 7)
-	    result = 0.0299;
-	/* Band 8 */
-	if (band_number == 8)
-	    result = 0.0209;
-	/* Band 9 */
-	if (band_number == 9)
-	    result = 0.0159;
+        /* Band 1 */
+        if (band_number == 0)
+            result = 0.676;
+        /* Band 2 */
+        if (band_number == 1)
+            result = 0.708;
+        /* Band 3N */
+        if (band_number == 2)
+            result = 0.423;
+        /* Band 3B */
+        if (band_number == 3)
+            result = 0.423;
+        /* Band 4 */
+        if (band_number == 4)
+            result = 0.1087;
+        /* Band 5 */
+        if (band_number == 5)
+            result = 0.0348;
+        /* Band 6 */
+        if (band_number == 6)
+            result = 0.0313;
+        /* Band 7 */
+        if (band_number == 7)
+            result = 0.0299;
+        /* Band 8 */
+        if (band_number == 8)
+            result = 0.0209;
+        /* Band 9 */
+        if (band_number == 9)
+            result = 0.0159;
     }
     /* NORMAL GAIN */
     if (gain_code == 1) {
-	/* Band 1 */
-	if (band_number == 0)
-	    result = 1.688;
-	/* Band 2 */
-	if (band_number == 1)
-	    result = 1.415;
-	/* Band 3N */
-	if (band_number == 2)
-	    result = 0.862;
-	/* Band 3B */
-	if (band_number == 3)
-	    result = 0.862;
-	/* Band 4 */
-	if (band_number == 4)
-	    result = 0.2174;
-	/* Band 5 */
-	if (band_number == 5)
-	    result = 0.0696;
-	/* Band 6 */
-	if (band_number == 6)
-	    result = 0.0625;
-	/* Band 7 */
-	if (band_number == 7)
-	    result = 0.0597;
-	/* Band 8 */
-	if (band_number == 8)
-	    result = 0.0417;
-	/* Band 9 */
-	if (band_number == 9)
-	    result = 0.0318;
-	/* Band 10 */
-	if (band_number == 10)
-	    result = 0.006822;
-	/* Band 11 */
-	if (band_number == 11)
-	    result = 0.006780;
-	/* Band 12 */
-	if (band_number == 12)
-	    result = 0.006590;
-	/* Band 13 */
-	if (band_number == 13)
-	    result = 0.005693;
-	/* Band 14 */
-	if (band_number == 14)
-	    result = 0.005225;
+        /* Band 1 */
+        if (band_number == 0)
+            result = 1.688;
+        /* Band 2 */
+        if (band_number == 1)
+            result = 1.415;
+        /* Band 3N */
+        if (band_number == 2)
+            result = 0.862;
+        /* Band 3B */
+        if (band_number == 3)
+            result = 0.862;
+        /* Band 4 */
+        if (band_number == 4)
+            result = 0.2174;
+        /* Band 5 */
+        if (band_number == 5)
+            result = 0.0696;
+        /* Band 6 */
+        if (band_number == 6)
+            result = 0.0625;
+        /* Band 7 */
+        if (band_number == 7)
+            result = 0.0597;
+        /* Band 8 */
+        if (band_number == 8)
+            result = 0.0417;
+        /* Band 9 */
+        if (band_number == 9)
+            result = 0.0318;
+        /* Band 10 */
+        if (band_number == 10)
+            result = 0.006822;
+        /* Band 11 */
+        if (band_number == 11)
+            result = 0.006780;
+        /* Band 12 */
+        if (band_number == 12)
+            result = 0.006590;
+        /* Band 13 */
+        if (band_number == 13)
+            result = 0.005693;
+        /* Band 14 */
+        if (band_number == 14)
+            result = 0.005225;
     }
 
     /* LOW GAIN 1 */
     if (gain_code == 2) {
-	/* Band 1 */
-	if (band_number == 0)
-	    result = 2.25;
-	/* Band 2 */
-	if (band_number == 1)
-	    result = 1.89;
-	/* Band 3N */
-	if (band_number == 2)
-	    result = 1.15;
-	/* Band 3B */
-	if (band_number == 3)
-	    result = 1.15;
-	/* Band 4 */
-	if (band_number == 4)
-	    result = 0.290;
-	/* Band 5 */
-	if (band_number == 5)
-	    result = 0.0925;
-	/* Band 6 */
-	if (band_number == 6)
-	    result = 0.0830;
-	/* Band 7 */
-	if (band_number == 7)
-	    result = 0.0795;
-	/* Band 8 */
-	if (band_number == 8)
-	    result = 0.0556;
-	/* Band 9 */
-	if (band_number == 9)
-	    result = 0.0424;
+        /* Band 1 */
+        if (band_number == 0)
+            result = 2.25;
+        /* Band 2 */
+        if (band_number == 1)
+            result = 1.89;
+        /* Band 3N */
+        if (band_number == 2)
+            result = 1.15;
+        /* Band 3B */
+        if (band_number == 3)
+            result = 1.15;
+        /* Band 4 */
+        if (band_number == 4)
+            result = 0.290;
+        /* Band 5 */
+        if (band_number == 5)
+            result = 0.0925;
+        /* Band 6 */
+        if (band_number == 6)
+            result = 0.0830;
+        /* Band 7 */
+        if (band_number == 7)
+            result = 0.0795;
+        /* Band 8 */
+        if (band_number == 8)
+            result = 0.0556;
+        /* Band 9 */
+        if (band_number == 9)
+            result = 0.0424;
     }
     /* LOW GAIN 2 */
     if (gain_code == 3) {
-	/* Band 4 */
-	if (band_number == 4)
-	    result = 0.290;
-	/* Band 5 */
-	if (band_number == 5)
-	    result = 0.409;
-	/* Band 6 */
-	if (band_number == 6)
-	    result = 0.390;
-	/* Band 7 */
-	if (band_number == 7)
-	    result = 0.332;
-	/* Band 8 */
-	if (band_number == 8)
-	    result = 0.245;
-	/* Band 9 */
-	if (band_number == 9)
-	    result = 0.265;
+        /* Band 4 */
+        if (band_number == 4)
+            result = 0.290;
+        /* Band 5 */
+        if (band_number == 5)
+            result = 0.409;
+        /* Band 6 */
+        if (band_number == 6)
+            result = 0.390;
+        /* Band 7 */
+        if (band_number == 7)
+            result = 0.332;
+        /* Band 8 */
+        if (band_number == 8)
+            result = 0.245;
+        /* Band 9 */
+        if (band_number == 9)
+            result = 0.265;
     }
     return result;
 }

Modified: grass/trunk/imagery/i.aster.toar/main.c
===================================================================
--- grass/trunk/imagery/i.aster.toar/main.c	2016-07-07 05:33:07 UTC (rev 68877)
+++ grass/trunk/imagery/i.aster.toar/main.c	2016-07-07 08:11:38 UTC (rev 68878)
@@ -45,12 +45,11 @@
 #define PI M_PI
 
 double rad2ref_aster(double radiance, double doy, double sun_elevation,
-		     double k_exo);
+                     double k_exo);
 
 int main(int argc, char *argv[])
 {
-    struct Cell_head cellhd;	/*region+header info */
-    char *mapset;		/*mapset name */
+    struct Cell_head cellhd;    /*region+header info */
     int nrows, ncols;
     int row, col;
     struct GModule *module;
@@ -58,11 +57,11 @@
     struct Option *input1, *input2;
     struct Flag *flag0, *flag1, *flag2;
     struct Flag *flag3, *flag4, *flag5;
-    struct History history;	/*metadata */
+    struct History history;     /*metadata */
 
     /************************************/
-    char *name;			/*input raster name */
-    char *result;		/*output raster name */
+    char *name;                 /*input raster name */
+    char *result;               /*output raster name */
 
     /*Prepare new names for output files */
     char result0[GNAME_MAX], result1[GNAME_MAX];
@@ -78,6 +77,7 @@
     int infd[MAXFILES];
     int outfd[MAXFILES];
     char **names, **ptr;
+
     /* For some strange reason infd[0] cannot be used later */
     /* So nfiles is initialized with nfiles = 1 */
     int nfiles = 1;
@@ -86,8 +86,8 @@
     void *inrast[MAXFILES];
     DCELL *outrast[MAXFILES];
     RASTER_MAP_TYPE in_data_type[MAXFILES];
-    RASTER_MAP_TYPE out_data_type = DCELL_TYPE;	/* 0=numbers  1=text */
-    double gain[MAXFILES], offset[MAXFILES];
+    RASTER_MAP_TYPE out_data_type = DCELL_TYPE; /* 0=numbers  1=text */
+    double gain[MAXFILES]; /* , offset[MAXFILES]; */
     double kexo[MAXFILES];
     double doy, sun_elevation;
 
@@ -102,7 +102,7 @@
     G_add_keyword(_("satellite"));
     G_add_keyword(_("ASTER"));
     module->description =
-	_("Calculates Top of Atmosphere Radiance/Reflectance/Brightness Temperature from ASTER DN.\n");
+        _("Calculates Top of Atmosphere Radiance/Reflectance/Brightness Temperature from ASTER DN.");
 
     /* Define the different options */
     input = G_define_standard_option(G_OPT_R_INPUTS);
@@ -152,7 +152,7 @@
 
     /********************/
     if (G_parser(argc, argv))
-	exit(EXIT_FAILURE);
+        exit(EXIT_FAILURE);
 
     names = input->answers;
     ptr = input->answers;
@@ -166,21 +166,22 @@
     /*Prepare the output file names */
 
     /********************/
-    sprintf(result0,"%s%s", result, ".1");
-    sprintf(result1,"%s%s", result, ".2");
-    sprintf(result2,"%s%s", result, ".3N");
-    sprintf(result3,"%s%s", result, ".3B");
-    sprintf(result4,"%s%s", result, ".4");
-    sprintf(result5,"%s%s", result, ".5");
-    sprintf(result6,"%s%s", result, ".6");
-    sprintf(result7,"%s%s", result, ".7");
-    sprintf(result8,"%s%s", result, ".8");
-    sprintf(result9,"%s%s", result, ".9");
-    sprintf(result10,"%s%s", result, ".10");
-    sprintf(result11,"%s%s", result, ".11");
-    sprintf(result12,"%s%s", result, ".12");
-    sprintf(result13,"%s%s", result, ".13");
-    sprintf(result14,"%s%s", result, ".14");
+    sprintf(result0, "%s%s", result, ".1");
+    sprintf(result1, "%s%s", result, ".2");
+    sprintf(result2, "%s%s", result, ".3N");
+    sprintf(result3, "%s%s", result, ".3B");
+    sprintf(result4, "%s%s", result, ".4");
+    sprintf(result5, "%s%s", result, ".5");
+    sprintf(result6, "%s%s", result, ".6");
+    sprintf(result7, "%s%s", result, ".7");
+    sprintf(result8, "%s%s", result, ".8");
+    sprintf(result9, "%s%s", result, ".9");
+    sprintf(result10, "%s%s", result, ".10");
+    sprintf(result11, "%s%s", result, ".11");
+    sprintf(result12, "%s%s", result, ".12");
+    sprintf(result13, "%s%s", result, ".13");
+    sprintf(result14, "%s%s", result, ".14");
+
     /********************/
     /*Prepare radiance boundaries */
 
@@ -188,23 +189,23 @@
     int gain_code = 1;
 
     for (i = 0; i < MAXFILES; i++) {
-	/*0 - High (Not Applicable for band 10-14: TIR) */
-	/*1 - Normal */
-	/*2 - Low 1(Not Applicable for band 10-14: TIR) */
-	/*3 - Low 2(Not Applicable for Band 1-3N/B & 10-14) */
-	if (flag1->answer && i <= 3)
-	    gain_code = 0;
-	if (flag2->answer && i >= 4 && i <= 9)
-	    gain_code = 0;
-	if (flag3->answer && i <= 3)
-	    gain_code = 2;
-	if (flag4->answer && i >= 4 && i <= 9)
-	    gain_code = 2;
-	if (flag5->answer && i >= 4 && i <= 9)
-	    gain_code = 3;
-	gain[i] = gain_aster(i, gain_code);
-	/* Reset to NORMAL GAIN */
-	gain_code = 1;
+        /*0 - High (Not Applicable for band 10-14: TIR) */
+        /*1 - Normal */
+        /*2 - Low 1(Not Applicable for band 10-14: TIR) */
+        /*3 - Low 2(Not Applicable for Band 1-3N/B & 10-14) */
+        if (flag1->answer && i <= 3)
+            gain_code = 0;
+        if (flag2->answer && i >= 4 && i <= 9)
+            gain_code = 0;
+        if (flag3->answer && i <= 3)
+            gain_code = 2;
+        if (flag4->answer && i >= 4 && i <= 9)
+            gain_code = 2;
+        if (flag5->answer && i >= 4 && i <= 9)
+            gain_code = 3;
+        gain[i] = gain_aster(i, gain_code);
+        /* Reset to NORMAL GAIN */
+        gain_code = 1;
     }
 
     /********************/
@@ -226,23 +227,23 @@
 
     /********************/
     for (; *ptr != NULL; ptr++) {
-	if (nfiles > MAXFILES)
-	    G_fatal_error(_("Too many input maps. Only %d allowed."),
-			  MAXFILES);
-	name = *ptr;
-	/* Allocate input buffer */
-	in_data_type[nfiles-1] = Rast_map_type(name, "");
-	/* For some strange reason infd[0] cannot be used later */
-	/* So nfiles is initialized with nfiles = 1 */
-	infd[nfiles] = Rast_open_old(name, "");
+        if (nfiles > MAXFILES)
+            G_fatal_error(_("Too many input maps. Only %d allowed."),
+                          MAXFILES);
+        name = *ptr;
+        /* Allocate input buffer */
+        in_data_type[nfiles - 1] = Rast_map_type(name, "");
+        /* For some strange reason infd[0] cannot be used later */
+        /* So nfiles is initialized with nfiles = 1 */
+        infd[nfiles] = Rast_open_old(name, "");
 
-	Rast_get_cellhd(name, "", &cellhd);
-	inrast[nfiles-1] = Rast_allocate_buf(in_data_type[nfiles-1]);
-	nfiles++;
+        Rast_get_cellhd(name, "", &cellhd);
+        inrast[nfiles - 1] = Rast_allocate_buf(in_data_type[nfiles - 1]);
+        nfiles++;
     }
     nfiles--;
-    if (nfiles < MAXFILES) 
-	G_fatal_error(_("The input band number should be 15"));
+    if (nfiles < MAXFILES)
+        G_fatal_error(_("The input band number should be 15"));
 
     /***************************************************/
     /* Allocate output buffer, use input map data_type */
@@ -250,7 +251,7 @@
     ncols = Rast_window_cols();
     out_data_type = DCELL_TYPE;
     for (i = 0; i < MAXFILES; i++)
-	outrast[i] = Rast_allocate_buf(out_data_type);
+        outrast[i] = Rast_allocate_buf(out_data_type);
 
     outfd[1] = Rast_open_new(result0, 1);
     outfd[2] = Rast_open_new(result1, 1);
@@ -273,46 +274,46 @@
     DCELL d[MAXFILES];
 
     for (row = 0; row < nrows; row++) {
-	G_percent(row, nrows, 2);
-	/* read input map */
-	for (i = 1; i <= MAXFILES; i++)
-	    Rast_get_row(infd[i], inrast[i-1], row, in_data_type[i-1]);
+        G_percent(row, nrows, 2);
+        /* read input map */
+        for (i = 1; i <= MAXFILES; i++)
+            Rast_get_row(infd[i], inrast[i - 1], row, in_data_type[i - 1]);
 
-	/*process the data */
-	for (col = 0; col < ncols; col++) {
-	    for (i = 0; i < MAXFILES; i++) {
-		switch (in_data_type[i]) {
-		case CELL_TYPE:
-		    d[i] = (double)((CELL *) inrast[i])[col];
-		    break;
-		case FCELL_TYPE:
-		    d[i] = (double)((FCELL *) inrast[i])[col];
-		    break;
-		case DCELL_TYPE:
-		    d[i] = (double)((DCELL *) inrast[i])[col];
-		    break;
-		}
-		/* if radiance mode or Thermal band */
-		if (radiance || i >= 10) {
-		    dout[i] = gain[i] * (d[i] - 1.0);
-		}
-		/* if reflectance default mode and Not Thermal Band */
-		else {
-		    dout[i] = gain[i] * (d[i] - 1.0);
-		    dout[i] =
-			rad2ref_aster(dout[i], doy, sun_elevation, kexo[i]);
-		}
-		outrast[i][col] = dout[i];
-	    }
-	}
-	for (i = 1; i <= MAXFILES; i++)
-	    Rast_put_row(outfd[i], outrast[i-1], out_data_type);
+        /*process the data */
+        for (col = 0; col < ncols; col++) {
+            for (i = 0; i < MAXFILES; i++) {
+                switch (in_data_type[i]) {
+                case CELL_TYPE:
+                    d[i] = (double)((CELL *) inrast[i])[col];
+                    break;
+                case FCELL_TYPE:
+                    d[i] = (double)((FCELL *) inrast[i])[col];
+                    break;
+                case DCELL_TYPE:
+                    d[i] = (double)((DCELL *) inrast[i])[col];
+                    break;
+                }
+                /* if radiance mode or Thermal band */
+                if (radiance || i >= 10) {
+                    dout[i] = gain[i] * (d[i] - 1.0);
+                }
+                /* if reflectance default mode and Not Thermal Band */
+                else {
+                    dout[i] = gain[i] * (d[i] - 1.0);
+                    dout[i] =
+                        rad2ref_aster(dout[i], doy, sun_elevation, kexo[i]);
+                }
+                outrast[i][col] = dout[i];
+            }
+        }
+        for (i = 1; i <= MAXFILES; i++)
+            Rast_put_row(outfd[i], outrast[i - 1], out_data_type);
     }
     for (i = 1; i <= MAXFILES; i++) {
-	G_free(inrast[i-1]);
-	Rast_close(infd[i]);
-	G_free(outrast[i-1]);
-	Rast_close(outfd[i]);
+        G_free(inrast[i - 1]);
+        Rast_close(infd[i]);
+        G_free(outrast[i - 1]);
+        Rast_close(outfd[i]);
     }
     exit(EXIT_SUCCESS);
 }

Modified: grass/trunk/imagery/i.aster.toar/rad2ref_aster.c
===================================================================
--- grass/trunk/imagery/i.aster.toar/rad2ref_aster.c	2016-07-07 05:33:07 UTC (rev 68877)
+++ grass/trunk/imagery/i.aster.toar/rad2ref_aster.c	2016-07-07 08:11:38 UTC (rev 68878)
@@ -1,18 +1,19 @@
-#include<stdio.h>
-#include<math.h>
-#include<stdlib.h>
+#include <stdio.h>
+#include <math.h>
+#include <stdlib.h>
+#include <grass/gis.h>
 
-#define PI 3.1415926
+#define PI M_PI
 
     /* Conversion of Radiance to Reflectance for ASTER */
 double rad2ref_aster(double radiance, double doy, double sun_elevation,
-		     double k_exo)
+                     double k_exo)
 {
     double result, ds;
 
     ds = (1 + 0.01672 * sin(2 * PI * (doy - 93.5) / 365));
     result =
-	(radiance /
-	 ((cos((90 - sun_elevation) * PI / 180) / (PI * ds * ds)) * k_exo));
+        (radiance /
+         ((cos((90 - sun_elevation) * PI / 180) / (PI * ds * ds)) * k_exo));
     return result;
 }

Modified: grass/trunk/locale/po/grassmods_ar.po
===================================================================
--- grass/trunk/locale/po/grassmods_ar.po	2016-07-07 05:33:07 UTC (rev 68877)
+++ grass/trunk/locale/po/grassmods_ar.po	2016-07-07 08:11:38 UTC (rev 68878)
@@ -42248,7 +42248,7 @@
 #: ../imagery/i.aster.toar/main.c:105
 msgid ""
 "Calculates Top of Atmosphere Radiance/Reflectance/Brightness Temperature "
-"from ASTER DN.\n"
+"from ASTER DN."
 msgstr ""
 
 #: ../imagery/i.aster.toar/main.c:109

Modified: grass/trunk/locale/po/grassmods_cs.po
===================================================================
--- grass/trunk/locale/po/grassmods_cs.po	2016-07-07 05:33:07 UTC (rev 68877)
+++ grass/trunk/locale/po/grassmods_cs.po	2016-07-07 08:11:38 UTC (rev 68878)
@@ -42804,7 +42804,7 @@
 #: ../imagery/i.aster.toar/main.c:105
 msgid ""
 "Calculates Top of Atmosphere Radiance/Reflectance/Brightness Temperature "
-"from ASTER DN.\n"
+"from ASTER DN."
 msgstr ""
 
 #: ../imagery/i.aster.toar/main.c:109

Modified: grass/trunk/locale/po/grassmods_de.po
===================================================================
--- grass/trunk/locale/po/grassmods_de.po	2016-07-07 05:33:07 UTC (rev 68877)
+++ grass/trunk/locale/po/grassmods_de.po	2016-07-07 08:11:38 UTC (rev 68878)
@@ -42927,7 +42927,7 @@
 #: ../imagery/i.aster.toar/main.c:105
 msgid ""
 "Calculates Top of Atmosphere Radiance/Reflectance/Brightness Temperature "
-"from ASTER DN.\n"
+"from ASTER DN."
 msgstr ""
 
 #: ../imagery/i.aster.toar/main.c:109

Modified: grass/trunk/locale/po/grassmods_el.po
===================================================================
--- grass/trunk/locale/po/grassmods_el.po	2016-07-07 05:33:07 UTC (rev 68877)
+++ grass/trunk/locale/po/grassmods_el.po	2016-07-07 08:11:38 UTC (rev 68878)
@@ -40593,7 +40593,7 @@
 #: ../imagery/i.aster.toar/main.c:105
 msgid ""
 "Calculates Top of Atmosphere Radiance/Reflectance/Brightness Temperature "
-"from ASTER DN.\n"
+"from ASTER DN."
 msgstr ""
 
 #: ../imagery/i.aster.toar/main.c:109

Modified: grass/trunk/locale/po/grassmods_es.po
===================================================================
--- grass/trunk/locale/po/grassmods_es.po	2016-07-07 05:33:07 UTC (rev 68877)
+++ grass/trunk/locale/po/grassmods_es.po	2016-07-07 08:11:38 UTC (rev 68878)
@@ -43028,7 +43028,7 @@
 #: ../imagery/i.aster.toar/main.c:105
 msgid ""
 "Calculates Top of Atmosphere Radiance/Reflectance/Brightness Temperature "
-"from ASTER DN.\n"
+"from ASTER DN."
 msgstr ""
 
 #: ../imagery/i.aster.toar/main.c:109

Modified: grass/trunk/locale/po/grassmods_fi.po
===================================================================
--- grass/trunk/locale/po/grassmods_fi.po	2016-07-07 05:33:07 UTC (rev 68877)
+++ grass/trunk/locale/po/grassmods_fi.po	2016-07-07 08:11:38 UTC (rev 68878)
@@ -38949,7 +38949,7 @@
 #: ../imagery/i.aster.toar/main.c:105
 msgid ""
 "Calculates Top of Atmosphere Radiance/Reflectance/Brightness Temperature "
-"from ASTER DN.\n"
+"from ASTER DN."
 msgstr ""
 
 #: ../imagery/i.aster.toar/main.c:109

Modified: grass/trunk/locale/po/grassmods_fr.po
===================================================================
--- grass/trunk/locale/po/grassmods_fr.po	2016-07-07 05:33:07 UTC (rev 68877)
+++ grass/trunk/locale/po/grassmods_fr.po	2016-07-07 08:11:38 UTC (rev 68878)
@@ -44966,7 +44966,7 @@
 #: ../imagery/i.aster.toar/main.c:105
 msgid ""
 "Calculates Top of Atmosphere Radiance/Reflectance/Brightness Temperature "
-"from ASTER DN.\n"
+"from ASTER DN."
 msgstr ""
 
 #: ../imagery/i.aster.toar/main.c:109

Modified: grass/trunk/locale/po/grassmods_it.po
===================================================================
--- grass/trunk/locale/po/grassmods_it.po	2016-07-07 05:33:07 UTC (rev 68877)
+++ grass/trunk/locale/po/grassmods_it.po	2016-07-07 08:11:38 UTC (rev 68878)
@@ -42103,7 +42103,7 @@
 #: ../imagery/i.aster.toar/main.c:105
 msgid ""
 "Calculates Top of Atmosphere Radiance/Reflectance/Brightness Temperature "
-"from ASTER DN.\n"
+"from ASTER DN."
 msgstr ""
 
 #: ../imagery/i.aster.toar/main.c:109

Modified: grass/trunk/locale/po/grassmods_ja.po
===================================================================
--- grass/trunk/locale/po/grassmods_ja.po	2016-07-07 05:33:07 UTC (rev 68877)
+++ grass/trunk/locale/po/grassmods_ja.po	2016-07-07 08:11:38 UTC (rev 68878)
@@ -42115,7 +42115,7 @@
 #: ../imagery/i.aster.toar/main.c:105
 msgid ""
 "Calculates Top of Atmosphere Radiance/Reflectance/Brightness Temperature "
-"from ASTER DN.\n"
+"from ASTER DN."
 msgstr ""
 
 #: ../imagery/i.aster.toar/main.c:109

Modified: grass/trunk/locale/po/grassmods_ko.po
===================================================================
--- grass/trunk/locale/po/grassmods_ko.po	2016-07-07 05:33:07 UTC (rev 68877)
+++ grass/trunk/locale/po/grassmods_ko.po	2016-07-07 08:11:38 UTC (rev 68878)
@@ -40818,7 +40818,7 @@
 #: ../imagery/i.aster.toar/main.c:105
 msgid ""
 "Calculates Top of Atmosphere Radiance/Reflectance/Brightness Temperature "
-"from ASTER DN.\n"
+"from ASTER DN."
 msgstr ""
 
 #: ../imagery/i.aster.toar/main.c:109

Modified: grass/trunk/locale/po/grassmods_lv.po
===================================================================
--- grass/trunk/locale/po/grassmods_lv.po	2016-07-07 05:33:07 UTC (rev 68877)
+++ grass/trunk/locale/po/grassmods_lv.po	2016-07-07 08:11:38 UTC (rev 68878)
@@ -42160,7 +42160,7 @@
 #: ../imagery/i.aster.toar/main.c:105
 msgid ""
 "Calculates Top of Atmosphere Radiance/Reflectance/Brightness Temperature "
-"from ASTER DN.\n"
+"from ASTER DN."
 msgstr ""
 
 #: ../imagery/i.aster.toar/main.c:109

Modified: grass/trunk/locale/po/grassmods_pl.po
===================================================================
--- grass/trunk/locale/po/grassmods_pl.po	2016-07-07 05:33:07 UTC (rev 68877)
+++ grass/trunk/locale/po/grassmods_pl.po	2016-07-07 08:11:38 UTC (rev 68878)
@@ -42168,7 +42168,7 @@
 #: ../imagery/i.aster.toar/main.c:105
 msgid ""
 "Calculates Top of Atmosphere Radiance/Reflectance/Brightness Temperature "
-"from ASTER DN.\n"
+"from ASTER DN."
 msgstr ""
 
 #: ../imagery/i.aster.toar/main.c:109

Modified: grass/trunk/locale/po/grassmods_pt.po
===================================================================
--- grass/trunk/locale/po/grassmods_pt.po	2016-07-07 05:33:07 UTC (rev 68877)
+++ grass/trunk/locale/po/grassmods_pt.po	2016-07-07 08:11:38 UTC (rev 68878)
@@ -43382,7 +43382,7 @@
 #: ../imagery/i.aster.toar/main.c:105
 msgid ""
 "Calculates Top of Atmosphere Radiance/Reflectance/Brightness Temperature "
-"from ASTER DN.\n"
+"from ASTER DN."
 msgstr ""
 
 #: ../imagery/i.aster.toar/main.c:109

Modified: grass/trunk/locale/po/grassmods_pt_br.po
===================================================================
--- grass/trunk/locale/po/grassmods_pt_br.po	2016-07-07 05:33:07 UTC (rev 68877)
+++ grass/trunk/locale/po/grassmods_pt_br.po	2016-07-07 08:11:38 UTC (rev 68878)
@@ -43305,7 +43305,7 @@
 #: ../imagery/i.aster.toar/main.c:105
 msgid ""
 "Calculates Top of Atmosphere Radiance/Reflectance/Brightness Temperature "
-"from ASTER DN.\n"
+"from ASTER DN."
 msgstr ""
 
 #: ../imagery/i.aster.toar/main.c:109

Modified: grass/trunk/locale/po/grassmods_ro.po
===================================================================
--- grass/trunk/locale/po/grassmods_ro.po	2016-07-07 05:33:07 UTC (rev 68877)
+++ grass/trunk/locale/po/grassmods_ro.po	2016-07-07 08:11:38 UTC (rev 68878)
@@ -39697,7 +39697,7 @@
 #: ../imagery/i.aster.toar/main.c:105
 msgid ""
 "Calculates Top of Atmosphere Radiance/Reflectance/Brightness Temperature "
-"from ASTER DN.\n"
+"from ASTER DN."
 msgstr ""
 
 #: ../imagery/i.aster.toar/main.c:109

Modified: grass/trunk/locale/po/grassmods_ru.po
===================================================================
--- grass/trunk/locale/po/grassmods_ru.po	2016-07-07 05:33:07 UTC (rev 68877)
+++ grass/trunk/locale/po/grassmods_ru.po	2016-07-07 08:11:38 UTC (rev 68878)
@@ -42893,7 +42893,7 @@
 #: ../imagery/i.aster.toar/main.c:105
 msgid ""
 "Calculates Top of Atmosphere Radiance/Reflectance/Brightness Temperature "
-"from ASTER DN.\n"
+"from ASTER DN."
 msgstr ""
 
 #: ../imagery/i.aster.toar/main.c:109

Modified: grass/trunk/locale/po/grassmods_sl.po
===================================================================
--- grass/trunk/locale/po/grassmods_sl.po	2016-07-07 05:33:07 UTC (rev 68877)
+++ grass/trunk/locale/po/grassmods_sl.po	2016-07-07 08:11:38 UTC (rev 68878)
@@ -42544,7 +42544,7 @@
 #: ../imagery/i.aster.toar/main.c:105
 msgid ""
 "Calculates Top of Atmosphere Radiance/Reflectance/Brightness Temperature "
-"from ASTER DN.\n"
+"from ASTER DN."
 msgstr ""
 
 #: ../imagery/i.aster.toar/main.c:109

Modified: grass/trunk/locale/po/grassmods_th.po
===================================================================
--- grass/trunk/locale/po/grassmods_th.po	2016-07-07 05:33:07 UTC (rev 68877)
+++ grass/trunk/locale/po/grassmods_th.po	2016-07-07 08:11:38 UTC (rev 68878)
@@ -42376,7 +42376,7 @@
 #: ../imagery/i.aster.toar/main.c:105
 msgid ""
 "Calculates Top of Atmosphere Radiance/Reflectance/Brightness Temperature "
-"from ASTER DN.\n"
+"from ASTER DN."
 msgstr ""
 
 #: ../imagery/i.aster.toar/main.c:109

Modified: grass/trunk/locale/po/grassmods_tr.po
===================================================================
--- grass/trunk/locale/po/grassmods_tr.po	2016-07-07 05:33:07 UTC (rev 68877)
+++ grass/trunk/locale/po/grassmods_tr.po	2016-07-07 08:11:38 UTC (rev 68878)
@@ -41566,7 +41566,7 @@
 #: ../imagery/i.aster.toar/main.c:105
 msgid ""
 "Calculates Top of Atmosphere Radiance/Reflectance/Brightness Temperature "
-"from ASTER DN.\n"
+"from ASTER DN."
 msgstr ""
 
 #: ../imagery/i.aster.toar/main.c:109

Modified: grass/trunk/locale/po/grassmods_vi.po
===================================================================
--- grass/trunk/locale/po/grassmods_vi.po	2016-07-07 05:33:07 UTC (rev 68877)
+++ grass/trunk/locale/po/grassmods_vi.po	2016-07-07 08:11:38 UTC (rev 68878)
@@ -42891,7 +42891,7 @@
 #: ../imagery/i.aster.toar/main.c:105
 msgid ""
 "Calculates Top of Atmosphere Radiance/Reflectance/Brightness Temperature "
-"from ASTER DN.\n"
+"from ASTER DN."
 msgstr ""
 
 #: ../imagery/i.aster.toar/main.c:109

Modified: grass/trunk/locale/po/grassmods_zh.po
===================================================================
--- grass/trunk/locale/po/grassmods_zh.po	2016-07-07 05:33:07 UTC (rev 68877)
+++ grass/trunk/locale/po/grassmods_zh.po	2016-07-07 08:11:38 UTC (rev 68878)
@@ -42427,7 +42427,7 @@
 #: ../imagery/i.aster.toar/main.c:105
 msgid ""
 "Calculates Top of Atmosphere Radiance/Reflectance/Brightness Temperature "
-"from ASTER DN.\n"
+"from ASTER DN."
 msgstr ""
 
 #: ../imagery/i.aster.toar/main.c:109



More information about the grass-commit mailing list