ASM #578 apply gross range check to the adjusted value

Change-Id: Ia90bc10e6e1e1baa8f3842ade56d7551ca405e34

Conflicts:
	edexOsgi/com.raytheon.edex.plugin.shef/src/com/raytheon/edex/plugin/shef/database/PostShef.java

Former-commit-id: 70b7c5cb00 [formerly 8038fc4a8d] [formerly 387d1138781cd0f187e8980a7c8254533075ecad [formerly e109528caf]] [formerly 213773cde4 [formerly e109528caf [formerly d1d86dd82bfa114bf181de5cf993f2bed349ada5]]]
Former-commit-id: 213773cde4
Former-commit-id: 47e86246c7c99c025c9fb58c74383ee0ca9fe3ad [formerly 3c130d0007]
Former-commit-id: 5c83a66633
This commit is contained in:
Loubna.Bousaidi 2014-04-28 14:16:50 +00:00 committed by Steve Harris
parent b046c4b4ad
commit 6441867344

View file

@ -118,6 +118,7 @@ import com.raytheon.uf.edex.decodertools.time.TimeTools;
* data can be posted to appropriate pe-based tables only if the data
* type is not READING like in A1 code.
* 02/18/2014 16572 l. Bousaidi only apply adjust factor to non missing values.
* 04/24/2014 16904 lbousaidi gross check should be applied to adjusted value.
* 04/29/2014 3088 mpduff Change logging class, clean up/optimization.
* Updated with more performance fixes.
* 05/28/2014 3222 mpduff Fix posting time to be processed time so db doesn't show all post times the same
@ -743,6 +744,8 @@ public class PostShef {
if (!dataValue.equals(ShefConstants.SHEF_MISSING)) {
adjustRawValue(locId, data);
}
dataValue = data.getStringValue();
/*
* multiply non-missing values of discharge values and
* unspecified height values by 1000 to change units