changeset 7965:c9b6fe05334a

issue1633: Add missing info line.
author Tom Gottfried <tom@intevation.de>
date Tue, 24 Jun 2014 16:02:41 +0200
parents d13859c0ef51
children d1cfd23e35cd
files artifacts/src/main/java/org/dive4elements/river/exports/sq/SQRelationExporter.java artifacts/src/main/resources/messages.properties artifacts/src/main/resources/messages_de.properties artifacts/src/main/resources/messages_de_DE.properties artifacts/src/main/resources/messages_en.properties
diffstat 5 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/artifacts/src/main/java/org/dive4elements/river/exports/sq/SQRelationExporter.java	Fri Jun 20 16:52:14 2014 +0200
+++ b/artifacts/src/main/java/org/dive4elements/river/exports/sq/SQRelationExporter.java	Tue Jun 24 16:02:41 2014 +0200
@@ -66,6 +66,9 @@
     public static final String INFO_QMAX =
         "export.sqrelation.csv.info.qmax";
 
+    public static final String INFO_STDERR =
+        "export.sqrelation.csv.info.stderr";
+
     public static final String INFO_R2 =
         "export.sqrelation.csv.info.r2";
 
@@ -193,6 +196,7 @@
                 msg(INFO_COEFF_A),
                 msg(INFO_COEFF_B),
                 msg(INFO_QMAX),
+                msg(INFO_STDERR),
                 msg(INFO_R2),
                 msg(INFO_NTOT),
                 msg(INFO_NOUTL),
--- a/artifacts/src/main/resources/messages.properties	Fri Jun 20 16:52:14 2014 +0200
+++ b/artifacts/src/main/resources/messages.properties	Tue Jun 24 16:02:41 2014 +0200
@@ -427,6 +427,7 @@
 export.sqrelation.csv.info.coeff.a = a: coefficient of transport curve
 export.sqrelation.csv.info.coeff.b = b: exponent of transport curve
 export.sqrelation.csv.info.qmax = Q max, measured: maximum measured discharge [m\u00b3/s]
+export.sqrelation.csv.info.stderr = standard error: natural logarithm of standard deviation
 export.sqrelation.csv.info.r2 = r^2: coefficient of determination
 export.sqrelation.csv.info.ntot = n total: number of measurements
 export.sqrelation.csv.info.noutl = n outliers: number of outliers
--- a/artifacts/src/main/resources/messages_de.properties	Fri Jun 20 16:52:14 2014 +0200
+++ b/artifacts/src/main/resources/messages_de.properties	Tue Jun 24 16:02:41 2014 +0200
@@ -428,6 +428,7 @@
 export.sqrelation.csv.info.coeff.a = a: Transportkurvenkoeffizient
 export.sqrelation.csv.info.coeff.b = b: Transportkurvenexponent
 export.sqrelation.csv.info.qmax = Q max, gemessen: maximal gemessener Abfluss [m\u00b3/s]
+export.sqrelation.csv.info.stderr = Standardfehler: nat\u00fcrlicher Logarithmus der Standardabweichung
 export.sqrelation.csv.info.r2 = r^2: Bestimmtheitsma\u00df
 export.sqrelation.csv.info.ntot = n Gesamt: Anzahl Messwerte
 export.sqrelation.csv.info.noutl = n Ausrei\u00dfer: Anzahl Ausrei\u00dfer
--- a/artifacts/src/main/resources/messages_de_DE.properties	Fri Jun 20 16:52:14 2014 +0200
+++ b/artifacts/src/main/resources/messages_de_DE.properties	Tue Jun 24 16:02:41 2014 +0200
@@ -425,6 +425,7 @@
 export.sqrelation.csv.info.coeff.a = a: Transportkurvenkoeffizient
 export.sqrelation.csv.info.coeff.b = b: Transportkurvenexponent
 export.sqrelation.csv.info.qmax = Q max, gemessen: maximal gemessener Abfluss [m\u00b3/s]
+export.sqrelation.csv.info.stderr = Standardfehler: nat\u00fcrlicher Logarithmus der Standardabweichung
 export.sqrelation.csv.info.r2 = r^2: Bestimmtheitsma\u00df
 export.sqrelation.csv.info.ntot = n Gesamt: Anzahl Messwerte
 export.sqrelation.csv.info.noutl = n Ausrei\u00dfer: Anzahl Ausrei\u00dfer
--- a/artifacts/src/main/resources/messages_en.properties	Fri Jun 20 16:52:14 2014 +0200
+++ b/artifacts/src/main/resources/messages_en.properties	Tue Jun 24 16:02:41 2014 +0200
@@ -430,6 +430,7 @@
 export.sqrelation.csv.info.coeff.a = a: coefficient of transport curve
 export.sqrelation.csv.info.coeff.b = b: exponent of transport curve
 export.sqrelation.csv.info.qmax = Q max, measured: maximum measured discharge [m\u00b3/s]
+export.sqrelation.csv.info.stderr = standard error: natural logarithm of standard deviation
 export.sqrelation.csv.info.r2 = r^2: coefficient of determination
 export.sqrelation.csv.info.ntot = n total: number of measurements
 export.sqrelation.csv.info.noutl = n outliers: number of outliers

http://dive4elements.wald.intevation.org